返回
RCreddit.com
20
·12小时前·开发者社区 · RSS

If your team runs 3+ coding agents at once: what actually broke, and what did you do about it?

查看原文

热度趋势

趋势数据积累中

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

一位开发者正在构建一个工具,旨在解决团队同时运行多个编码代理时遇到的问题,并寻求关于常见故障的反馈。他们想了解当三个或更多编码代理同时运行时,具体会发生什么问题,以及团队采取了哪些变通方案。该开发者特别询问了诸如使用工作树、为每个分支分配一个代理,或序列化代理操作以避免冲突等策略,并表示即使这类问题不常见,这样的信息也很有用。

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.