You need to sign in or sign up before continuing.
Course · 8 lessons ~19 hr Intermediate

The Cognitive Mechanics — Distortions, the Discounting Machine & the High-Achievers Paradox

Understand, in mechanistic terms, how the mind generates the imposter feeling: the cognitive distortions that fuel it (Burns), the discounting machine that makes it immune to counter-evidence, and the empirical pattern that explains why high performers feel it more. By the end, when the feeling arrives, you can name the specific distortion producing it — and you can articulate, in 90 seconds, why "look at your accomplishments" is the most-given and least-effective advice in the field. Treat the distortions as a static-analysis pass on your internal monologue. Burns's catalogue is the linter rule set; the mood log is the build log. The point is not to never have a distorted thought — it's to fail loudly when one runs, the way CI fails loudly on a forbidden pattern. The pattern doesn't stop occurring; it stops shipping silently. The discounting machine, in Ruby: ``ruby def evaluate_competence(evidence) result = analyze(evidence) raise DiscountError, "must have been luck" if result.positive? result rescue DiscountError "imposter" end ` The bug is not in the evidence. The bug is in the evaluation pathway. You can pass this method ten years of shipped projects, an open-source package with tens of thousands of downloads, a business that pays your bills — it still returns "imposter"`. The fix is not adding evidence to the input. The fix is patching the evaluator (M2's monitoring + manual override), or — the deeper move, coming in M5 — no longer asking the evaluator for an answer at all. And the high-achievers paradox in review terms: the imposter mind treats success as explained-away noise and failure as load-bearing signal — the exact inverse of sane review calibration. In code review you correctly weight a passing test over a flaky one; in self-review you do the opposite. The discounting machine is a fundamentally miscalibrated reviewer you have appointed as your sole gatekeeper. The modules ahead variously retrain the reviewer (M6), ignore the reviewer (M5), or replace the reviewer's authority with action (M8).

reading · we frame, you read MIT or the canonical taught · we author, no canonical fits ↺ spirals back to earlier lessons
Course locked

Complete The Signal vs Noise Diagnostic first.

This course unlocks once you've finished its prerequisite. Open prerequisite →

8 lessons. Read in order; spiral back when you need to. By the end you'll have used the core ideas twice — once on the abstract, once on something you'll meet at work next week.