bayesian-reasoning — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bayesian-reasoning (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Bayesian reasoning treats belief as a state that changes when evidence arrives. The primitives are a hypothesis, prior probability or base rate, evidence, likelihood of seeing that evidence if the hypothesis were true, likelihood of seeing it if the hypothesis were false, posterior belief, residual uncertainty, and update history.
What it is: Bayesian reasoning is a method for updating belief under uncertainty. It starts from a prior or base rate, evaluates how expected the new evidence is under competing hypotheses, updates toward the hypothesis that better predicts the evidence, and preserves residual uncertainty.
Mental model: Confidence is not reset by each new clue. A belief has an existing level, evidence applies pressure to that level, and the posterior becomes the new prior for the next update.
Why it exists: Agents tend to overreact to vivid recent evidence, ignore base rates, and answer uncertain questions as yes/no. Bayesian reasoning forces the belief state, evidence strength, and update size into the open.
What it is not: It is not an expected-value decision table, a statistical modeling workflow, a generic prioritization method, a strategy framework, or a requirement to fabricate exact probabilities when inputs are weak.
Adjacent concepts: base rates, priors, likelihood ratios, posterior probability, diagnostic reasoning, forecasting, calibration, expected value, hypothesis testing, evidence independence.
One-line analogy: Bayesian reasoning is a confidence ledger: every new piece of evidence is posted against the prior balance before the new balance is reported.
Common misconception: The method is not "new evidence says X, therefore X." Evidence matters by how differently it is predicted by X versus not-X, and by how plausible X was before the evidence arrived.
This skill teaches agents to:
Bayesian reasoning is useful because it makes uncertainty inspectable. A confident answer can hide a weak prior, a diagnostic clue can look decisive while being common under multiple explanations, and a vivid example can overwhelm a large base rate. The Bayesian discipline forces those hidden weights into the answer.
The method is not a demand for spreadsheet precision. In many product, strategy, debugging, and research tasks, the honest output is qualitative: "this evidence raises confidence from low to moderate, but not high, because the base rate is low and the evidence is not independent." That is stronger than an invented 73 percent.
Name one hypothesis at a time, plus the alternatives.
Hypothesis:
Alternatives:
Decision or question this belief affects:
Current confidence:Do not update a vague claim such as "this is promising." Rewrite it as a belief that can be supported or weakened.
Use the best available prior source:
| Prior source | Use when | Example |
|---|---|---|
| Base rate | Similar cases exist | "Only a small share of signups convert without activation." |
| Historical frequency | The system has logs or repeated runs | "This error has usually been config-related." |
| Reference class | No direct data exists | "Comparable B2B onboarding changes have mixed results." |
| Stated assumption | No evidence exists | "Assume low prior and mark it as a placeholder." |
If the prior is uncertain, say so. Do not hide the prior by starting from the new evidence.
Ask how expected the evidence is under each hypothesis.
Evidence:
If hypothesis is true, how expected is this evidence?
If hypothesis is false or an alternative is true, how expected is this evidence?
Likelihood direction:
Evidence independence:Evidence is strong only when it is much more expected under one hypothesis than under plausible alternatives.
Move confidence in proportion to prior strength and evidence strength.
| Situation | Update discipline |
|---|---|
| Strong prior, weak evidence | Small update |
| Weak prior, strong diagnostic evidence | Moderate or large update, but still state uncertainty |
| Rare hypothesis, noisy evidence | Small update unless the evidence is highly diagnostic |
| Multiple independent signals | Update more than once, but only if independence is credible |
| Correlated signals | Treat as one evidence cluster, not many independent confirmations |
When inputs are rough, use bands: very low, low, moderate, high, very high. Prefer bands to fake decimals.
The useful answer includes the belief state and what would change it.
Bayesian update
- Prior/base rate:
- New evidence:
- Likelihood comparison:
- Update:
- Posterior confidence:
- Residual uncertainty:
- Evidence that would change the posterior next:For rare events, translate percentages into counts. This catches base-rate neglect.
Out of 10,000 cases:
- Prior/base-rate cases where the hypothesis is true:
- Cases where the evidence appears if true:
- Cases where the evidence appears if false:
- Total cases with evidence:
- Share of evidence-positive cases where the hypothesis is true:If a rare event has a 1 percent base rate and a test is 90 percent accurate with a 10 percent false-positive rate, most positive tests may still be false positives. The exact result depends on the numbers, but the lesson is stable: low base rates require very diagnostic evidence.
| Anti-pattern | Why it fails | Repair |
|---|---|---|
| Base-rate neglect | Treats a vivid clue as if the prior were neutral | State the reference class and prior before the update |
| Likelihood-posterior swap | "Evidence is likely if H is true" becomes "H is likely" | Compare evidence under H and not-H, then update from the prior |
| Anecdote overweighting | One case gets treated as representative | Ask whether the evidence is diagnostic or merely salient |
| Double-counting correlated evidence | Many signals from one source masquerade as independent confirmation | Cluster correlated signals and update once |
| Hidden prior | The answer smuggles in confidence without naming it | Write the prior or mark it as an assumption |
| Fake precision | Weak inputs produce precise probabilities | Use confidence bands and evidence gaps |
| Binary conclusion | An uncertain belief becomes yes/no | Report posterior confidence and next evidence |
Use Bayesian reasoning when the task is to update a belief, diagnosis, forecast, or assumption after evidence arrives.
Use another tool when the task is narrower or downstream:
| Need | Better owner |
|---|---|
| Choose the option with highest probability-weighted payoff | Expected value skill when available; otherwise state that EV is downstream |
| Rank backlog items by impact, urgency, effort, or confidence | prioritization |
| Turn a vague business strategy into integrated choices | playing-to-win |
| Diagnose industry structure and profit-pool pressure | porters-five-forces |
| Choose which reasoning method to apply first | problem-approach-router |
| Ground factual claims to citations and modality | epistemic-grounding |
Before finishing, verify:
skills/reasoning-strategy/bayesian-reasoning/references/bayesian-reasoning-sources.mdskills/reasoning-strategy/bayesian-reasoning/references/upstream-displacement-2026-05-26.mdUse another skill when the task falls outside the declared scope, matches an anti_examples prompt, or is owned by a more specific related skill.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.