From Solo Actors to Coordinated Teams, Multi-Agent Systems Gain Ground
Researchers are shifting from single-agent computer use to multi-agent systems that decompose complex tasks for parallel execution and improved results.
The single, serial agent is becoming a bottleneck. A new wave of research argues for multi-agent computer use (MACU), where a manager model decomposes tasks into a dependency graph and dispatches parallel sub-agents to execute them. A June 2026 paper proposes a general MACU framework where a manager revises a task DAG as sub-agents report findings, improving performance by 3.4% to 25.5% over single-agent baselines on benchmarks like OSWorld and WebTailBench.
Other research explores how these agents should collaborate. The "LatentMAS" framework enables agents to collaborate directly in their continuous latent space, bypassing text-based communication for faster, lossless information exchange. This approach reduced token usage by over 70% and sped up inference by 4x. Meanwhile, another study investigates training trade-offs, finding that agents with isolated policies can reach higher accuracy but risk "terminal degradation," while shared-policy agents are more stable but can be captured by dominant roles.
This shift from monolithic agents to orchestrated teams of specialists mirrors the evolution of software microservices. For engineers building agentic systems, it suggests that future gains will come from workflow orchestration, not just from prompting a single, larger model.