For the complete documentation index, see llms.txt.
Skip to main content
New
17% · 1/6
Lesson 13 min 20 XP

Probabilistic Thinking

How to think in probabilities rather than certainties — Bayesian updating, expected value, and why calibrated uncertainty is more useful than false confidence.

Beyond True and False

Most real-world reasoning is not about certainty — it is about probability. Will it rain tomorrow? Probably (70%). Will this policy reduce crime? Likely (based on similar policies elsewhere). Is this news story accurate? Almost certainly (from AP wire) or possibly (from an anonymous blog).

Bayesian thinking formalizes this. You start with a prior probability (your estimate before seeing evidence), then update based on new evidence. If you think there is a 30% chance a candidate will win, and a new poll shows them leading, you update upward — perhaps to 45%. Each piece of evidence shifts your probability. The strength of the shift depends on how surprising the evidence is: a poll showing a 10-point lead shifts more than a poll showing a 1-point lead.

Probabilistic Thinking | Model Diplomat