← Dictionary

5. Orchestrating many agents

Parallel

Multiple things at once, instead of one after another (serial). The general word behind fan-out, swarms, and every "run these three checks simultaneously."

Why it matters: agents don't get tired and don't queue politely — parallelism is nearly free capacity. The question shifts from "how long will this take?" to "what can't safely run at the same time?"

Related: Fan-out · Multi-agent / swarm