Building with agents
How I build with Claude Code
In 2026 I adopted an abandoned repository and turned it into a revenue-producing software as a service (SaaS) product within three months, working primarily through Claude Code. The agent plans, implements, reviews, opens the pull request, and monitors continuous integration (CI). I decide what gets built, verify what ships, and own production.
The result depends on the setup more than the model. Everything an agent needs to make the right decision lives in the repository, not in a conversation that ends. Hooks and scripts enforce the rules that matter. That is what keeps a largely agent-written codebase maintainable as it grows, instead of degrading into slop. The codebase carries more test code than application code, and every change lands through the same loop.