Slide 2 of 28
Part 1 — The ProblemSlide 2
Slide 2 · The Word
Two words that need precise definitions before they can be defended against.
Cascading

In physics: a chain reaction where each event triggers the next. A domino knocking over a domino. In failure analysis, "cascading" specifically means the failure does not stay where it started — it propagates through connections to other components.

What makes it "cascading" and not just "spreading": In a cascade, each intermediate component genuinely fails — it doesn't just transmit the original failure. The analysis agent in the hook scenario didn't just pass through the retrieval agent's error. It processed the bad data, produced bad analysis, and passed that bad analysis downstream as if it were good analysis. Each hop transforms and often amplifies the failure.

Key characteristic: By the time the cascade reaches the final agent, the failure has changed shape multiple times. Tracing it back to the origin requires understanding every transformation along the way.

Failure

In this context, "failure" covers a broad spectrum that single-agent systems rarely encounter:

What these have in common: The agent's output no longer accurately represents what it was supposed to compute — whether due to external data quality, resource exhaustion, or adversarial manipulation.

← Back Official definition →