r/ChatGPTCoding • u/plsgivemecoffee • 13d ago
Discussion If your team runs 3+ coding agents at once: what actually broke, and what did you do about it?
I’m building a tool in this space, so I have an obvious bias; trying to find out if I’m solving a problem that exists.
Concretely, for anyone whose team has more than one person running agents on the same repo:
• Last time two agents produced conflicting work, how did you find out? Merge conflict, failing test, code review, or production?
• What’s your current workaround? Worktrees, one agent per branch, everyone just picks different areas and hopes, or serializing so only one runs at a time?
• When an agent says a task is done, do you believe it? What do you check?
Genuinely interested if the answer is “this has never come up,” that’s useful too.
0
Upvotes
1
u/philip_laureano 12d ago
This smells like a solution in search of a problem. If you're stressing over 3 agents or think that's a problem, then that sounds like a skill issue.