Communication to Completion: Modeling Collaborative Workflows with Intelligent Multi-Agent Communication
Yiming Lu, Xun Wang, Simin Ma, Shujian Liu, Sathish Reddy Indurthi, Song Wang, Haoyun Deng, Fei Liu, Kaiqiang Song
TL;DR
The paper addresses the challenge of coordinating teams of LLM agents on long-horizon tasks by treating communication as a controllable resource. It introduces the Alignment Factor ($AF$) and the Sequential Action Framework (SAF) to connect communication decisions directly with task progress, supported by intention-based agent reasoning and hierarchical DAG task management. Through extensive simulations on coding-like tasks across varying complexity and team sizes, the approach reduces completion time by about 40% and achieves high efficiency while maintaining manageable communication costs, with scalable performance and clear interpretable coordination patterns. This work provides a theoretical and practical framework for measuring and optimizing communication in multi-agent systems, offering actionable insights for designing scalable, adaptive collaborative AI systems.
Abstract
Teamwork in workspace for complex tasks requires diverse communication strategies, but current multi-agent LLM systems lack systematic frameworks for task oriented communication. We introduce Communication to Completion (C2C), a scalable framework that addresses this gap through two key innovations: (1) the Alignment Factor (AF), a novel metric quantifying agent task alignment that directly impacts work efficiency, and (2) a Sequential Action Framework that integrates stepwise execution with intelligent communication decisions. C2C enables agents to make cost aware communication choices, dynamically improving task understanding through targeted interactions. We evaluated C2C on realistic coding workflows across three complexity tiers and team sizes from 5 to 17 agents, comparing against no communication and fixed steps baselines. The results show that C2C reduces the task completion time by about 40% with acceptable communication costs. The framework completes all tasks successfully in standard configurations and maintains effectiveness at scale. C2C establishes both a theoretical foundation for measuring communication effectiveness in multi-agent systems and a practical framework for complex collaborative tasks.
