Digitorn
Digitorn
All terms
Agent concepts

Coordinator agent

The top-level agent in a multi-agent setup. Plans, dispatches workers, merges their results.

also known as: orchestrator agent, lead agent
In depth

A coordinator does not do the actual work itself. It reads the goal, writes a plan, spawns specialists in parallel, waits for results, then chains follow-up agents (a writer, an editor) to produce the final output. Running the coordinator on a premium model and the workers on a cheap model is the single biggest cost lever in agent design.

Related concepts
Read the deep dive

How to build a Claude Code clone in YAML

Read article
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Agent concepts

Agent loop/glossary/agent-loopAgent spawn/glossary/agent-spawnAI agent/glossary/ai-agentCompaction/glossary/compactionFunction calling/glossary/function-callingGoal pinning/glossary/goal-pinning