Principle · Technology and AI

First Principles Thinking.

Source: Aristotle, Posterior Analytics (c. 350 BCE). Popularized for modern engineering and business by Elon Musk in interviews and public talks (Foundation series, TED, Sandy Munro interviews).

The Principle

First principles thinking is the discipline of reasoning from what is fundamentally true rather than from what looks like the obvious answer by analogy. Most problems are reasoned about by comparison: "this is similar to that, so we should do what they did." That works when the new problem really is like the old one. It fails badly when the assumptions underneath have changed, and the analogy quietly carries those old assumptions into the new situation.

The technique is to strip the problem down to the physical, mathematical, or definitional facts that nobody can argue with, and rebuild the solution from there. Aristotle named this in the Posterior Analytics: a first principle is something known to be true on its own terms, not derived from something else. Musk's well-known example is rocket fuel cost: "everyone knows" rockets are expensive, but if you decompose a rocket into its raw materials, the materials cost about two percent of the finished rocket. The other ninety-eight percent is the way the industry has always built them. SpaceX existed because the analogy ("rockets cost a billion dollars because that is how rockets are priced") was wrong, and the first-principles answer ("rockets cost the price of aluminum, copper, carbon fiber, and software") was right.

The technique is uncomfortable because it requires admitting how much of conventional wisdom is unexamined assumption. It also takes longer than reasoning by analogy. The payoff is occasional ten-times improvements in cost, speed, or design, in places everyone else thought were already optimized.

Why It Matters Here

Technology and AI is the department where reasoning by analogy is most expensive. The vendor told you that "this is how AI works," the consultant told you that "this is the standard architecture," and the article told you "this is what everyone is doing." Each one carries assumptions that may have been true a year ago and are no longer true today. The CAIO who reasons from first principles ships systems that would have been impossible if they had taken the vendor's word for what was possible. The CAIO who reasons by analogy ships the same system everyone else has, at the same cost, with the same limits.

Signals (When to Apply)

How to Apply

Examples

Applied well A team is told they need a six-figure customer data platform to power their personalization use case. The CAIO decomposes: the actual goal is to use customer behavior to tailor messaging. The actual inputs are website events and CRM records. The actual facts are that storing and querying that data is now a few dollars per month, and a current-generation language model can do the personalization step without a separate ML pipeline. The CAIO builds the system on a small data warehouse, a thin event capture layer, and an LLM call. Total cost is two percent of the proposed platform, and the system ships in four weeks instead of nine months. The conventional answer was based on what was expensive in 2018. The first-principles answer used what is cheap in the current quarter.
Misapplied The same team buys the six-figure platform because "that is what serious companies use for this." Implementation takes nine months. Two of the modules they paid for are never used. The personalization use case eventually ships, performs about the same as the LLM solution would have, and costs ten times as much to run. The decision was made by analogy to other companies. No one decomposed the actual problem.

When to Break It

Further Reading