WordPress theme code on a dark editor

Field notes · Building WordPress with AI

Ship WordPress faster — without shipping the model's mistakes.

Vibe-coding is real, but AI-written WordPress breaks in specific, catchable ways. WP Development Suite is the practitioner's log: prompts, plugins, blocks, and the model behavior that trips you up.

AI BehaviorBlocksDebuggingSecurityWorkflow

Latest field notes

6 pieces
Workflow

Prompt-to-Plugin: shipping a working WordPress plugin from a single spec

One plain-text spec, an LLM scaffold, three non-negotiable gates — a pipeline that ships faster without shipping weaker.

Field note2 min read
Debugging

Where AI-generated WordPress code quietly breaks — and how to catch it

The LLM writes clean-looking code until it doesn't. These are the five failure modes that pass code review and fail in production.

2 min read
Blocks

Vibe-coding a Gutenberg block with an LLM in the loop

Blocks are where LLMs drift hardest — edit/save mismatches, missing block.json, hardcoded markup. Here's the loop that keeps them honest.

2 min read
Security

The security cost of AI-written plugins: the gaps models skip

Nonces, capability checks, escaping, prepared statements — the four guards LLMs omit because the happy path works without them.

2 min read
AI Behavior

Hidden State Drift in your dev loop: why the model forgets your codebase mid-session

Three hours in, the AI reintroduces the meta boxes you deleted an hour ago. That failure mode has a name — and countermeasures.

2 min read
Workflow

From chat to committed: a repeatable AI WordPress workflow

A five-stage pipeline that turns a chat window into shippable WordPress — with the review and test gates that make it safe to move fast.

2 min read