Building with AI agents
A Team of AI Agents
I build CGCircuit with a team of AI agents instead of one model doing everything. Each agent has a narrow job and its own focus, while one coordinator keeps them all working toward the goal. I gave a talk on this approach at Blizzard Cinematics.
- A team, not one big model. Each agent takes a role — planning, research, building, testing, security, review — and sees only what its job needs.
- A disciplined loop. Scope the work, put the right agents on it, build and test in parallel, review from several angles, refine until it's right, then ship and keep watch.
- Real work, in parallel. One agent can only do so much on its own; a coordinated team works on many pieces at once, with me directing the whole.
- The method is the point. Repeatable, reviewable, and built to last — the opposite of one-prompt guesswork that falls apart as the job grows.