Blog
Product notes that stay close to the contract.
Canonical Markdown posts are validated at build time and rendered as static pages, so the site stays easy to write and cheap to serve.
Field note2026-05-24
Stop Asking AI Agents to Guess How Your Repo Works
AI coding agents work better when your repo has explicit readiness: declared setup, tasks, checks, workflows, and safe agent boundaries.
Field note2026-05-11
The Conditions That Make a Repo Work
The hardest part of onboarding into a repo usually is not understanding the code. It is discovering the hidden setup, execution, and readiness conditions that made the repo work in the first place.