← Latest papers
💻 computer science

AgentRadio: Passive Awareness for Long-Horizon Multi-Agent Collaboration

AgentRadio introduces an asynchronous message-passing layer that enables long-horizon multi-agent code comprehension by allowing agents to maintain passive awareness of teammates' discoveries during execution, thereby achieving a 62.1% success rate on the SWE-Atlas QnA benchmark—significantly outperforming both single-agent baselines and newer models through continuous mid-course coordination.

Original authors: Xinxing Ren, Qianbo Zang, Ziyan Wang, Caelum Forder, Suman Deb, Peter Carroll, Zekun Guo

Published 2026-07-31
📖 7 min read🧠 Deep dive

Original authors: Xinxing Ren, Qianbo Zang, Ziyan Wang, Caelum Forder, Suman Deb, Peter Carroll, Zekun Guo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a massive, impossible puzzle, but you are only allowed to look at one tiny piece of it at a time. This is the daily struggle for modern "AI agents"—computer programs designed to think and act like humans to solve complex problems. These agents are incredibly smart, but they have a short attention span. If you ask them to understand a huge software project (like the code behind a popular app), they get overwhelmed. The more information they try to hold in their "mind" at once, the more they start to forget the beginning of the story or miss crucial clues hidden in the middle.

To fix this, scientists have tried splitting the work among a team of agents, like assigning different people to different rooms of a giant mansion. But here's the catch: if the person in the kitchen finds a clue that changes what the person in the bedroom needs to do, they can't tell each other until they both finish their current task and meet up at the door. In the real world, we don't wait for a scheduled meeting to shout, "Hey, I found something important!" We just talk while we work. Until now, AI teams have been stuck in a world where they can only talk during scheduled breaks, leaving them blind to new discoveries made by their teammates while they are busy. This paper explores a new way to let AI teams talk to each other while they are working, turning a group of isolated workers into a truly collaborative team.

The Problem: The "Silent Worker" Trap

The researchers started with a tough challenge: answering deep questions about real-world software codebases. They tested this on a benchmark called SWE-Atlas QnA, which contains 124 difficult questions about 11 different software projects. When they asked a single, very smart AI agent (using a model called Claude Code Opus 4.6) to solve these, it only got 32.3% of them right. The agent got lost in the sheer volume of information.

The obvious fix seemed to be hiring a team. If you split the work among four agents, each one has a smaller, cleaner job to do. But the researchers found a hidden flaw in how these teams usually operate. Most systems force the agents to work in "silence" until a specific phase is over. It's like a group of detectives solving a crime: Detective A is searching the garage, and Detective B is checking the attic. If Detective A finds a muddy shoe that proves the suspect never went to the attic, they can't tell Detective B until they both finish their search and meet up for a debrief. By then, Detective B might have wasted hours looking for clues that don't exist.

The paper argues that this "stop-and-talk" method is the problem. In the real world, we have "passive awareness"—we can hear a colleague shout a warning or share a discovery without stopping what we are doing. The authors wanted to see if giving AI agents this same ability would change the game.

The Solution: AgentRadio

Enter AgentRadio. The researchers built a new "layer" of software that acts like a walkie-talkie system for AI agents. It gives them three simple tools:

  1. Threads: Dedicated chat rooms for different topics.
  2. Messages: The ability to send a note to the group.
  3. Wait for Mentions: This is the magic trick. Instead of stopping work to check for messages, an agent runs a tiny background task that listens for its name to be called. If a teammate says, "Hey, check this out," the message pops up between the agent's work steps, like a notification on a phone, without interrupting the agent's current task.

Think of it like a driver listening to the radio. The driver keeps their hands on the wheel and eyes on the road (doing the main work), but they can still hear the traffic report (the teammate's message) and adjust their route instantly. They don't have to pull over to listen.

The Experiment: A Five-Phase Dance

To test this, the team set up a strict five-phase protocol for four agents working together:

  1. Explore: Everyone looks around the codebase independently.
  2. Divide: They meet to agree on who does what.
  3. Execute: They go back to work. This is where AgentRadio shines. If an agent finds something that changes the plan, they shout it out immediately.
  4. Review: They check each other's work.
  5. Submit: They combine everything into a final answer.

The researchers compared three setups:

  • The Solo Agent: One agent doing everything alone.
  • The Silent Team: Four agents working in parallel but only talking at the end of each phase (the old way).
  • The AgentRadio Team: Four agents with the new "passive awareness" system.

The Results: A Massive Leap Forward

The results were dramatic. When the single agent tried to solve the 124 tasks, it succeeded on only 32.3% of them.

When they used the "Silent Team" approach (dividing work and negotiating, but not talking mid-task), the success rate jumped to 51.6%. This proved that splitting the work helps, but the agents were still missing each other's clues.

Then, they turned on AgentRadio. With the ability to share discoveries instantly while working, the team's accuracy soared to 62.1%.

This isn't just a small improvement. The team using AgentRadio outperformed even the strongest single agent available on the public leaderboard (a newer, more powerful model called Opus 4.8), which only reached 57.2%. In other words, four older agents working together with a good communication system beat one brand-new super-agent working alone.

Why It Matters: The Power of "Mid-Course Correction"

The researchers dug deeper to understand why this worked. They found that the biggest gains happened on the hardest tasks. When a task was tricky, the "Silent Team" often followed a wrong path for too long because they couldn't hear their teammate's correction until it was too late.

With AgentRadio, if one agent realized, "Wait, the plan is wrong," they could immediately alert the others. This allowed the team to make "mid-course corrections." It's like a group of hikers: if one person spots a cliff edge, they don't wait until everyone gathers at the campfire to say, "Don't go that way." They shout it out, and everyone stops immediately.

The study also showed that this wasn't just about having more computer power. Even if they gave the single agent six times the budget to try the task six different times and pick the best result, it still only reached 37.9% accuracy. The team approach with AgentRadio was far more efficient and effective.

The Limits: It's Not Magic

The paper is careful to note that AgentRadio isn't a magic wand that fixes everything. In one specific case study involving a Grafana task, the agents failed to solve the problem in both the silent and the radio-enabled versions. Why? Because the solution required a specific negative conclusion ("this feature does not exist") that no single agent ever figured out on their own. AgentRadio can only share what an agent already discovers; it can't invent new ideas out of thin air. If no one in the room has the answer, shouting it out won't help.

The Takeaway

This paper demonstrates that for complex, long-term tasks, how a team communicates is just as important as how smart the individual members are. By giving AI agents the ability to listen to each other while they work—creating a state of "passive awareness"—the team can catch mistakes early, share vital clues instantly, and solve problems that were previously impossible. It suggests that the future of AI isn't just about building bigger, smarter brains, but about building better ways for those brains to talk to each other.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →