Multi-Agents: What's Actually Working — Cognition's Code-Review Loop and Smart Friend Patterns
Multi-agent systems with parallel writers produced fragile products because parallel agents made implicit conflicting decisions about style, edge cases, and code patterns, fragmenting decision-making across the system.
SWE-1.5 was not capable enough to serve as the primary model in the smart-friend pattern — the gap between it and Sonnet 4.5 was too wide in knowing when to escalate and what to ask the smarter model.
The code-review loop has Devin Review catching an average of 2 bugs per PR (roughly 58% severe), with most bugs resolved before a human opens the PR.
The smart-friend pattern produced real gains in the trickiest scenarios when both models are frontier-class.
Frequently asked questions
What did this team achieve with this AI workflow?
The code-review loop has Devin Review catching an average of 2 bugs per PR (roughly 58% severe), with most bugs resolved before a human opens the PR.
What tools did this team use?
Devin, Devin Review, Deepwiki, Windsurf, Claude, GPT, MCP, Sonnet 4.5.
What results were reported?
bugs caught per PR by Devin Review: 2; Severe bugs as share of bugs caught: roughly 58%; enterprise Devin usage growth over 6 months: ~8x; SWE-1.5 inference speed: 950 tok/sec (source-reported, not independently verified).
What failed first in this deployment?
SWE-1.5 was not capable enough to serve as the primary model in the smart-friend pattern — the gap between it and Sonnet 4.5 was too wide in knowing when to escalate and what to ask the smarter model.
How is this quality assurance AI workflow structured?
Coding agent writes PR → Review agent reviews diff with clean context → Communication bridge filters bugs → Iterative review cycles → Human opens resolved PR → Primary model escalates to smart friend → Smart friend provides over-scoped guidance → Manager delegates to child agents.