← Dictionary

5. Orchestrating many agents

Workflow

The defined sequence a piece of work travels: draft → review → verify → publish, with rules for branching and failure. Fixed rails, in contrast with a free-roaming agent that improvises the route.

Why it matters: the central design choice of orchestration is workflow-vs-agent: rails where mistakes are costly, freedom where exploration pays. Most good systems are rails with agent-shaped freedom in the middle stops.