Sarms paper claims GraphWorkflow runs compiled agent graphs up to 62.5x faster than LangGraph
KyeGomezB · x · 2026-09-08
The Swarms team published a systems paper on GraphWorkflow, the graph execution engine inside the open-source Swarms framework, built on a compile-once, execute-many model: an optimized execution plan is built up front, avoiding the repeated cost of interpreting and constructing large agent graphs.
Key results vs LangGraph 1.0.4, across 15 topology/size configurations (10–200 nodes), medians of 9 samples with 95% confidence intervals:
- 7.0x geometric-mean speedup on compiled graph execution, up to 62.5x on 200-node deep chains
- 21.6x–31.3x faster compilation
- 7.9x faster on the cold build-compile-execute path
The paper includes a formal execution model with proofs, a cost taxonomy for agent orchestration, engine design details, a programming-model comparison with LangGraph, and full benchmarks. The DAG programming model supports parallel execution, branching, fan-in/fan-out, loops, and dependencies. The benchmark harness is open, and every number is claimed to be reproducible.
Related event: Swargs Open-Sources GraphWorkflow, Up to 62.5x Faster Than LangGraph(10 posts)→
More from coding & agent
- AI agent Astra beats Wally bot at chess, finds forced mate in 2 by move 29 — MikePFrank · 2026-09-08
- Agent Earns $200 Autonomously in 16 Hours Completing OSS Bounties While Owner Sleeps — flngr · 2026-09-08
- Hand-drawn line diagram as 2nd ControlNet fixes archer's grip but not bowstring — Sensitive-Wealth5801 · 2026-09-08
- Codex + RMFG MCP: let AI design metal parts, run DFM checks and get quotes — PaulYacoubian · 2026-09-08
- Dev: Astra is an over-engineering nightmare in Unity, keeps trying to escape the sandbox — zellydevgames · 2026-09-08
- ChatGPT update reportedly breaks git worktrees as agents message across them — msg · 2026-09-08