> ## 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.

# 模型 · Mental Models & Transferable Thinking Structures

> 35個核心心智模型——飛輪效應、複利模型、囚徒困境、納許均衡。可跨領域遷移的認知工具，幫你解構複雜問題、在不確定中做出更理性的決策。

## 什麼是模型？

模型（Model）是對複雜現實的**可遷移的簡化結構**。一個好的模型不追求完整描述現實，而是提煉出最關鍵的結構關係，讓你能快速理解並應用於不同場景。

> 所有模型都是錯的，但有些模型是有用的。—— 喬治·博克斯

模型是「設計模式」——程式設計師不會重複發明排序算法，思考者也不該重複發明理解世界的框架。

**本類別收錄 35 個核心心智模型**，分為四組：

* **決策模型**：在不確定中做出更理性的選擇
* **系統模型**：理解複雜系統的運作規律
* **博弈與經濟模型**：理解利益衝突與合作
* **分析框架**：系統化地分析情境

***

## 決策模型

<CardGroup cols={2}>
  <Card title="心智模型" icon="brain" href="/zh-hant/models/mental-models">
    建構可複用的認知框架庫
  </Card>

  <Card title="機會成本" icon="door-open" href="/zh-hant/models/opportunity-cost">
    每個選擇都有其隱藏代價
  </Card>

  <Card title="期望值" icon="calculator" href="/zh-hant/models/expected-value">
    以概率加權評估最理性選擇
  </Card>

  <Card title="遺憾最小化框架" icon="heart" href="/zh-hant/models/regret-minimization">
    站在80歲回望，哪個選擇讓你最少遺憾？
  </Card>

  <Card title="決策樹" icon="diagram-project" href="/zh-hant/models/decision-tree">
    將決策、機會與結果視覺化
  </Card>

  <Card title="艾森豪威爾矩陣" icon="table-cells" href="/zh-hant/models/eisenhower-matrix">
    按重要性與緊迫性對任務分類
  </Card>

  <Card title="OODA循環" icon="arrows-rotate" href="/zh-hant/models/ooda-loop">
    觀察、定向、決策、行動——快速響應循環
  </Card>

  <Card title="多臂老虎機" icon="slot-machine" href="/zh-hant/models/multi-armed-bandit">
    平衡探索新選項與利用已知選項
  </Card>

  <Card title="安全邊際" icon="shield-check" href="/zh-hant/models/margin-of-safety">
    在估算與現實之間留出緩衝
  </Card>

  <Card title="能力圈" icon="circle" href="/zh-hant/models/circle-of-competence">
    了解你的專長邊界，在其中行動
  </Card>
</CardGroup>

***

## 系統模型

<CardGroup cols={2}>
  <Card title="回饋回路" icon="arrows-rotate" href="/zh-hant/models/feedback-loops">
    正回饋放大，負回饋平衡
  </Card>

  <Card title="飛輪模型" icon="gear" href="/zh-hant/models/flywheel-model">
    持續的小努力積累出不可阻擋的勢能
  </Card>

  <Card title="複利模型" icon="chart-line" href="/zh-hant/models/compounding-model">
    指數增長：時間×一致性的魔力
  </Card>

  <Card title="S曲線模型" icon="s" href="/zh-hant/models/s-curve-model">
    增長遵循慢啟動—快速增長—高原期的路徑
  </Card>

  <Card title="網路效應" icon="network-wired" href="/zh-hant/models/network-effects">
    使用者越多，產品越有價值
  </Card>

  <Card title="存量與流量" icon="faucet" href="/zh-hant/models/stock-and-flow">
    理解累積量與變化率的關係
  </Card>

  <Card title="因果回路圖" icon="diagram-project" href="/zh-hant/models/causal-loop-diagram">
    視覺化系統變數之間的影響關係
  </Card>

  <Card title="地圖不是疆域" icon="map" href="/zh-hant/models/map-is-not-territory">
    對現實的描述不等於現實本身
  </Card>

  <Card title="冰山模型" icon="mountain" href="/zh-hant/models/iceberg-model">
    可見事件由更深層的結構驅動
  </Card>

  <Card title="反脆弱模型" icon="shield-heart" href="/zh-hant/models/antifragility-model">
    有些系統從混亂中獲益，而非受損
  </Card>
</CardGroup>

***

## 博弈與經濟模型

<CardGroup cols={2}>
  <Card title="囚徒困境" icon="handcuffs" href="/zh-hant/models/prisoners-dilemma">
    理性個體為何無法達成最優合作？
  </Card>

  <Card title="納許均衡" icon="balance-scale" href="/zh-hant/models/nash-equilibrium">
    沒有人能透過單方面改變策略而獲益的狀態
  </Card>

  <Card title="公地悲劇" icon="tree" href="/zh-hant/models/tragedy-of-the-commons">
    共享資源如何被自利行為耗盡
  </Card>

  <Card title="委託-代理模型" icon="user-tie" href="/zh-hant/models/principal-agent-model">
    利益錯位如何導致組織失效
  </Card>

  <Card title="供需模型" icon="arrow-right-arrow-left" href="/zh-hant/models/supply-demand-model">
    價格如何平衡供給與需求
  </Card>

  <Card title="黑天鵝模型" icon="crow" href="/zh-hant/models/black-swan-model">
    罕見、影響巨大、事後才被解釋的事件
  </Card>

  <Card title="常態分布" icon="chart-area" href="/zh-hant/models/normal-distribution">
    自然界中大量現象的分布規律
  </Card>

  <Card title="厚尾分布" icon="chart-bar" href="/zh-hant/models/fat-tailed-distribution">
    極端事件比常態分布預測的更頻繁
  </Card>
</CardGroup>

***

## 分析框架

<CardGroup cols={2}>
  <Card title="馬斯洛需求層次" icon="layer-group" href="/zh-hant/models/maslows-hierarchy">
    從生理需求到自我實現的需求金字塔
  </Card>

  <Card title="SWOT分析" icon="grid-2" href="/zh-hant/models/swot-analysis">
    優勢、劣勢、機會、威脅的系統評估
  </Card>

  <Card title="波特五力" icon="star" href="/zh-hant/models/porters-five-forces">
    分析行業競爭結構的五個維度
  </Card>

  <Card title="波士頓矩陣（BCG）" icon="border-all" href="/zh-hant/models/bcg-matrix">
    按市場增長率和份額對業務分類
  </Card>

  <Card title="庫內文框架" icon="shapes" href="/zh-hant/models/cynefin-framework">
    將問題分類為簡單、複雜、混沌等域
  </Card>

  <Card title="喬哈里窗口" icon="window-maximize" href="/zh-hant/models/johari-window">
    理解自我認知與相互理解的模型
  </Card>

  <Card title="創新擴散模型" icon="chart-line" href="/zh-hant/models/diffusion-of-innovation">
    新想法如何在群體中傳播
  </Card>
</CardGroup>
