AI dictionary

Orchestrator-Workers

A pattern where a central model dynamically breaks work into subtasks and delegates them to worker models.

Plain English

One agent figures out the plan; other agents do the pieces.

Example

A codebase migration agent identifies affected packages and assigns each package to a worker.

Why it matters

This pattern handles tasks where the steps are not known ahead of time.