Orchestration
Also known as: AI orchestration
What is orchestration?
Orchestration is the coordination layer that decides which model, tool or sub-process handles each step of a task, manages retries and failures, and keeps state across the sequence.
As soon as a system involves more than one model call, orchestration determines reliability more than model choice does. Retry policy, timeouts, idempotency and observability belong here.
Last reviewed by the gAIcko editorial team.