Home · Glossary · Multi-agent orchestration
Enterprise AI glossary · Agentic AI & Orchestration

Multi-agent orchestration

An architecture where multiple specialised LLM agents coordinate on a task, typically with a planner agent decomposing the work to executor agents.

Definition

What Multi-agent orchestration means in practice

Multi-agent orchestration runs a task as a coordinated cluster of specialised LLM agents rather than a single agent doing everything. A typical pattern: a planner agent decomposes the user goal into sub-tasks, executor agents handle each sub-task with their own tools, and a critic agent reviews the combined output. The architectural benefit is specialisation — the planner is prompted to think hierarchically, executors are prompted for narrow domains, and the critic is prompted to look for failure modes. The cost is latency and token spend. For enterprise use the pattern works best when the underlying task genuinely has parallelisable sub-problems (multi-document analysis, multi-system reconciliation); it under-performs when the task is a sequence of simple steps a single agent could handle.

Go deeper
Agentic AI in production →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →