A pattern for multi-agent task execution where coordination is mechanical and intelligence lives at the edges.
This is an idea file. It describes a general architecture pattern, not a specific tool. Copy it, adapt it, build on it. The goal is to communicate the core insight; your implementation will vary.
The default architecture for multi-agent systems is a smart orchestrator. You build one powerful agent — the "brain" — that understands the task, plans the approach, delegates to sub-agents, handles errors, and synthesizes results. This agent is typically an LLM itself: it reasons about what needs to happen, picks the right tools, and coordinates everything.