← Latest papers
🤖 AI

Uno-Orchestra: Parsimonious Agent Routing via Selective Delegation

Uno-Orchestra introduces a unified, reinforcement learning-based orchestration policy that jointly optimizes task decomposition depth, worker selection, and inference budget to achieve significantly higher accuracy and lower costs compared to rigid multi-agent systems across diverse benchmarks.

Original authors: Zhiqing Cui, Haotong Xie, Jiahao Yuan, Cheng Yang, Hanqing Wang, Yuxin Wu, Yifan Wu, Siru Zhong, Tao Yu, Yifu Guo, Siyu Zhang, Xinlei Yu, Qibing Ren, Usman Naseem

Published 2026-05-07
📖 4 min read☕ Coffee break read

Original authors: Zhiqing Cui, Haotong Xie, Jiahao Yuan, Cheng Yang, Hanqing Wang, Yuxin Wu, Yifan Wu, Siru Zhong, Tao Yu, Yifu Guo, Siyu Zhang, Xinlei Yu, Qibing Ren, Usman Naseem

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 have a massive, complex problem to solve, like planning a cross-country road trip that involves finding hotels, booking flights, checking traffic, and cooking meals.

In the world of Artificial Intelligence, most systems today handle this in one of two clumsy ways:

  1. The "One-Size-Fits-All" Boss: They hire the most expensive, super-smart CEO (a massive AI model) to do everything, from booking the flight to chopping the vegetables. This works, but it's incredibly expensive and slow, even for simple tasks like just checking the weather.
  2. The "Rigid Assembly Line": They have a pre-written script that says, "First, ask the CEO for a flight. Then, ask the CEO for a hotel." This is inflexible. If the CEO is busy or the task changes, the whole line breaks.

Uno-Orchestra is a new, smarter way to run this show. Think of it as a brilliant, cost-conscious Tour Manager who doesn't do the work themselves but knows exactly who to hire for every tiny part of the job.

The Core Idea: "Selective Delegation"

The Tour Manager (Uno-Orchestra) looks at your request and asks two questions simultaneously:

  1. "Do I need to break this down?" (Decomposition)
  2. "Who is the best person for this specific piece?" (Routing)
  • If the task is simple (e.g., "What's 2+2?"), the Manager says, "I don't need to call anyone. I'll just answer it myself instantly." This saves money and time.
  • If the task is complex (e.g., "Write a Python script to analyze stock data and visualize it"), the Manager breaks it into sub-tasks: "Find the data," "Write the code," "Run the code," "Make the chart."
  • The Magic Trick: For each sub-task, the Manager picks the perfect worker. They might send the "Find data" task to a fast, cheap intern (a smaller, cheaper AI model). But they send the "Make the chart" task to a specialized, expensive artist (a powerful, expensive AI model).

How It Learned to Be So Good

The paper describes a two-step training process, like training a new employee:

  1. The Internship (Supervised Fine-Tuning): The system watched 61,000 examples of a "Master Manager" solving problems. The Master Manager used real tools and real code execution (not just guessing). The system learned to copy these successful patterns: when to break things down, and which worker to pick for which job.
  2. The Simulation League (Reinforcement Learning): The system was then put in a "training arena" where it had to solve hard problems on its own.
    • If it solved the problem correctly and cheaply, it got a high score.
    • If it solved it correctly but wasted money, it got a lower score.
    • If it failed, it got a zero.
    • Crucially, the system learned to give credit (or blame) to specific steps. If it picked the wrong worker for step 3, it learned that specific mistake, rather than just getting a generic "you failed" at the end.

The Results: Fast, Cheap, and Smart

The researchers tested this new Tour Manager against 22 other systems (including other "routers" and "assembly lines") across 13 different types of challenges, from math and coding to long-document reading.

  • The Score: Uno-Orchestra got a 77% success rate, which was about 16% better than the next best system.
  • The Cost: Even more impressively, it did this while costing 10 times less per query than the heavy-duty workflow systems.

Why It Works Better

The paper claims the secret is flexibility.

  • Old systems either tried to do everything with one giant brain (too expensive) or followed a rigid script (too dumb).
  • Uno-Orchestra is like a jazz musician. It knows when to play a simple, single note (a direct answer) and when to call in a whole band (decompose the task), and it knows exactly which instrument (AI model) is needed for each note.

In Summary

Uno-Orchestra is a system that learns to be a smart project manager. It doesn't just route questions; it decides how to break them down and who to assign them to, all while keeping a tight budget. It proves that you don't need the most expensive AI to solve the hardest problems; you just need the right AI for the right job at the right time.

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 →