Glossary / Agentic AI

Orchestration

How work gets routed across agents, tools, phases, and review points so the whole job gets done.

Updated July 2, 2026

It’s the difference between asking one AI to “handle everything” and giving the work a real operating plan.

Think about a general contractor building a house. The GC isn’t hanging every door or wiring every outlet. Their job is to know what has to happen, in what order, which specialist does which part, and when the work needs inspection. That’s orchestration in agent work: the job has more than one moving part (one agent researches, another writes, another inspects, a human approves a risky change), and the orchestrator keeps those pieces from becoming chaos.

How it shows up

In a Claude Code or Codex session, it might look like this: inspect the project, split it into phases, send a focused task to a subagent, run checks, ask a second model for review, then bring the result back. You talk to the lead, who routes the work and reports back, so your attention stays on the outcome. It also shows up in workflow design, where a handoff becomes a natural checkpoint and a tool that needs a record becomes a tool call with a clear purpose. Good orchestration includes sequence, scope, and judgment: which work runs in parallel, which must wait, which change needs review before it lands.

Why you care

Without orchestration, you either overload one agent or become the traffic controller yourself. Both are tiring. With it, the system knows how to move the work, when to ask for help, and when to stop. The point isn’t more agents. It’s the right work going to the right place at the right time.