← ClaudeAtlas

bayesian-reasoninglisted

Activate when: user says 'Bayesian', 'prior', 'posterior', 'base rate', 'likelihood ratio', or 'update my belief'; someone treats 'the evidence is consistent with X' as proof of X; a high-stakes decision rests on interpreting a test result, security alert, fraud flag, A/B result, or hiring signal; base rates are being ignored in favor of a vivid story. Do NOT activate when: the decision is genuinely deterministic and probabilities do not apply; there is no data or domain knowledge to anchor a prior (Bayes amplifies information, it does not create it from nothing).
deciqAI/knowledge-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill deciqAI/knowledge-skills
# Bayesian Reasoning ## Overview Bayes' theorem: **Posterior odds = Prior odds × Likelihood ratio**. The strength of belief after evidence equals the strength before, multiplied by how diagnostic the evidence is. This skill applies Bayesian discipline where people reason about probabilities informally — and failures follow predictable patterns: ignoring the base rate (prior), confusing P(E|H) with P(H|E) (prosecutor's fallacy), over-updating on vivid confirming evidence, treating correlated evidence as independent. Composes with [`probabilistic-thinking`](../probabilistic-thinking/SKILL.md) (Bayes is the operational engine), [`critical-thinking`](../critical-thinking/SKILL.md) (formalizes considering alternatives), [`logical-fallacies`](../logical-fallacies/SKILL.md) (prosecutor's fallacy and base-rate neglect), and [`first-principles`](../first-principles/SKILL.md) (the prior is bedrock). ## When to Use - High-stakes decision rests on interpreting evidence (medical test, security alert, fraud flag, hiring signal, A/B result) - "Evidence is consistent with X" is being treated as proof of X - Base rates ignored — a rare event treated as probable because evidence "looks like" it - Correlated evidence pieces treated as independent updates - Someone says "Bayesian," "prior," "posterior," "base rate," "likelihood ratio," "update" **Not when:** genuinely deterministic; no data to anchor a prior; cost of formal update exceeds the value of being more right. ## Coaching Novice