Search papers, labs, and topics across Lattice.
This study evaluates the performance of two multi-agent orchestration architectures, DAG Plan and Execute and ReAct, across various enterprise scales, revealing that orchestration performance is primarily affected by scale rather than task complexity. The introduction of a Task Manager enhances continuous operation by optimizing priority inference and event merging, significantly reducing latency and improving event correctness. Key findings indicate that while DAG Plan and Execute excels in precision at smaller scales, its performance deteriorates at enterprise scale due to increased agent discovery noise, whereas ReAct demonstrates greater robustness in handling incremental failures.
Scale, not task complexity, is the real challenge for multi-agent orchestration in enterprise AI, with significant implications for system design and performance.
Enterprise AI aims to move toward continuous event monitoring, detection, and action across specialist agents, yet existing multi-agent systems largely assume discrete request-response workflows and remain underexplored at enterprise scale. We evaluate DAG Plan and Execute and ReAct across 208 production-derived enterprise scenarios spanning Persona (<10 agents), Department (20-80), and Enterprise (200) scales, and introduce a Task Manager for continuous operation via priority inference, related-event merging, and preemption. Results show that scale, not task complexity, dominates orchestration performance: both architectures perform well at small scale but degrade at enterprise scale as agent discovery noise becomes the primary bottleneck, with simple tasks degrading more sharply than complex ones. DAG Plan and Execute offers higher precision and structured parallelization at smaller scales, but its higher overhead worsens at enterprise scale; ReAct is more robust by handling failures incrementally. The Task Manager reduces high-priority queue latency by 14-75% and improves related-event correctness by over 20 percentage points at enterprise scale.