Lv.1 0 XP

D1 + D2: Diagnosing Combined Failures — The Root Cause Framework

⚡ Exam Tested 8 min +40 XP
💡
THE ANALOGY

An aircraft incident investigation. Rarely is the cause purely pilot error or purely equipment failure — usually it's a chain: equipment gave ambiguous feedback, pilot misinterpreted it, recovery procedure was inadequate. Multi-domain failures require multi-domain root cause analysis.

⚠️ EXAM TRAP — The Wrong Answer People Choose

Stopping root cause analysis at the first layer. 'The agent called the wrong tool' is a symptom, not a root cause. The exam presents cascading failures and tests whether you trace them to their actual origin.

KEY POINTS
1 Symptom → immediate cause → root cause: the symptom is what went wrong, the root cause is why it was possible.
2 Wrong tool call: immediate cause is loop logic; root cause is usually D2 tool description.
3 Unrecoverable loop: immediate cause is the loop hitting max retries; root cause is D2 not providing isRetryable.
4 Performance degradation over time: immediate cause is slow response; root cause is D2 tool result accumulation in D1 context.
5 The fix layer must match the root cause layer — fixing symptoms without fixing root cause produces recurrence.