Experimenting with a multi-agent system without leaders or messaging
Summary
The author details an experimental multi-agent orchestration framework using a directed acyclic graph (DAG), concentrating intelligence in planner and replanner components while keeping worker agents mechanical. They are seeking community feedback, benchmarks, and existing research to validate its practicality against conventional message-passing approaches.
Similar Articles
Autonomous Event-Driven Multi-Agent Orchestration for Enterprise AI at Scale
This paper evaluates multi-agent orchestration architectures (DAG Plan and Execute, ReAct) at enterprise scales and introduces a Task Manager for continuous event-driven operation, showing improvements in latency and correctness.
An alternative to multi-agent frameworks: put the orchestration in the folder structure
Proposes an alternative to traditional multi-agent frameworks by using folder structures to manage orchestration, simplifying coordination and reducing complexity.
Is anyone actually orchestrating multi-agent workflows well, or are we all duct-taping?
A reflective article questioning whether anyone has successfully implemented multi-agent AI workflow orchestration without resorting to makeshift solutions.
LangGraph, CrewAI, or raw A2A - this is what I learned actually running multi-agent orchestration in production and not in a notebook
The author shares practical lessons learned from deploying multi-agent orchestration frameworks (LangGraph, CrewAI, and A2A) in production, contrasting with simple notebook experiments.
Sub-Agents Are Not the Only Way
The article challenges the default sub-agent orchestration pattern in multi-agent systems, advocating for decentralized coordination via a shared message board. It introduces Blueprint Bulletins, a feature that allows agents to post self-expiring notes on a shared board for ambient coordination without a central orchestrator.