Stanford's DeLM cuts multi-agent task costs 50% — without a central orchestrator

· Source: VentureBeat · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Intermediate, medium

Summary

Stanford University's new decentralized language model (DeLM) framework significantly reduces multi-agent task costs by approximately 50% and improves accuracy by eliminating the need for a central orchestrator. Released on June 16, 2026, DeLM enables agents to coordinate directly through a shared knowledge base of "gists"—compact, verified updates, findings, and failures—and a task queue. This approach contrasts with traditional centralized systems, which often suffer from communication bottlenecks and information dilution. DeLM's pipeline involves task initialization, parallel execution, compression and verification of results into reusable gists, and iterative work until completion. Benchmarking shows DeLM performed 10.5% better on SWE-bench Verified, reducing cost per task by 50%, and achieved the highest accuracy on LongBench-v2 Multi-Doc QA across models like GPT-5.4, Claude Sonnet, Gemini Flash, and DeepSeek-V4-Pro. Its "unfoldable" progress allows agents to access detailed evidence only when needed, optimizing both accuracy and cost.

Key takeaway

For AI Scientists and Machine Learning Engineers designing multi-agent systems, Stanford's DeLM framework challenges the assumption that a central orchestrator is essential. Your current centralized setups might be incurring unnecessary inference costs and coordination latency. You should explore decentralized architectures like DeLM. It demonstrated a 50% cost reduction and improved accuracy on benchmarks like SWE-bench Verified and LongBench-v2 Multi-Doc QA, offering a more efficient and robust solution.

Key insights

Decentralized language models can coordinate directly via shared context, eliminating central orchestrators to improve efficiency and accuracy.

Principles

Method

DeLM's pipeline involves initializing tasks, parallel agent execution, compressing and verifying results into shared "gists," and iteratively completing tasks based on accumulated context.

In practice

Topics

Best for: AI Architect, Research Scientist, CTO, AI Scientist, Machine Learning Engineer, Director of AI/ML

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by VentureBeat.