Speakers: Matt Vanderpol

  • Teaching AI Tools Your Process – Notes From a WordPress Site Build

    WordCamp US 2026Speaker: Matt Vanderpol

    August 20, 2026 — Earlier this year I was the sole developer on a new WordPress site build. AI tools moved the work along, but only because I spent the project teaching them how to work in my way – correcting mistakes, capturing what I learned, and feeding it back so they wouldn’t repeat them over and over again. This talk is about that practice: teaching your AI tools your process as you go, so they get better instead of just faster. Two actual instances from the project as examples: A mega-menu nav with a dead click zone where the AI’s first move was a complicated JavaScript event handler – the actual fix was a few CSS utility classes on the link. A tangled Tailwind class string that smelled wrong before I could name why – four AI agents running in parallel helped me diagnose it, clean it, and codify a rule that’s held up since. What I’ve learned and my process improvements go beyond just writing code: Asking for HTML output instead of markdown when richer visualizations are helpful. Dispatching multiple models to get different viewpoints for comparison and brainstorming solutions. Keeping the lessons I’ve taught the tools portable so I don’t lose the learning when I migrate to a new model. My processes are still evolving and improving. This talk gives a snapshot of where I’m at now and attendees will leave with a new set of tools and perspectives to improve their own AI interactions, grounded in actual project work on a shipped site.

  • Matt Vanderpol: Building Custom WordPress Themes With Sass

    WordCamp Sacramento 2016Speaker: Matt Vanderpol

    October 30, 2016 — This talk is an overview of how to incorporate Sass into your theme building practices.

    The talk will cover:

    What is Sass and why should you use it
    File organization, including WordPress-specific considerations
    Sass best practices, including WordPress-specific considerations
    Using a task runner (grunt/gulp) and development best practices
    Thoughts and considerations for parent/child themes
    Incorporating 3rd party libraries and frameworks
    Exposing styles to WP Admin for better WYSIWYG display
    Thoughts and considerations for development vs production CSS
    Debugging CSS issues in the Sass
    Mention of PostCSS and how it can complement Sass

    Presentation Slides »