Building a Personal AI Factory (July 2025 snapshot)
Published: July 1, 2025
Overview
I keep several claude code windows open, each on its own git-worktree. o3 and sonnet 4 create plans, sonnet 3.7 or sonnet 4 execute the plan, and o3 checks the results against the original ask. Any issues found are fed back into the plan template and the code is regenerated. The factory improves itself.
Read on to see what might be useful for you.
Guiding Principle – Fix Inputs, Not Outputs
When something goes wrong, I don’t hand-patch the generated code. I don’t...
Read more at john-rush.com