Framework for debugging complex issues using the Analysis of Competing Hypotheses (ACH) methodology with parallel agent investigation.
| Direct | Strong | Code at file.ts:42 shows if (x > 0) should be if (x >= 0) | | Correlational | Medium | Error rate increased after commit abc123 | | Testimonial | Weak | "It works on my machine" | | Absence | Variable | No null check found in the code path |
| High (>80%) | Multiple direct evidence pieces, clear causal chain, no contradicting evidence | | Medium (50-80%) | Some direct evidence, plausible causal chain, minor ambiguities | | Low (<50%) | Mostly correlational evidence, incomplete causal chain, some contradicting evidence |
Устраняйте сложные проблемы, используя конкурирующие гипотезы с параллельным расследованием, сбором доказательств и рассмотрением первопричин. Используйте этот навык при отладке ошибок с множеством потенциальных причин, выполнении анализа первопричин или организации параллельных рабочих процессов расследования. Источник: wshobson/agents.