Orchestrator-worker
Simple
The “boss and workers” scheme: one hands out tasks, many do them.
Business
The most battle-tested swarm pattern: a central coordinator plus parallel workers; more predictable than “everyone is equal”.
Tech
Topology: a hub agent decomposes and merges, stateless workers run isolated subtasks; scales with worker count.