Break down complex problems to fundamental truths and rebuild solutions from scratch when existing approaches are too expensive or inefficient
Scanned 9/20/2026
Install to Claude Code
npx -y skills add lev-os/agents --skill first-principles-thinking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of First Principles Thinking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lev-os-first-principles-thinking)More formats (shields.io, HTML) on the badges page.
---
name: first-principles-thinking
description: Break down complex problems to fundamental truths and rebuild solutions from scratch when existing approaches are too expensive or inefficient
---
# First Principles Thinking
## Overview
First principles thinking, rooted in Aristotle's philosophy and popularized by Elon Musk, is the practice of breaking down problems to their most basic, provable truths and reasoning upward from there. Rather than reasoning by analogy (doing things because they're similar to what others do), you deconstruct assumptions to their foundations and build novel solutions. This approach enabled SpaceX to reduce rocket costs by 10x and Tesla to reimagine electric vehicles.
## When to Use
- Existing solutions are prohibitively expensive or inefficient
- Industry norms seem illogical but everyone accepts them
- You need breakthrough innovation, not incremental improvement
- Analogies and best practices aren't producing results
- You're entering a new domain without established mental models
## The Process
### Step 1: Identify and Question Current Assumptions
Write down all assumptions about how the problem is "supposed" to be solved. Challenge each one by asking "Is this actually true, or just convention?"
**Example:** SpaceX questioned "Rockets must cost $65M" by asking "What if we only pay for raw materials?"
### Step 2: Break Down to Fundamental Truths
Reduce the problem to facts that cannot be disputed—physics, mathematics, proven scientific principles. Strip away everything that's opinion, tradition, or analogy-based reasoning.
**Example:** Musk reduced rockets to: "Rockets are made of aluminum alloys, titanium, copper, and carbon fiber. What do those materials cost on the commodity market?" Answer: ~2% of the rocket price.
### Step 3: Reason Up from Scratch
Build a new solution using only the fundamental truths. Ignore how it's "always been done." Ask: "If I were solving this for the first time with zero legacy constraints, what would I do?"
**Example:** SpaceX built vertically integrated manufacturing and reusable rockets, bypassing traditional aerospace suppliers entirely.
### Step 4: Test Against Reality
Validate that your first-principles solution actually works in the real world. Prototype, measure, iterate. Fundamental truths are correct, but implementation requires experimentation.
**Example:** SpaceX tested reusable rocket landings hundreds of times, failing repeatedly before achieving consistent success.
## Example Application
**Situation:** Tesla entering the electric car market when EVs were considered expensive, slow, and impractical.
**Application:**
- **Assumption questioned**: "Electric cars must have limited range and performance"
- **Fundamental truth**: Energy density of lithium-ion batteries + electric motor efficiency
- **First principles solution**: Build battery packs from commodity laptop cells, optimize thermal management, use electric motor's instant torque advantage
- **Rebuilt approach**: Premium performance EV (Model S) rather than golf cart-style economy car
**Outcome:** Tesla Model S achieved 300+ mile range and 0-60 in 2.3 seconds, proving EVs could outperform gas cars. Market cap exceeded all legacy automakers combined by 2020.
## Anti-Patterns
- ❌ Using first principles for simple problems where analogy works fine (over-engineering)
- ❌ Ignoring domain expertise entirely—fundamental truths still need expert context
- ❌ Assuming "reasoning from scratch" means ignoring all existing knowledge
- ❌ Skipping Step 4 (testing)—first principles can be theoretically correct but practically wrong
- ❌ Confusing contrarianism with first principles (being different ≠ reasoning from fundamentals)
## Related
- second-order-thinking
- inversion
- occams-razor
- systems-thinking
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!