Quiz 9 Question 1 of 20

In a three-agent pipeline (Agent 1: parse requirements, Agent 2: generate code, Agent 3: write tests), Agent 1 returns a malformed requirements object due to an upstream data issue. Agent 2 uses this data to generate code, and Agent 3 writes tests for the broken code. All three agents report success. The team later finds the entire output is unusable. What pattern would have contained this cascading failure?

Select an answer to reveal the explanation.

Motivation