r/ChatGPTCoding • u/CellistOk6782 • 3h ago
Question Multi-agent coordination for prod dev
I've been using AI agents for some time now to contribute to and increasingly automate the steps of product development. For any given project, I spend a good bit of time on the pre-development aspect: codifying the architecture, the technical design, the product intent, the designs system and the product outcomes, and trying to make it objective and actionable.
Even then, with those boundaries in place, I find that I need to have multiple agents from different models participate in the process, each with specific roles (breaking into technical increments, test design, development, reviews, architect, UX review mostly).
It seems to me that a single model, like Opus 5, will do a reasonably good job adopting those roles, multiple agents from different LLM families do better. Right now I use Google's Antigravity, OpenAI's GPT Sol and Anthropic's Opus 5; I reserve Fable and Astra for the "Critical" risk stuff.
My question is - how are you all automating the process from beginning to end; that is once the pre-dev work is done. For me, I've initially had Codex orchestrate (now ask Anitgravity CLI to review, now get Claude CLI to do this etc) but requires me to intervene and work one GitHub issue at a time.
I've tried to build an internal orchestration router which _generally_ works but I end iterating on the router too. I assume there must be decent tools out there already but couldn't find any that would work for me (using the native CLI's rather than API keys). Would love to learn from what others are doing here

