Parallel tool calls: dispatch and dependency graphs
Modern models (GPT 4, Claude 3, Gemini) can emit multiple independent tool calls in a single turn. Parallel dispatch reduces latency dramatically for tasks like "compare the weather in three cities" or "fetch user profile and order history simultaneously." The discipline is identifying independence correctly.