First Principles

· 2 min · Quick read · Joost van der Laan

First-principles thinking means breaking a problem down into its most basic, verifiable truths and reasoning back up from there, rather than reasoning by analogy to how it has always been done.

The idea

Most reasoning is by analogy: we do things a certain way because that’s how they’ve always been done, or because someone else does it that way. First-principles thinking strips away inherited assumptions and asks what is actually, verifiably true about the problem itself.

Aristotle described a first principle as “the first basis from which a thing is known.” Applied practically, that means decomposing a problem into its fundamental components, questioning every assumption layered on top, and rebuilding a solution using only what can be independently verified — rather than copying the existing approach.

When to use it

How to apply it

  1. State the current belief or approach explicitly.
  2. Break it down into fundamental, verifiable components.
  3. Discard assumptions that aren’t actually fundamental — norms, “best practices,” sunk costs.
  4. Reason back up from the fundamentals to a new approach.
  5. Test the new approach against reality, not convention.

Watch out for