first-principles-thinking — quality + safety report
In the Skillier index (local__first-principles-thinking) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
About this skill
Reason from physics and fundamental axiomatic truths instead of by analogy or "what others do". Trigger this skill aggressively whenever the user is doing cost analysis, asking "is this even possible", debating architecture, challenging conventional industry wisdom, making design tradeoffs, sizing…
📄 Read the SKILL.md
---
name: first-principles-thinking
description: Reason from physics and fundamental axiomatic truths instead of by analogy or "what others do". Trigger this skill aggressively whenever the user is doing cost analysis, asking "is this even possible", debating architecture, challenging conventional industry wisdom, making design tradeoffs, sizing ambition, or pricing something. Specific trigger phrases include "is this even possible", "the industry standard is", "it's always been done this way", "nobody does it that way", "what should this actually cost", "am I being too ambitious", "is this realistic", "we can't because", "the vendors charge", "compared to competitors", "best practice is", and any cost or feasibility question where the user is anchoring on incumbent prices, prior art, or analogy. Also trigger when the user appeals to authority, tradition, or precedent to dismiss an option. Compute the magic-wand floor and the Idiot Index when costs are involved. Trigger eagerly even when the user does not name Musk or the framework.
---
# First-Principles Thinking
> "The normal way we conduct our lives is reasoning by analogy. That means we do something because it's similar to something else, or what other people are doing. When you think this way, you only get slight iterations... But for important things, that kind of thinking is too bound by convention or prior experiences."
> — Elon Musk, *The Book of Elon* (Chapter: First-Principles Thinking)
## What this skill captures
First-principles thinking is the physics approach: break a problem down to the axiomatic truths you are most confident in, then rebuild the answer from the ground up. You stop asking "what do others charge / do / believe?" and start asking "what is this actually made of, and what does that floor the answer at?" The reward is counterintuitive answers that incumbents cannot see — the room between the magic-wand floor and the current price is the room you get to capture.
The user gains: a way to tell whether an ambitious idea is physically possible, a defensible cost floor, and the courage to ignore "it's always been done this way."
## When to use this skill
- The user is doing a cost or pricing analysis and quoting vendor / incumbent prices as if they were laws of nature.
- The user asks "is this even possible?" or wants a feasibility check.
- An architecture / design debate is being decided by precedent ("everyone uses Kafka", "the standard is microservices").
- The user is calibrating ambition: "am I being unrealistic?" or "is this too aggressive a target?"
- A teammate or vendor says "it's always been done this way" or "nobody does that."
- The user is sizing the gap between today's solution and what is theoretically achievable.
## The how-to
1. **State the axiomatic base.** Write down only what you are most confident is true at a foundational level — physics, conservation laws, raw material identities, information theory. Refuse to import any number that came from "the industry."
> "Break something down to the most fundamental principles. Start by asking: What am I most confident is true at a foundational level? That sets your axiomatic base. Then you reason up from there."
> — *The Book of Elon*
2. **Check feasibility against physics first.** Before anything else, verify the idea does not violate physics. If it does, stop — no amount of engineering rescues it.
> "A basic question in physics would be: Am I violating conservation of energy or momentum? If so, it's not going to work. That's just to establish if this idea is possible."
> — *The Book of Elon*
This separates "expensive" (engineering problem) from "impossible" (dead end).
3. **Enumerate the raw constituents.** List every material, atom, bit, or irreducible input the thing is made of. For software: bytes moved, CPU cycles required, network round-trips, storage.
> "What are the batteries made of? What are the materials that make up the batteries? What is the market value of those material constituents?"
> — *The Book of Elon*
4. **Compute the magic-wand number.** Assume you can rearrange the atoms (or bits) for free. What is the absolute floor cost? This is the hypothetical best-case scenario.
> "If you have them stacked on the floor and could wave a magic wand to create the rocket, what would the cost of the rocket be? We imagine the cost of rearranging the atoms was zero. That's going to set the floor of the cost."
> — *The Book of Elon*
5. **Compute the Idiot Index.** Divide the current finished-product cost by the magic-wand number. A high ratio means the design is too complex or manufacturing is inefficient — and that is your opportunity.
> "How much more does a finished product cost than the cost of its materials?... If the ratio is high, you're an idiot."
> — *The Book of Elon*
6. **Reject the analogy answer explicitly.** State out loud what the "reasoning by analogy" answer would have been, and why it is wrong. This forces the contrast.
> "If I had analyzed it by analogy and said, 'What are all other rocket companies doing? What do their rockets cost? What historically have other rockets cost?' That is reasoning by analogy, but it really doesn't illustrate what the true potential is."
> — *The Book of Elon*
7. **Then think in the limit.** Push the variable (volume, scale, size) to a very large or very small number and see what breaks or collapses. This often reveals whether the cost is structural or just an artifact of low volume.
> "Another good physics tool is thinking about things 'in the limit.' Take a particular idea and imagine scaling it to a very large or very small number. How do things change?"
> — *The Book of Elon*
## Common failure modes
- **Wishful thinking dressed up as first principles.** You stack the axioms in your favor because you want the answer. Musk's warning:
> "In business and personal life, wishful thinking causes a lot of mistakes... If something ever feels too easy or doesn't quite make sense…it is probably wishful thinking."
> — *The Book of Elon*
- **Smuggling analogy into the axioms.** Quoting a vendor price, an AWS sticker, or "what the team did last time" as if it were a fundamental truth. If a number came from an incumbent, it is not axiomatic.
- **Reasoning from first principles for trivial decisions.** It is exhausting. Musk explicitly limits it to important things:
> "In most of life, we should reason by analogy. Otherwise, mentally, you wouldn't be able to get through the day. It would be too much thinking."
> — *The Book of Elon*
- **Stopping at "possible."** Establishing the floor is necessary but not sufficient; the work is then figuring out how to actually get the atoms (or bits) into the right shape efficiently.
- **Ignoring the harsh judge.** Believing the conclusion you want despite the physics-derived axioms.
> "If you have beliefs that are incompatible with a rocket getting to orbit, the rocket will not get to orbit. Physics is a harsh judge."
> — *The Book of Elon*
## When NOT to use this skill
- Routine, low-stakes decisions where analogy is correct and cheaper (pick a JSON library, name a variable, choose a meeting time).
- Pure taste or social/political questions with no axiomatic base (brand naming, copy tone).
- Time-critical incidents where the cost of deep analysis exceeds the cost of a competent analogical fix.
- Domains where the user has no physical or quantitative substrate to ground the axioms in — first principles needs something to bottom out against.
## Source
The Book of Elon by Eric Jorgenson (2026, Scribe Media). Chapter: "First-Principles Thinking" (in "Think Like a Physicist").Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.