← Latest papers
💻 computer science

Learning Latency-Aware Orchestration for Multi-Agent Systems

This paper introduces LAMaS, a novel orchestration framework that reduces end-to-end latency in multi-agent systems by over 50% while maintaining accuracy through a two-level approach combining critical-path-aware training and an adaptive inference-time controller.

Original authors: Xi Shi, Mengxin Zheng, Qian Lou

Published 2026-07-16
📖 5 min read🧠 Deep dive

Original authors: Xi Shi, Mengxin Zheng, Qian Lou

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 the conductor of a massive, high-tech orchestra where every musician is a super-smart robot brain. In the world of artificial intelligence, these robot brains are called "agents," and when they work together, they can solve incredibly hard puzzles, write complex code, or even do your homework. This field is known as Multi-Agent Systems. The idea is simple: one robot might be great at math, another at reading, and a third at checking facts. If they pass notes back and forth, they can tackle problems that stump a single robot. But here's the catch: every time they pass a note, it takes time. If the orchestra has to pass notes in a long, winding line, the music takes forever to start. In the real world, waiting 10 to 60 minutes for a computer to finish a task is like waiting for a slow internet connection to load a single cat video—it's frustrating and makes the technology hard to use.

For a long time, scientists trying to fix this have focused on two things: making sure the robots get the right answer (accuracy) and making sure they don't spend too much money on electricity or computer time (cost). They treated the robots like a grocery bill, trying to keep the total price low. But this paper points out a funny flaw in that thinking: just because you buy fewer items doesn't mean you get to the checkout line faster. If you have a long line of people, the total time you wait depends on the slowest person in the longest line, not on how many people are in the store total. In computer terms, this is called the "critical path." You could cut the cost in half by removing a few side conversations, but if the main conversation chain is still long and winding, the wait time stays the same. The big question this paper asks is: How do we teach these robot teams to finish their work faster without making them dumber or more expensive?

Enter LAMaS (Latency-Aware Multi-agent System), a new framework proposed by researchers Xi Shi, Mengxin Zheng, and Qian Lou from the University of Central Florida. Think of LAMaS as a super-organized stage manager for our robot orchestra. Instead of just counting how many notes the musicians play (cost), LAMaS watches the clock and figures out exactly which notes are causing the delay.

The researchers found that previous methods were like a teacher who scolds the whole class for being late, even if only one student was dawdling. LAMaS is smarter. It uses a special training method to identify the "bottleneck"—the specific chain of robots that is holding up the whole show. It gives extra credit (or rather, extra focus) to the robots on that slow chain, teaching them to be more efficient, while letting the other robots relax. This is called "critical-path-aware credit assignment." It's like telling the runner in the slowest lane to sprint, rather than yelling at everyone in the stadium.

But there's a second trick. Sometimes, even the best plan can't predict the future. What if the robots figure out the answer halfway through the show? A rigid plan would force them to finish the whole script anyway, wasting time. LAMaS adds a "lightweight controller," which acts like a sharp-eyed director sitting in the wings. As the robots perform, this director watches the progress. If the robots have already agreed on the answer and are just repeating themselves, the director shouts "Cut!" and stops the unnecessary future interactions. This happens in real-time, trimming the fat off the performance as it unfolds.

The team tested this new system on four different types of tough challenges: math problems, coding tasks, competition-level math, and complex knowledge questions. The results were impressive. Compared to other smart robot teams, LAMaS didn't just get the answers right; it got them over 50% faster. In some cases, it cut the waiting time from over a minute down to just a few seconds, all while keeping the accuracy just as high (or even better) than the slower methods.

The researchers also showed that this isn't a one-trick pony. They took the LAMaS stage manager and director and plugged them into other existing robot team systems. Even without rebuilding those systems from scratch, the new methods made them faster, proving that this approach is flexible and can be used to speed up many different kinds of AI teams.

In short, this paper suggests that to make AI faster, we need to stop looking at the whole team's total effort and start focusing on the specific bottlenecks that cause delays, while also having a smart supervisor ready to stop the show the moment the job is done. It's a shift from simply counting the cost of doing the work to actually managing the time it takes, making these powerful robot teams much more practical for the real world.

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 →