VentureBeat
Follow
Stanford's DeLM cuts multi-agent task costs 50% — without a central orchestrator
Traditional AI frameworks rely on a central "boss" agent to orchestrate tasks, which can lead to communication bottlenecks and reduced efficiency. A new Stanford framework, DeLM, proposes a decentralized approach where agents coordinate directly. DeLM utilizes a shared knowledge base as a communication substrate, allowing agents to build upon verified progress without a central controller. This design avoids the inefficiencies and potential information distortion of centralized systems. In traditional systems, a main agent breaks down tasks, assigns them, and then merges responses, creating a point of failure. DeLM, however, distributes tasks and allows agents to asynchronously claim and work on them. The framework uses a task queue and a shared context where agents write compact, verified updates called "gists." These gists are checked against evidence, and only fully verified ones are shared. DeLM's pipeline includes initialization, parallel execution, compression and verification, and a final step to determine completion. This decentralized model allows agents to avoid redundant work, reuse findings, and focus on unresolved issues. DeLM has demonstrated superior performance and cost reduction on benchmarks like SWE-bench and LongBench-v2. It improves accuracy by allowing agents to share failures and leverage verified constraints, while also managing context efficiently through an "unfolding" mechanism. Ultimately, DeLM challenges the necessity of a central controller in multi-agent systems, offering a faster, more accurate, and cost-effective alternative.