> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Models · Mental Models & Transferable Thinking Structures

> 35 transferable mental models — reusable cognitive tools for decomposing complexity, making better decisions, and understanding how systems work across any domain.

## What are Models?

A model is a **transferable, simplified structure of complex reality**. A good model doesn't aim to describe reality completely — it distills the most critical structural relationships so you can quickly understand and apply them across different domains.

> All models are wrong, but some are useful. — George Box

Models are "design patterns" — just as a programmer doesn't reinvent sorting algorithms from scratch, a clear thinker shouldn't rebuild frameworks for understanding the world from zero every time.

**This category covers 35 core mental models**, organized into four groups:

* **Decision Models**: make more rational choices under uncertainty
* **Systems Models**: understand how complex systems operate
* **Game Theory & Economics**: understand conflict, cooperation, and incentives
* **Analytical Frameworks**: systematically analyze situations

***

## Decision Models

<CardGroup cols={2}>
  <Card title="Mental Models" icon="brain" href="/models/mental-models">
    Build a reusable library of cognitive frameworks
  </Card>

  <Card title="Opportunity Cost" icon="door-open" href="/models/opportunity-cost">
    Every choice has a hidden cost — what you didn't choose
  </Card>

  <Card title="Expected Value" icon="calculator" href="/models/expected-value">
    Evaluate options by probability-weighting each potential outcome
  </Card>

  <Card title="Regret Minimization Framework" icon="heart" href="/models/regret-minimization">
    Project to age 80 — which choice will you regret least?
  </Card>

  <Card title="Decision Tree" icon="diagram-project" href="/models/decision-tree">
    Visualize decisions, chances, and outcomes in a branching structure
  </Card>

  <Card title="Eisenhower Matrix" icon="table-cells" href="/models/eisenhower-matrix">
    Classify tasks by importance and urgency to prioritize action
  </Card>

  <Card title="OODA Loop" icon="arrows-rotate" href="/models/ooda-loop">
    Observe, Orient, Decide, Act — a rapid response cycle
  </Card>

  <Card title="Multi-Armed Bandit" icon="slot-machine" href="/models/multi-armed-bandit">
    Balance exploring new options against exploiting what already works
  </Card>

  <Card title="Margin of Safety" icon="shield-check" href="/models/margin-of-safety">
    Leave buffer between your estimate and reality
  </Card>

  <Card title="Circle of Competence" icon="circle" href="/models/circle-of-competence">
    Know the boundaries of your expertise; act within them
  </Card>
</CardGroup>

***

## Systems Models

<CardGroup cols={2}>
  <Card title="Feedback Loops" icon="arrows-rotate" href="/models/feedback-loops">
    Positive loops amplify; negative loops stabilize
  </Card>

  <Card title="Flywheel Model" icon="gear" href="/models/flywheel-model">
    Consistent small efforts accumulate into unstoppable momentum
  </Card>

  <Card title="Compounding Model" icon="chart-line" href="/models/compounding-model">
    Exponential growth: the magic of time × consistency
  </Card>

  <Card title="S-Curve Model" icon="s" href="/models/s-curve-model">
    Growth follows a slow start → rapid expansion → plateau arc
  </Card>

  <Card title="Network Effects" icon="network-wired" href="/models/network-effects">
    The more users, the more valuable the product
  </Card>

  <Card title="Stock and Flow" icon="faucet" href="/models/stock-and-flow">
    Understand the relationship between accumulated quantities and rates of change
  </Card>

  <Card title="Causal Loop Diagram" icon="diagram-project" href="/models/causal-loop-diagram">
    Visualize how system variables influence each other
  </Card>

  <Card title="The Map Is Not the Territory" icon="map" href="/models/map-is-not-territory">
    A description of reality is not reality itself
  </Card>

  <Card title="Iceberg Model" icon="mountain" href="/models/iceberg-model">
    Visible events are driven by deeper, invisible structures
  </Card>

  <Card title="Antifragility Model" icon="shield-heart" href="/models/antifragility-model">
    Some systems don't merely survive disorder — they benefit from it
  </Card>
</CardGroup>

***

## Game Theory & Economics

<CardGroup cols={2}>
  <Card title="Prisoner's Dilemma" icon="handcuffs" href="/models/prisoners-dilemma">
    Why rational individuals fail to achieve optimal cooperation
  </Card>

  <Card title="Nash Equilibrium" icon="balance-scale" href="/models/nash-equilibrium">
    A state where no player can improve by unilaterally changing strategy
  </Card>

  <Card title="Tragedy of the Commons" icon="tree" href="/models/tragedy-of-the-commons">
    How shared resources are depleted by self-interested behavior
  </Card>

  <Card title="Principal-Agent Model" icon="user-tie" href="/models/principal-agent-model">
    How misaligned incentives lead to organizational failure
  </Card>

  <Card title="Supply-Demand Model" icon="arrow-right-arrow-left" href="/models/supply-demand-model">
    How prices balance supply and demand
  </Card>

  <Card title="Black Swan Model" icon="crow" href="/models/black-swan-model">
    Rare, high-impact events that are rationalized only after the fact
  </Card>

  <Card title="Normal Distribution" icon="chart-area" href="/models/normal-distribution">
    The bell curve that governs countless natural phenomena
  </Card>

  <Card title="Fat-Tailed Distribution" icon="chart-bar" href="/models/fat-tailed-distribution">
    Extreme events are far more common than normal distributions predict
  </Card>
</CardGroup>

***

## Analytical Frameworks

<CardGroup cols={2}>
  <Card title="Maslow's Hierarchy of Needs" icon="layer-group" href="/models/maslows-hierarchy">
    From physiological survival to self-actualization — a pyramid of human needs
  </Card>

  <Card title="SWOT Analysis" icon="grid-2" href="/models/swot-analysis">
    Systematically evaluate Strengths, Weaknesses, Opportunities, and Threats
  </Card>

  <Card title="Porter's Five Forces" icon="star" href="/models/porters-five-forces">
    Five dimensions for analyzing competitive industry structure
  </Card>

  <Card title="BCG Matrix" icon="border-all" href="/models/bcg-matrix">
    Classify business units by market growth rate and relative share
  </Card>

  <Card title="Cynefin Framework" icon="shapes" href="/models/cynefin-framework">
    Categorize problems as Simple, Complicated, Complex, or Chaotic
  </Card>

  <Card title="Johari Window" icon="window-maximize" href="/models/johari-window">
    A model for understanding self-awareness and mutual understanding
  </Card>

  <Card title="Diffusion of Innovation" icon="chart-line" href="/models/diffusion-of-innovation">
    How new ideas spread through populations over time
  </Card>
</CardGroup>
