Writing
What we learned building this
Notes from building a production foundation with coding agents. No pitch, and no claim we have not verified.
Shipping fast without accumulating quality debt
Generated code is fast to produce and slow to trust. The difference is whether the checks that would catch a defect run before you believe the work is done.
A production-readiness checklist for vibe-coded Next.js apps
Eleven checks that catch the defects automated scans and code review miss, each one drawn from a real failure in a Next.js application that already passed its tests.
What coding agents need beyond a prompt
A prompt produces code. It does not produce the checks that catch what the code got wrong. What actually closes that gap is foundations, skills, workflows, and verification.