Revolutionizing Language Models with Role Factorization Researchers have developed a multi-agent architecture for large language models that factorizes roles into delegation, execution, and answer generation, finding that scaling the delegation role improves exact match scores by 11 points while scaling execution only yields a 2.6-point gain. The study demonstrates that a smaller executor trained via quality-filtered trajectory distillation matches frontier accuracy with 37% fewer tokens, challenging the single-agent model approach and offering a recipe for more efficient search agents. Revolutionizing Language Models with Role Factorization New research challenges the single-agent model approach with a multi-agent architecture, achieving significant accuracy improvements. The secret? Allocate more capacity to task delegation. Large language models LLMs are increasingly adopting multi-agent architectures to enhance their capabilities. Rather than relying on a single model for all tasks, a main agent now decomposes complex questions into sub-queries, delegating them to specialized sub-agents. But how should these models distribute their capacity across distinct roles? A recent study sheds light on this important question. Role Factorization: A Superior Strategy? In this study, researchers factorized hierarchical search into three distinct roles: delegation, execution, and answer generation. The key contribution: task decomposition is essential for boosting performance. The delegation role, responsible for breaking down tasks, is identified as the capability bottleneck. By scaling the delegation backbone, exact match EM scores improved by around 11 points, whereas increasing execution capacity only shifted EM by a marginal 2.6 points. This builds on prior work suggesting that decomposition is vital in multi-agent architectures. One might wonder, why focus on delegation? The ablation study reveals that concentrating capacity at delegation results in substantial gains without sacrificing accuracy. This means downsizing the execution role isn't just feasible, it’s optimal. The implications for building hierarchical search agents are clear: prioritize delegation capacity. Efficiency Meets Accuracy Another striking finding from the study is the performance of a smaller executor. A 1.7 billion- parameter /glossary/parameter executor trained via quality-filtered trajectory distillation /glossary/distillation matched a frontier sub-agent in accuracy while consuming 37% fewer sub-agent tokens. This not only advances the Pareto frontier but also poses a pertinent question: Are we over-investing in execution capabilities? By refining how we allocate resources within LLMs, these results suggest a concrete recipe for constructing more efficient search agents. The paper's key contribution: a method for enhancing accuracy without bloating computational resources. Future Implications What they did, why it matters, what's missing. This research pushes the boundaries of how multi-agent language models are structured. It challenges the status quo of single-agent baselines, making a compelling case for specialized role factorization. But it also raises new questions on how we continue to optimize model capacity across roles. Could this approach be a stepping stone to even more refined architectures? In the fast-paced world of AI, staying ahead means rethinking traditional models. As more systems adopt this innovative architecture, businesses and researchers alike will need to adapt. The code and data are available at the project's GitHub page, enabling further exploration and potential breakthroughs. Get AI news in your inbox Daily digest of what matters in AI.