Elon First Principles Thinker

Deconstruct complex problems using physics-based reasoning and 'Idiot Index' calculations to find the theoretical floor.

Install
cmdop skills install agensi-elon-first-principles-thinker

Elon First Principles Thinker is a skill that implements a structured, physics-based reasoning framework for AI agents. It is designed to help agents distinguish between hard constraints—those that genuinely violate physical laws or mathematical limits—and soft constraints, which arise from legacy processes, incumbent inertia, or misaligned incentives.

The skill produces a structured First-Principles Analysis with three main components. First, a physics check evaluates whether a stated limitation is physically impossible or merely conventional. Second, a material reality breakdown decomposes a problem or product into its raw component costs, then calculates the Idiot Index—the ratio of the finished product’s cost to those raw material costs—to surface where inefficiency is concentrated. This breakdown also produces a Magic Wand Number, which represents the theoretical minimum cost if all inefficiencies were removed. Third, a limits test scales variables to extremes to expose hidden assumptions or non-obvious bottlenecks.

The output is intended to convert vague skepticism about a problem into a quantified engineering roadmap. This skill carries no environment variables and requires no external service credentials. It has no transport defined and provides no tool endpoints; it functions as a reasoning pattern applied within an agent’s inference step rather than as a call to an external API. It is best suited for cost analysis, feasibility assessment, and strategic planning tasks where the goal is to challenge assumptions with numerical grounding.

Use cases

  • Determine whether a manufacturing cost target is physically achievable or blocked by process inefficiency
  • Calculate the Idiot Index for a product to identify where markup far exceeds raw material costs
  • Classify project blockers as hard physical constraints versus removable soft constraints
  • Estimate the theoretical minimum cost floor (Magic Wand Number) for a given product or system
  • Stress-test engineering assumptions by scaling variables to extremes
  • Evaluate whether a proposed 10x improvement is theoretically possible given material and physical limits

When to use it

  • When an agent needs to challenge cost estimates or feasibility claims with physics and material-cost reasoning
  • When analyzing whether a bottleneck is fundamental or a legacy artifact
  • When building an agent workflow that includes structured feasibility or cost-floor analysis
  • When the task requires producing a quantified breakdown rather than qualitative opinion

When not to use it

  • When the problem domain has no quantifiable cost or physical variables to analyze
  • When real-time data retrieval or external API calls are needed, since this skill defines no tools or transport
  • When the task requires regulatory, legal, or market analysis rather than physics-based reasoning
  • When a lightweight heuristic is sufficient and a full structured analysis would be disproportionate overhead