Probabilistic Thinking¶
Engineering rarely deals in certainties — it deals in odds, base rates, and expected values; this section teaches you to reason in distributions instead of point estimates and to make decisions that are right on average.
This section covers reasoning under uncertainty: how base rates and expected value should anchor your judgment, how to think clearly about failure probabilities and risk, and how to produce defensible estimates when you genuinely don't know. The through-line is calibration — quantifying what you don't know well enough to act on it.
Topics¶
| # | Topic | What you'll learn |
|---|---|---|
| 01 | Reasoning Under Uncertainty | Thinking in probabilities not certainties, Bayesian updating, confidence vs accuracy, calibration |
| 02 | Base Rates and Expected Value | Base-rate neglect, prior probabilities, EV = probability × outcome, why the most likely cause is usually the common one |
| 03 | Risk and Failure Probabilities | Compound failure rates, independent vs correlated failures, tail risk, the difference between rare and impossible |
| 04 | Estimation Under Uncertainty | Fermi estimation, order-of-magnitude reasoning, confidence intervals, ranges over single numbers |
How to use this section¶
Each topic has five depth levels — junior → middle → senior → professional — plus an interview Q&A bank and hands-on tasks. Start at your level and climb. Topics 01–02 build the core intuition; 03–04 apply it to the two places engineers need it most — reasoning about failure and producing estimates.
Part of the Engineering Thinking roadmap. When the safe, probable path runs out, switch modes with Creative & Lateral Thinking.