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

# 思维 · Thinking

> 35个核心思维框架——认知框架、推理方式与思维心态。从第一性原理到贝叶斯思维，思维方式决定你的认知上限与决策质量，是你的认知操作系统。

## 什么是思维？

思维是你的**认知操作系统**。它不是知识本身，而是处理知识、产生判断的方式。

不同的思维框架，就像不同的镜头——同样的现实，用第一性原理的眼光看是"一切皆可重构"，用系统思维看是"每个结果都有反馈回路"，用逆向思维看是"先想清楚失败路径"。

> 思维决定你怎么看，而你怎么看，决定你能走多远。

**本类别收录 35 个核心思维框架**，分为三组：

* **认知框架**：帮你构建理解世界的基础结构
* **推理方式**：帮你在不确定中做出更好判断
* **思维心态**：帮你建立长期有效的认知姿态

***

## 认知框架 | Cognitive Frameworks

<CardGroup cols={2}>
  <Card title="第一性原理思维" icon="atom" href="/zh/thinking/first-principles-thinking">
    拆解假设，从基本事实重新出发
  </Card>

  <Card title="系统思维" icon="circle-nodes" href="/zh/thinking/systems-thinking">
    理解整体、结构与反馈回路
  </Card>

  <Card title="批判性思维" icon="magnifying-glass" href="/zh/thinking/critical-thinking">
    有纪律地分析与评估信息
  </Card>

  <Card title="设计思维" icon="pen-nib" href="/zh/thinking/design-thinking">
    以人为中心的迭代式问题解决
  </Card>

  <Card title="辩证思维" icon="arrows-left-right" href="/zh/thinking/dialectical-thinking">
    通过矛盾综合推动认知跃迁
  </Card>

  <Card title="元认知" icon="eye" href="/zh/thinking/metacognition">
    思考你自己的思维过程
  </Card>

  <Card title="思想实验" icon="flask" href="/zh/thinking/thought-experiments">
    用假设场景探索概念边界
  </Card>

  <Card title="情景思维" icon="map" href="/zh/thinking/scenario-thinking">
    构建多个可能未来，应对不确定性
  </Card>
</CardGroup>

***

## 推理方式 | Reasoning Styles

<CardGroup cols={2}>
  <Card title="横向思维" icon="shuffle" href="/zh/thinking/lateral-thinking">
    绕过直线逻辑，以创意路径解决问题
  </Card>

  <Card title="二阶思维" icon="layer-group" href="/zh/thinking/second-order-thinking">
    考虑后果的后果，不止眼前
  </Card>

  <Card title="概率思维" icon="chart-bar" href="/zh/thinking/probabilistic-thinking">
    用概率而非确定性评估结果
  </Card>

  <Card title="逆向思维" icon="rotate-left" href="/zh/thinking/inversion-thinking">
    先想清楚要避免什么
  </Card>

  <Card title="类比思维" icon="copy" href="/zh/thinking/analogical-thinking">
    跨领域迁移洞见
  </Card>

  <Card title="反事实思维" icon="clock-rotate-left" href="/zh/thinking/counterfactual-thinking">
    想象另一种可能，学习更好判断
  </Card>

  <Card title="溯因推理" icon="magnifying-glass-chart" href="/zh/thinking/abductive-reasoning">
    从不完整观察推断最可能解释
  </Card>

  <Card title="贝叶斯思维" icon="chart-line" href="/zh/thinking/bayesian-thinking">
    随新证据持续更新信念
  </Card>

  <Card title="还原论思维" icon="microscope" href="/zh/thinking/reductionist-thinking">
    拆解复杂系统为更简单的部分
  </Card>

  <Card title="整体思维" icon="globe" href="/zh/thinking/holistic-thinking">
    整体大于部分之和
  </Card>

  <Card title="非线性思维" icon="wave-square" href="/zh/thinking/nonlinear-thinking">
    因果不总是线性的、等比的
  </Card>

  <Card title="抽象思维" icon="shapes" href="/zh/thinking/abstract-thinking">
    从具体案例中提炼普遍原则
  </Card>

  <Card title="具象思维" icon="cube" href="/zh/thinking/concrete-thinking">
    用具体案例锚定抽象概念
  </Card>

  <Card title="实证思维" icon="vial" href="/zh/thinking/empirical-thinking">
    以观察与实验为认知基础
  </Card>

  <Card title="实用主义思维" icon="wrench" href="/zh/thinking/pragmatic-thinking">
    以实际结果衡量想法的价值
  </Card>
</CardGroup>

***

## 思维心态 | Mindsets

<CardGroup cols={2}>
  <Card title="成长型思维" icon="seedling" href="/zh/thinking/growth-mindset">
    能力是可以通过努力发展的
  </Card>

  <Card title="固定型思维" icon="lock" href="/zh/thinking/fixed-mindset">
    认为能力是固定的——了解它以超越它
  </Card>

  <Card title="富足思维" icon="star" href="/zh/thinking/abundance-mindset">
    资源和成功足够所有人分享
  </Card>

  <Card title="稀缺思维" icon="minus" href="/zh/thinking/scarcity-mindset">
    零和视角——认识它以摆脱它
  </Card>

  <Card title="长期思维" icon="hourglass" href="/zh/thinking/long-term-thinking">
    将决策的时间维度拉长
  </Card>

  <Card title="发散思维" icon="arrows-split-up-and-left" href="/zh/thinking/divergent-thinking">
    从一点出发生成多种可能性
  </Card>

  <Card title="收敛思维" icon="arrows-to-dot" href="/zh/thinking/convergent-thinking">
    从多种可能中找到最优解
  </Card>

  <Card title="红队思维" icon="shield-halved" href="/zh/thinking/red-team-thinking">
    主动扮演对手，压力测试你的方案
  </Card>

  <Card title="事前验尸思维" icon="skull" href="/zh/thinking/pre-mortem-thinking">
    提前想象失败，识别风险
  </Card>

  <Card title="指南针优于地图" icon="compass" href="/zh/thinking/compass-over-maps">
    在不确定中，方向比详细计划更重要
  </Card>

  <Card title="T型思维" icon="t" href="/zh/thinking/t-shaped-thinking">
    一个领域的深度 + 多领域的广度
  </Card>

  <Card title="零基思维" icon="zero" href="/zh/thinking/zero-based-thinking">
    "如果重来，我还会做这个选择吗？"
  </Card>
</CardGroup>
