Quiz 10 Question 10 of 20

A multi-agent pipeline has an orchestrator that manages 5 subagents. The orchestrator needs to pass a 10,000-token document to each subagent for independent analysis. Naively, this requires each subagent call to include the 10,000-token document in its messages array, totaling 50,000 input tokens across 5 calls. What architecture reduces this cost?

Select an answer to reveal the explanation.

Motivation