Skip to content
Dashboard

Agent orchestration patterns

Copy link to headingAgent orchestration patterns at a glance

Copy link to heading1. Start agent orchestration with a single-agent loop

Copy link to heading2. Use prompt chaining for fixed agent orchestration steps

Copy link to heading3. Route agent orchestration by input type

Copy link to heading4. Run parallel agent orchestration for independent subtasks

Copy link to heading5. Choose orchestrator-worker agent orchestration for dynamic decomposition

Copy link to heading6. Apply evaluator-optimizer agent orchestration when quality can be measured

Copy link to headingHow Vercel runs agent orchestration patterns in production

Copy link to headingFluid compute reduces active-CPU cost in fan-out steps

Copy link to headingVercel Workflows makes each pattern durable

Copy link to headingAI Gateway centralizes model routing across patterns

Copy link to headingVercel Sandbox isolates worker and evaluator execution

Copy link to headingMatch your orchestration pattern to your workload, then ship

Copy link to headingFrequently asked questions about agent orchestration

Copy link to headingWhat is the difference between orchestrator-worker and hierarchical multi-agent patterns?

Copy link to headingWhen should I use a single-agent loop instead of multi-agent orchestration?

Copy link to headingHow does token cost scale across agent orchestration patterns?

Copy link to headingWhat makes a workflow durable in an agent orchestration context?

Ready to deploy?