Lv.1 0 XP

D1 + D5: Error Propagation Through Multi-Agent Orchestration

⚡ Exam Tested 9 min +45 XP
💡
THE ANALOGY

A supply chain disruption. A factory failure (subagent error) must propagate up through the distributor (coordinator) to the retailer (final output) in a structured way. A factory that secretly ships empty boxes (silent failure) causes problems the retailer can't anticipate. A factory that sends a structured shortage notice allows the distributor to source elsewhere.

⚠️ EXAM TRAP — The Wrong Answer People Choose

Treating D1 error recovery and D5 error propagation as the same topic. D1 focuses on loop control and coordinator recovery decisions. D5 focuses on how structured error context travels through the system. The exam tests that you understand both layers and their interaction.

KEY POINTS
1 D1's coordinator receives error: decides retry, fallback, or graceful degrade (D1 recovery decision).
2 D5's structured error context: the error must carry enough information for the coordinator to make that decision.
3 Without D5 structured errors, D1 coordinator makes uninformed recovery decisions — or can't decide at all.
4 Error context must survive multi-hop propagation: subagent → coordinator → final synthesis.
5 The synthesis step must know which data is missing (D5 partial failure) to produce calibrated confidence (D5 confidence scoring).