Pick the shape
| Pattern | Primitive | Best for |
|---|---|---|
| Route | Team (route mode) | A direct question that one specialist owns |
| Coordinate | Team (coordinate mode) | Open-ended questions where a lead decides who to consult |
| Broadcast | Team (broadcast mode) | High-stakes calls where every specialist evaluates independently |
| Task | Team (tasks mode) | Multi-step jobs the team decomposes autonomously |
| Pipeline | Workflow | Standardized, auditable reviews that must run the same way every time |
Coordinate: a lead orchestrates dynamically
A lead model decides which analysts to consult based on the question, then synthesizes.Broadcast: everyone evaluates, the lead synthesizes
Every analyst assesses the same question independently. The lead reconciles agreement and disagreement into one call. Use this when independence reduces bias.Pipeline: the same steps, every time
When a review must be auditable, aWorkflow fixes the steps. Each step’s output feeds the next; independent steps run in parallel.
Teams vs Workflows
| Team | Workflow | |
|---|---|---|
| Control | A lead model decides the flow | You define the steps |
| Best for | Open-ended or adaptive research | Standardized, repeatable reviews |
| Auditability | Varies by run | Identical every run |
| Failure mode | Lead picks a poor path | A step is wrong, but always the same step |
Next steps
| Task | Guide |
|---|---|
| Fan specialists out at once | Parallel investigation |
| Ground every member | Grounding research |