微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Adversarial Review: Structured Disagreement for Grounded Agentic Code Review
RSS 官方收录 · 可信分层展示
关键摘要
arXiv:2608.…
- 18167v1 Announce Type: new Abstract: Early multi-agent LLM systems oft…
- Recent alternatives treat agents as passive tools (subagents), yet thi…
- We study whether a subagent paradigm can support a middle ground: mini…
摘要引擎:抽取
正文提要
arXiv:2608.18167v1 Announce Type: new Abstract: Early multi-agent LLM systems often used role-separated teams, yet scaling agent count yields diminishing returns on repository-level coding tasks. Recent alternatives treat agents as passive tools (subagents), yet this removes the benefits of agent interaction entirely. We study whether a subagent paradigm can support a middle ground: minimal agentic cooperation without the overhead of large multi-agent teams. We introduce Adversarial Review (AR), a minimal cooperative code-review protocol in which a main coding agent works with a reviewer and a critic agent. The reviewer evaluates code, while the critic audits the review through structured disagreement before the main agent edits. On LiveCodeBench, AR achieves the highest pass rate among tested methods, outperforming a five-agent baseline while using only three agents. On SWE-PRBench, naive AR exposes a false-consensus failure mode, where agents converge on agreement without sufficient evidence, but a single prompt iteration that adds disagreement explicitly achieves the highest F1 among tested methods. On SWE-bench Verified, AR also shows improvements over the baselines on repository-level coding tasks. Together, AR demonstrates that cooperative code review does not require many agents or complex communication structures: it requires that disagreement be minimal, structured, and evidence-grounded.