← Latest papers
💻 computer science

Learning Latency-Aware Orchestration for Multi-Agent Systems

The paper introduces LAMaS, a novel framework that reduces end-to-end latency in multi-agent systems by learning latency-aware execution graphs with critical-path credit assignment during training and employing a lightweight adaptive controller to eliminate redundant interactions during inference, achieving over 50% latency reduction while maintaining task accuracy.

Original authors: Xi Shi, Mengxin Zheng, Qian Lou

Published 2026-08-14
📖 4 min read☕ Coffee break read

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 a team of brilliant, specialized robots working together to solve a complex puzzle. This is the world of Multi-Agent Systems (MAS), where powerful AI "brains" (called Large Language Models) are broken down into smaller, focused helpers. One robot might be great at math, another at coding, and a third at checking facts. By passing notes and ideas back and forth, they can tackle problems a single robot couldn't solve alone. However, there's a catch: every time these robots talk to each other, it takes time. If they have to pass a note ten times to get an answer, the whole process drags on, sometimes taking 10 to 60 minutes just to finish a single task. In the real world, waiting that long is a dealbreaker.

For a while, scientists tried to make these teams faster by simply cutting costs or making the robots smarter. But they realized that making the team "cheaper" doesn't always make it "faster." Think of it like a relay race: if you have a team of ten runners, the total time isn't just the sum of everyone's running speed; it's determined by the slowest, longest chain of runners passing the baton. If you cut the number of runners but leave the slowest chain untouched, the race time doesn't improve. The big question became: How do we redesign the team's workflow to shave off time without losing the accuracy of the final answer?

This is exactly what the researchers at the University of Central Florida tackled in their new paper, introducing a system called LAMaS (Latency-Aware Multi-agent System). They found that the old way of optimizing these AI teams was like trying to fix a traffic jam by telling every car to drive faster, even if the bottleneck was a single narrow bridge. Instead, LAMaS acts like a smart traffic controller that knows exactly which part of the route is the "critical path"—the longest chain of steps that determines the total time.

The paper proposes a two-part strategy to fix the speed issue. First, during the "training" phase (where the system learns how to work), LAMaS uses a special scoring method. Instead of punishing every robot equally for taking too long, it focuses its "scolding" only on the robots that are part of the critical path—the ones holding up the whole team. It also sets a strict rule: no matter how fast they get, they cannot drop below a certain level of accuracy. It's like telling a race team, "You can run as fast as you want, but you must still finish the race correctly."

Second, and perhaps more cleverly, LAMaS adds a "lightweight controller" that watches the race in real-time. Even if the team planned to run ten laps, this controller might notice after lap three that the team has already figured out the answer. It then has the power to say, "Stop! We don't need the other seven laps," and cut the rest of the work short. This happens dynamically as the task unfolds, rather than being a fixed plan made in advance.

When the researchers tested this on four different challenging benchmarks—ranging from solving grade-school math problems to writing code and answering complex knowledge questions—they found that LAMaS was a game-changer. Compared to other advanced AI team systems, LAMaS reduced the total waiting time by over 50% (in some cases cutting it by as much as 75%) while keeping the accuracy just as high, or even better. For example, on a math benchmark called GSM8K, their system finished in about 11.73 seconds with 93.65% accuracy, whereas other top systems took over 48 seconds for similar accuracy.

The paper suggests that this approach isn't just a one-time fix for one specific system; when they tried plugging the LAMaS method into other existing AI team designs, it consistently made them faster without breaking them. The authors show that by focusing on the "bottleneck" steps and allowing the system to stop early when it's confident, we can build AI teams that are not only smart but also lightning-fast, making them much more practical for real-world use.

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 →