Quiz 5 Question 3 of 20

A content platform builds a multi-agent pipeline where Agent A writes an article draft, Agent B edits it, and Agent C fact-checks it. The agents are chained: A's output is B's input, B's output is C's input. In production, they observe that errors in Agent A's output propagate and compound through the chain — B edits with the assumption A's claims are correct, then C fact-checks B's version but misses A's original error because B's rephrasing obscures it. How should the pipeline architecture be redesigned to prevent error compounding?

Select an answer to reveal the explanation.

Motivation