Argumentation & Evidence

Bayesian Reasoning

Bayesian reasoning updates the probability of a belief as evidence arrives, in proportion to how strongly that evidence distinguishes between competing explanations. It starts from a prior — how likely the claim was beforehand — and adjusts it, rather than treating each new piece of evidence as though nothing were known already.

By Tajammal MaqboolFounder & Developer

Updating the probability assigned to a belief as new evidence arrives, in proportion to how strongly that evidence distinguishes between competing hypotheses.

Example: You think a coworker is upset; then you learn they're always quiet on Mondays, and you dial your confidence back accordingly.

What it looks like

In a diagnosis

The test came back positive, so let's start treatment.

Why it fails: A Bayesian reading asks how common the condition is and how often the test errs, then combines both. A positive result on a rare condition often leaves the probability low enough to warrant confirmation first.

In a product decision

One user complained about the new flow, so we should roll it back.

Why it fails: A single complaint barely shifts a prior built on thousands of successful sessions. The question is how much more likely that complaint is under 'the flow is broken' than under 'the flow is fine'.

In an argument about a rare event

The witness is certain, so it must have happened.

Why it fails: Certainty is a fact about the witness, not the event. Extraordinary claims start from a low prior, so testimony must be much more likely if true than if mistaken to move the conclusion far.

Practice

5 questions. Answer each one, then read why the tempting wrong answers are wrong.

Question 1

What are the three ingredients of a Bayesian update?

Question 2

Why does evidence that fits your hypothesis sometimes provide almost no support for it?

Question 3

You believe a coin is fair. It lands heads five times running. What does Bayesian reasoning say?

Question 4

What does 'extraordinary claims require extraordinary evidence' mean in Bayesian terms?

Question 5

What most distinguishes Bayesian updating from ordinary belief revision?

Frequently asked

Do I need to do maths to reason in a Bayesian way?
No. Most of the value comes from two habits: stating how likely the claim was before the evidence arrived, and asking whether you would expect that same evidence if the claim were false. Formal calculation helps in structured settings but is not required for the reasoning discipline.
What is a prior?
The probability you assign to a hypothesis before considering the new evidence. It often comes from a base rate — how common the thing is in general — but can also come from prior experience or background knowledge. Choosing priors is where Bayesian reasoning is most contested.
What is the difference between Bayesian reasoning and base-rate neglect?
Base-rate neglect is the error; Bayesian reasoning is the corrective. Neglect drops the prior and reads the evidence alone. Bayesian updating keeps the prior in the calculation and adjusts it by how much the evidence distinguishes between the competing possibilities.