6 Practices that turned AI from prototyper to workhorse (106 PRs in 14 days)
via github.com
Short excerpt below. Read at the original source.
1. Specs and plans are source code: Specs and plans live in git alongside source code, not in chat history. A new agent reads arch.md for the big picture, then its specific spec. You always know why something was built. 2. Three models review every phase: Claude, Gemini, and Codex catch almost entirely different bugs. […]