Skip to main content

first-principles-thinking

Break down complex problems to fundamental truths and rebuild solutions from scratch when existing approaches are too expensive or inefficient

跳到安装

来源信息

仓库
lev-os/agents
最近来源活动
2026年3月7日 00:14
检测到的 SKILL.md 语言
英语
星标
21
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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
在 GitHub 查看