Topic hub
AI Coding
AI coding only scales if the review loop gets stronger too. The notes here focus on evidence, replay, tool boundaries, code-agent loops, and the habits that keep generated changes inspectable.
Start here
- →Keep evidence close to the diff.
- →Record and replay multi-step failures.
- →Review plan, code, tests, and runtime behavior separately.
- →Use agents only where the loop is bounded enough to inspect.
Related writing
-
When agent instructions turn into all caps rules, the fix is often to move the requirement out of the prompt and into a workflow that can check it.