// tag

#agent-lock

1 post
01
AI

Agentic Software Factory, In Action

In this post I show you my agentic setup consisting of three repos, one of which is a completely self-contained software factory. It defines agents that complete specs, write plans, break them down into frontend and backend work, then pass it onto the agents specializing in that type of development, who are working concurrently and communicating between each other through a 'mailbox' mechanism. Once they are done, pull requests are submitted and another adversarial agent performs a PR review. Only after addressing the feedback, going green on CI, do the PRs become ready for merge and for human evaluation. I did this deliberately, but sooner or later the majority of PRs will auto-merge and auto-deploy.

2026.09.20