Multiple AI Agents' Collaboration Achieves Accuracy Surpassing Single Models
Researchers from Coral AI Labs and multiple universities announced 'AgentRadio,' a mechanism enabling multiple AI agents to collaborate in real-time. In a benchmark targeting actual software repositories, a team of 4 agents using AgentRadio demonstrated accuracy rates exceeding those of high-performance standalone models (Claude Opus 4.8). This research outcome illustrates that agent collaboration design has a significant impact on performance, beyond simply enhancing the model itself.

Researchers from Coral AI Labs and multiple universities announced a new multi-agent collaboration mechanism called 'AgentRadio.' Using this technology to coordinate 4 AI agents demonstrated coding performance surpassing that of a single high-performance model. In the experiment, the AgentRadio-equipped agent team recorded a higher accuracy rate than independently operating single top-tier models.
The research addressed the 'coverage problem' that arises when AI agents attempt to understand and analyze large codebases (collections of software that companies actually operate). Code repository analysis requires a long chain of tasks including software building, execution, and tracking of processes spanning multiple files. When a single agent handles this, as investigation progresses, the context (scope of information that can be retained) expands, making it difficult to revise the initial plan. There is a structural limitation where important information discovered in the later stages cannot be retroactively reflected in earlier decisions.
The 'multi-agent' approach of distributing work among multiple agents has existed previously, but in many implementations each agent operates in isolation and cannot exchange information with others in real-time. AgentRadio addresses this challenge through an 'asynchronous message passing layer' mechanism. In simple terms, it is a communication mechanism enabling each agent to send and receive messages from other agents without stopping its own work. This allows one agent that makes an important discovery mid-task to share that information in real-time with other agents, which can then adjust their work direction accordingly.
As a performance measurement metric, the research team used the 'SWE-Atlas QnA' benchmark (evaluation standard). This measures whether AI can correctly answer natural language questions posed to actual software repositories in operation. It is a high-difficulty test that cannot be solved by merely reading code; it requires actually running software and executing multiple commands.
According to experimental results, a single Claude agent (Claude Code, Opus 4.6) achieved only 32.3% accuracy on this benchmark. The newer model Opus 4.8 improved to only 57.2%, demonstrating the limitations of simply upgrading model performance. In contrast, a system using AgentRadio to coordinate 4 agents nearly doubled the accuracy rate compared to 4 agents operating independently, and exceeded the single-operation performance of Opus 4.8.
What these results demonstrate is that 'using a larger model' is not the only path to improved AI performance. There is potential to achieve effects comparable to or exceeding scale-up through improvements in 'structure' such as agent collaboration design. As enterprises increasingly handle large codebases, approaches like AgentRadio represent practical options in terms of cost efficiency. Moving forward, the key attention point will be how far such collaboration architectures can be applied to complex business tasks beyond software development.
This article is an original work independently written and edited by the AI issue editorial team based on factual reporting. © AI issue. Unauthorized reproduction, redistribution, or use for AI training is prohibited.