Blog

Notes from the bulwark

Migrations, locks, credentials, and what changes when an agent writes the SQL. Follow along with the Atom or RSS feed.

·4 min read

Vibe coding without being reckless

Letting the model drive is fine. Letting it drive into production without a gate is not. A short, practical split between the parts of a change you can vibe and the parts that need a deterministic check.

ai-workflows
vibe-coding
migrations
credentials
·4 min read

Deterministic checks for AI-written migrations

Coding agents write database migrations quickly and confidently, and the mistakes they make are the same ones people make. Why the check that catches them has to be a rule, not another model.

ai-workflows
postgres
migrations