Skip to content
Build Mind
Mental model

First-Principles Thinking

Break a problem down to what you know is true, then reason up from there.

Also known as: Reasoning from scratch, Reasoning from the ground up

advanced Attributed to Aristotle · Classical philosophy

First-principles thinking strips a problem back to its most basic, verifiable truths and rebuilds an answer from those, instead of reasoning by analogy to how things are usually done. It's how you escape inherited assumptions.

What it is

Most reasoning is by analogy: we copy what worked before, or what everyone else does, with small tweaks. That's efficient, but it inherits every hidden assumption baked into the original — including ones that are no longer true. First-principles thinking, traceable to Aristotle, asks instead: what do we actually know to be true here, and what follows from only that?

The method is deliberate demolition. Take the problem apart until you reach statements you can't reduce further and are confident are true. Then reason forward from those, ignoring "that's just how it's done." Often you rediscover the conventional answer — but sometimes you find the convention was an accident of history, and a better path exists.

It is cognitively expensive, which is why it's reserved for problems where the stakes justify rebuilding from the ground, or where the usual approach is clearly failing.

Worked example

Asked why rockets were so expensive, most people reasoned by analogy: rockets have always cost this much, so they always will. Reasoning from first principles, you ask what a rocket is made of — aluminium, copper, carbon fibre — and price those raw materials. The gap between the material cost and the sticker price reveals that the expense was convention and process, not physics, which reframes the whole problem of making launches cheaper.

Failure mode — when it misleads

First-principles thinking is slow and can be arrogant — reinventing from scratch where accumulated convention already encodes hard-won lessons wastes effort and sometimes repeats old mistakes. Not every problem needs demolishing; analogy is usually right because it captures real experience. Reserve first-principles reasoning for where convention is failing or the stakes are high.

How to apply it

  1. Write down the assumptions you're carrying into the problem.
  2. For each, ask: do I know this is true, or am I copying convention?
  3. Reduce to statements you're confident are fundamentally true.
  4. Rebuild an answer from only those, ignoring "how it's usually done."
  5. Compare your rebuilt answer to the convention — and learn from the gap.