115
Dictionary/ai-orchestration
Dictionary

AI Orchestration

Coordinating multiple AI models, tools and steps into a single reliable workflow.

Definition
AI Orchestration is the layer that decides which model or tool runs at each step, how data flows between them, how failures are handled, and how the whole pipeline is observed in production.
Example
An order-refund workflow that uses a classifier model to triage, a RAG step to fetch policy, an LLM to draft the reply, and a human approval gate before sending.
Related Workflows
Related Tool Stacks