Technical
WordPress in the AI Era: Still the Right Default
Every year someone predicts WordPress is dying. Every year WordPress still powers 40% of the web. After a year of building with AI agents, I have a stronger case for WordPress as a client default, not a weaker one. The AI era did not replace WordPress. It amplified WordPress.
What Clients Actually Need
A client needs to own their content, edit their site without calling me, and not worry about hosting. WordPress delivers all three. No headless CMS I have tested matches the ownership story at that price point.
Why AI Agents Make WordPress Better
The old knock on WordPress was custom development pain. Custom themes, custom plugins, custom blocks all took real engineering time. AI agents changed that math:
# A custom block plugin in under an hour
cd wp-content/plugins/
mkdir client-custom-blocks && cd client-custom-blocks
claude 'create a custom Gutenberg block for a testimonial with name, quote, and photo'The agent writes the PHP, the JSX, the block.json, and the CSS. I review, refine, and ship. Custom WordPress development became affordable again.
The Block Editor Matured
Block themes hit production quality this year. Full Site Editing is usable. Non-technical clients can legitimately edit their own site layouts. That was not true three years ago.
The Handoff Story
At the end of a WordPress project:
- Client logs into wp-admin
- Client edits their content, their menus, their pages
- Client does not call me for every small change
- If they need dev help, the next developer can also work on it
That handoff story is WordPress alone. No headless CMS matches it.
When Not WordPress
WordPress is not right for everything:
- High-traffic apps that need custom scaling strategies
- Heavy user-facing interactivity (use Next.js)
- Custom data models that do not fit posts or custom post types
- Clients who will never log in (just use a static site generator)
The Future I See
WordPress plus block themes plus AI agents is my default stack for client marketing sites. It will stay the default in 2026 unless something dramatic shifts. That is high praise in a field that changes weekly.
The Plugin Economy Still Matters
WordPress plugins are still a genuine ecosystem advantage. Want a contact form, a booking calendar, an invoice generator? There is a plugin. Maintained, supported, affordable. Headless CMS options require you to build or integrate each of those pieces. For marketing sites that need many small features, WordPress saves weeks.
The Hosting Side
Cheap managed WordPress hosting is a commodity now. Kinsta, WP Engine, Pressable, plenty of options. Clients can own their hosting contract directly. Another point of ownership WordPress uniquely delivers.
For the current block theme approach, see the WordPress block themes documentation.
RELATED READING
The Consulting Shift I Am Making In Year Two
After a year of writing and building, my consulting practice is changing shape. Shorter engagements. Sharper outcomes.
ReadThe Frontend Shift: Shipping Less JavaScript In Year Two
A year ago I reached for Next.js for everything. This year I often reach for nothing.
ReadThe Serverless Lesson I Would Write On A Sticky Note
After a year of shipping serverless projects, one rule explains most of the wins and all of the losses.
Read