thinking-model-combination
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseModel Combination
模型组合
Overview
概述
Real-world problems rarely fit neatly into a single mental model. Model combination uses multiple frameworks together—sequentially, in parallel, or nested—to achieve deeper understanding than any single model provides. The skill is knowing how to combine models productively without creating confusion or analysis paralysis.
Core Principle: Multiple lenses reveal what single lenses miss. But combination requires discipline, not just accumulation.
现实世界的问题很少能完美适配单种心智模型。模型组合指的是将多种框架按顺序、并行或嵌套的方式结合使用,以获得比任意单一模型更深刻的理解。这项技能的核心是懂得如何高效组合模型,而不会造成混乱或分析瘫痪。
核心原则: 多重视角能揭示单一视角遗漏的信息,但模型组合需要章法,而非单纯的堆砌。
When to Use
适用场景
- Complex problems spanning multiple domains
- High-stakes decisions where blind spots are costly
- When single models leave important questions unanswered
- Validating conclusions through different frameworks
- Teaching comprehensive analysis
- Building robust decision processes
Decision flow:
Analyzing a problem?
→ Does one model fully address it? → yes → Use single model
→ Are there important blind spots? → yes → ADD COMPLEMENTARY MODEL
→ Are stakes high enough to justify deeper analysis? → yes → USE MULTIPLE MODELS- 跨多个领域的复杂问题
- 盲区会导致高昂代价的高风险决策
- 单一模型无法解答所有核心问题的场景
- 通过不同框架验证结论
- 教授综合分析能力
- 搭建稳健的决策流程
决策流程:
Analyzing a problem?
→ Does one model fully address it? → yes → Use single model
→ Are there important blind spots? → yes → ADD COMPLEMENTARY MODEL
→ Are stakes high enough to justify deeper analysis? → yes → USE MULTIPLE MODELSCombination Patterns
组合模式
Pattern 1: Sequential (Pipeline)
模式1:顺序(流水线)
Use one model's output as another's input:
markdown
undefined将一个模型的输出作为另一个模型的输入:
markdown
undefinedSequential Combination
Sequential Combination
Model A → Model B → Model C
Example: Product Decision
- Jobs to be Done → Identify the real user need
- First Principles → Design solution from fundamentals
- Pre-mortem → Identify what could go wrong
- Reversibility → Assess if we can course-correct
Flow:
[JTBD identifies need] → [First Principles designs solution] →
[Pre-mortem finds risks] → [Reversibility determines commitment level]
Each model builds on previous insights.
undefinedModel A → Model B → Model C
Example: Product Decision
- Jobs to be Done → Identify the real user need
- First Principles → Design solution from fundamentals
- Pre-mortem → Identify what could go wrong
- Reversibility → Assess if we can course-correct
Flow:
[JTBD identifies need] → [First Principles designs solution] →
[Pre-mortem finds risks] → [Reversibility determines commitment level]
Each model builds on previous insights.
undefinedPattern 2: Parallel (Multiple Lenses)
模式2:并行(多视角)
Apply models independently, compare results:
markdown
undefined独立应用多个模型,对比分析结果:
markdown
undefinedParallel Combination
Parallel Combination
┌→ Model A → Result A ─┐
Problem → Model B → Result B → Synthesis
└→ Model C → Result C ─┘
Example: Strategic Decision
Apply independently:
- Red Team: "How could this fail?"
- Opportunity Cost: "What are we giving up?"
- Second-Order Thinking: "What happens next?"
Synthesis:
| Model | Conclusion | Unique Insight |
|---|---|---|
| Red Team | [Finding] | [What only this revealed] |
| Opportunity Cost | [Finding] | [What only this revealed] |
| Second-Order | [Finding] | [What only this revealed] |
Combined conclusion: [Synthesis of all three]
undefined┌→ Model A → Result A ─┐
Problem → Model B → Result B → Synthesis
└→ Model C → Result C ─┘
Example: Strategic Decision
Apply independently:
- Red Team: "How could this fail?"
- Opportunity Cost: "What are we giving up?"
- Second-Order Thinking: "What happens next?"
Synthesis:
| Model | Conclusion | Unique Insight |
|---|---|---|
| Red Team | [Finding] | [What only this revealed] |
| Opportunity Cost | [Finding] | [What only this revealed] |
| Second-Order | [Finding] | [What only this revealed] |
Combined conclusion: [Synthesis of all three]
undefinedPattern 3: Nested (Zoom Levels)
模式3:嵌套(层级缩放)
Use different models at different scales:
markdown
undefined在不同规模层级使用不同模型:
markdown
undefinedNested Combination
Nested Combination
Macro level: Model A
└→ Meso level: Model B
└→ Micro level: Model C
Example: System Optimization
- Macro (System): Theory of Constraints → Find the bottleneck
- Meso (Process): Scientific Method → Diagnose bottleneck cause
- Micro (Action): OODA Loop → Rapid iteration on fixes
The macro model identifies WHERE to focus.
The meso model identifies WHAT is happening.
The micro model guides HOW to respond.
undefinedMacro level: Model A
└→ Meso level: Model B
└→ Micro level: Model C
Example: System Optimization
- Macro (System): Theory of Constraints → Find the bottleneck
- Meso (Process): Scientific Method → Diagnose bottleneck cause
- Micro (Action): OODA Loop → Rapid iteration on fixes
The macro model identifies WHERE to focus.
The meso model identifies WHAT is happening.
The micro model guides HOW to respond.
undefinedPattern 4: Adversarial (Thesis-Antithesis)
模式4:对抗(正-反)
Use models that challenge each other:
markdown
undefined使用互相矛盾的模型进行校验:
markdown
undefinedAdversarial Combination
Adversarial Combination
Model A argues FOR → ← Model B argues AGAINST
Example: Investment Decision
- Optimistic lens (First Principles): "Here's why this could work"
- Pessimistic lens (Pre-mortem): "Here's why this will fail"
- Neutral lens (Bayesian): "Here's the actual probability"
Structure:
| Aspect | First Principles | Pre-mortem | Bayesian Estimate |
|---|---|---|---|
| Market | [Optimistic case] | [Failure mode] | [P(success)] |
| Technology | [Optimistic case] | [Failure mode] | [P(success)] |
| Team | [Optimistic case] | [Failure mode] | [P(success)] |
Resolution: Adjust probabilities based on adversarial insights
undefinedModel A argues FOR → ← Model B argues AGAINST
Example: Investment Decision
- Optimistic lens (First Principles): "Here's why this could work"
- Pessimistic lens (Pre-mortem): "Here's why this will fail"
- Neutral lens (Bayesian): "Here's the actual probability"
Structure:
| Aspect | First Principles | Pre-mortem | Bayesian Estimate |
|---|---|---|---|
| Market | [Optimistic case] | [Failure mode] | [P(success)] |
| Technology | [Optimistic case] | [Failure mode] | [P(success)] |
| Team | [Optimistic case] | [Failure mode] | [P(success)] |
Resolution: Adjust probabilities based on adversarial insights
undefinedPattern 5: Temporal (Time-Based)
模式5:时间(基于时间维度)
Different models for different time horizons:
markdown
undefined针对不同时间范围使用不同模型:
markdown
undefinedTemporal Combination
Temporal Combination
Past: Model A (understand history)
Present: Model B (assess current state)
Future: Model C (project outcomes)
Example: Career Decision
- Past (5 Whys): "Why am I in this situation?"
- Present (Circle of Competence): "What are my current advantages?"
- Future (Regret Minimization): "What will 80-year-old me think?"
Timeline:
Past analysis → Present assessment → Future projection → Decision
undefinedPast: Model A (understand history)
Present: Model B (assess current state)
Future: Model C (project outcomes)
Example: Career Decision
- Past (5 Whys): "Why am I in this situation?"
- Present (Circle of Competence): "What are my current advantages?"
- Future (Regret Minimization): "What will 80-year-old me think?"
Timeline:
Past analysis → Present assessment → Future projection → Decision
undefinedCombination Recipes
组合方案
Recipe 1: High-Stakes Decision
方案1:高风险决策
markdown
undefinedmarkdown
undefinedHigh-Stakes Decision Recipe
High-Stakes Decision Recipe
Combine: Reversibility + Pre-mortem + Opportunity Cost + Second-Order
Step 1 - Reversibility Check:
Is this Type 1 or Type 2?
[Assessment]
Step 2 - Pre-mortem:
Assume failure, explain why
[Failure modes]
Step 3 - Opportunity Cost:
What's the best alternative?
[Alternatives foregone]
Step 4 - Second-Order:
What happens after the immediate effect?
[Cascading consequences]
Synthesis:
Given [reversibility], with risks of [pre-mortem findings],
giving up [opportunity cost], leading to [second-order effects],
the decision is: [Conclusion]
undefinedCombine: Reversibility + Pre-mortem + Opportunity Cost + Second-Order
Step 1 - Reversibility Check:
Is this Type 1 or Type 2?
[Assessment]
Step 2 - Pre-mortem:
Assume failure, explain why
[Failure modes]
Step 3 - Opportunity Cost:
What's the best alternative?
[Alternatives foregone]
Step 4 - Second-Order:
What happens after the immediate effect?
[Cascading consequences]
Synthesis:
Given [reversibility], with risks of [pre-mortem findings],
giving up [opportunity cost], leading to [second-order effects],
the decision is: [Conclusion]
undefinedRecipe 2: System Diagnosis
方案2:系统诊断
markdown
undefinedmarkdown
undefinedSystem Diagnosis Recipe
System Diagnosis Recipe
Combine: Cynefin + Theory of Constraints + Feedback Loops + Leverage Points
Step 1 - Cynefin:
What domain is this? [Clear/Complicated/Complex/Chaotic]
Appropriate approach: [Sense-Categorize-Respond / Sense-Analyze-Respond / etc.]
Step 2 - Theory of Constraints:
Where's the bottleneck?
[Constraint identification]
Step 3 - Feedback Loops:
What reinforcing/balancing loops exist?
[Loop mapping]
Step 4 - Leverage Points:
Where can small changes have big effects?
[Intervention points]
Synthesis:
This is a [domain] problem. The constraint is [X].
The key feedback loop is [Y]. The highest leverage point is [Z].
undefinedCombine: Cynefin + Theory of Constraints + Feedback Loops + Leverage Points
Step 1 - Cynefin:
What domain is this? [Clear/Complicated/Complex/Chaotic]
Appropriate approach: [Sense-Categorize-Respond / Sense-Analyze-Respond / etc.]
Step 2 - Theory of Constraints:
Where's the bottleneck?
[Constraint identification]
Step 3 - Feedback Loops:
What reinforcing/balancing loops exist?
[Loop mapping]
Step 4 - Leverage Points:
Where can small changes have big effects?
[Intervention points]
Synthesis:
This is a [domain] problem. The constraint is [X].
The key feedback loop is [Y]. The highest leverage point is [Z].
undefinedRecipe 3: Innovation Challenge
方案3:创新挑战
markdown
undefinedmarkdown
undefinedInnovation Recipe
Innovation Recipe
Combine: First Principles + TRIZ + Effectuation + Via Negativa
Step 1 - First Principles:
What are the fundamental truths?
[Core elements]
Step 2 - TRIZ:
What contradictions exist? What inventive principles apply?
[Contradiction resolution]
Step 3 - Effectuation:
What means do we have? What's affordable loss?
[Means inventory and constraints]
Step 4 - Via Negativa:
What should we remove or avoid?
[Subtractions]
Synthesis:
Starting from [first principles], resolving [contradiction] via [TRIZ principle],
using [available means], and removing [via negativa items],
the innovation path is: [Approach]
undefinedCombine: First Principles + TRIZ + Effectuation + Via Negativa
Step 1 - First Principles:
What are the fundamental truths?
[Core elements]
Step 2 - TRIZ:
What contradictions exist? What inventive principles apply?
[Contradiction resolution]
Step 3 - Effectuation:
What means do we have? What's affordable loss?
[Means inventory and constraints]
Step 4 - Via Negativa:
What should we remove or avoid?
[Subtractions]
Synthesis:
Starting from [first principles], resolving [contradiction] via [TRIZ principle],
using [available means], and removing [via negativa items],
the innovation path is: [Approach]
undefinedRecipe 4: Argument Evaluation
方案4:论点评估
markdown
undefinedmarkdown
undefinedArgument Evaluation Recipe
Argument Evaluation Recipe
Combine: Steel-manning + Bayesian + Debiasing
Step 1 - Steel-manning:
What's the strongest version of this argument?
[Strengthened argument]
Step 2 - Bayesian:
What's my prior? What evidence would update it?
Prior: [X%]
Evidence that would increase: [List]
Evidence that would decrease: [List]
Step 3 - Debiasing:
What biases might affect my evaluation?
[Bias checklist]
Synthesis:
The steel-manned argument is [X]. Given [evidence] and controlling for [biases],
my updated probability is [Y%]. Conclusion: [Assessment]
undefinedCombine: Steel-manning + Bayesian + Debiasing
Step 1 - Steel-manning:
What's the strongest version of this argument?
[Strengthened argument]
Step 2 - Bayesian:
What's my prior? What evidence would update it?
Prior: [X%]
Evidence that would increase: [List]
Evidence that would decrease: [List]
Step 3 - Debiasing:
What biases might affect my evaluation?
[Bias checklist]
Synthesis:
The steel-manned argument is [X]. Given [evidence] and controlling for [biases],
my updated probability is [Y%]. Conclusion: [Assessment]
undefinedCombination Anti-Patterns
组合反模式
Too Many Models
模型过多
markdown
undefinedmarkdown
undefinedAnti-Pattern: Model Soup
Anti-Pattern: Model Soup
Problem: Using 5+ models without clear purpose
Result: Confusion, analysis paralysis, contradictory conclusions
Symptoms:
- Can't synthesize findings
- Each model says something different
- Analysis takes forever
- No clear recommendation emerges
Fix: Maximum 3-4 models with clear roles
Define how models relate BEFORE applying
Designate a "tiebreaker" model for conflicts
undefinedProblem: Using 5+ models without clear purpose
Result: Confusion, analysis paralysis, contradictory conclusions
Symptoms:
- Can't synthesize findings
- Each model says something different
- Analysis takes forever
- No clear recommendation emerges
Fix: Maximum 3-4 models with clear roles
Define how models relate BEFORE applying
Designate a "tiebreaker" model for conflicts
undefinedIncompatible Models
模型不兼容
markdown
undefinedmarkdown
undefinedAnti-Pattern: Forced Marriage
Anti-Pattern: Forced Marriage
Problem: Combining models with conflicting assumptions
Example: Effectuation (embrace uncertainty) + Detailed planning (predict future)
Symptoms:
- Models contradict each other fundamentally
- Can't reconcile conclusions
- Feels like arguing with yourself
Fix: Use models in sequence for different phases
Or use as adversarial pair intentionally
Don't try to blend incompatible worldviews
undefinedProblem: Combining models with conflicting assumptions
Example: Effectuation (embrace uncertainty) + Detailed planning (predict future)
Symptoms:
- Models contradict each other fundamentally
- Can't reconcile conclusions
- Feels like arguing with yourself
Fix: Use models in sequence for different phases
Or use as adversarial pair intentionally
Don't try to blend incompatible worldviews
undefinedModel Without Purpose
无目的使用模型
markdown
undefinedmarkdown
undefinedAnti-Pattern: Checkbox Combination
Anti-Pattern: Checkbox Combination
Problem: Adding models to seem thorough, not for insight
Result: Wasted effort, no additional value
Symptoms:
- Model confirms what you already knew
- No new insights from additional model
- Adding models "just in case"
Fix: Add model only if it addresses a specific blind spot
Ask: "What question does this model answer that others don't?"
undefinedProblem: Adding models to seem thorough, not for insight
Result: Wasted effort, no additional value
Symptoms:
- Model confirms what you already knew
- No new insights from additional model
- Adding models "just in case"
Fix: Add model only if it addresses a specific blind spot
Ask: "What question does this model answer that others don't?"
undefinedModel Combination Template
模型组合模板
markdown
undefinedmarkdown
undefinedModel Combination Analysis: [Problem]
Model Combination Analysis: [Problem]
Problem Characterization
Problem Characterization
[Describe the problem and why combination is needed]
[Describe the problem and why combination is needed]
Combination Pattern
Combination Pattern
Pattern: [Sequential/Parallel/Nested/Adversarial/Temporal]
Rationale: [Why this pattern]
Pattern: [Sequential/Parallel/Nested/Adversarial/Temporal]
Rationale: [Why this pattern]
Models Selected
Models Selected
| Model | Role | What It Addresses |
|---|---|---|
| Model | Role | What It Addresses |
|---|---|---|
Analysis
Analysis
Model 1: [Name]
Model 1: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]
[Analysis using this model]
Key insight: [What this uniquely revealed]
Model 2: [Name]
Model 2: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]
[Analysis using this model]
Key insight: [What this uniquely revealed]
Model 3: [Name]
Model 3: [Name]
[Analysis using this model]
Key insight: [What this uniquely revealed]
[Analysis using this model]
Key insight: [What this uniquely revealed]
Synthesis
Synthesis
Convergence
Convergence
Where models agree: [Common conclusions]
Where models agree: [Common conclusions]
Divergence
Divergence
Where models differ: [Conflicting conclusions]
Resolution: [How to resolve conflicts]
Where models differ: [Conflicting conclusions]
Resolution: [How to resolve conflicts]
Unique Contributions
Unique Contributions
| Model | Unique Insight |
|---|---|
| Model | Unique Insight |
|---|---|
Combined Conclusion
Combined Conclusion
[Synthesis that incorporates all models]
[Synthesis that incorporates all models]
Confidence Assessment
Confidence Assessment
Confidence in conclusion: [High/Medium/Low]
What would change my mind: [Key uncertainties]
undefinedConfidence in conclusion: [High/Medium/Low]
What would change my mind: [Key uncertainties]
undefinedVerification Checklist
校验清单
- Each model has a clear, distinct role
- Combination pattern is explicit
- Models are compatible or deliberately adversarial
- Synthesis addresses convergence and divergence
- Not using more models than necessary
- Clear combined conclusion emerges
- 每个模型都有清晰、独立的作用
- 组合模式明确
- 模型互相兼容,或为刻意设置的对抗组合
- 综合分析覆盖了共识和分歧内容
- 没有使用超出必要数量的模型
- 得出了清晰的综合结论
Key Questions
核心问题
- "What does each model contribute that others don't?"
- "How do these models relate to each other?"
- "Where do the models agree? Disagree?"
- "Am I adding models for insight or just thoroughness?"
- "What's the simplest combination that addresses the problem?"
- "How do I synthesize if models conflict?"
- "每个模型能带来哪些其他模型没有的贡献?"
- "这些模型之间的关联是什么?"
- "模型的共识点在哪?分歧点在哪?"
- "我添加模型是为了获得洞见,还是仅仅为了显得全面?"
- "能解决问题的最简组合是什么?"
- "如果模型出现冲突,我该如何综合结论?"
Munger's Wisdom (Extended)
芒格的智慧(延伸)
"I've long believed that a certain system—which almost any intelligent person can learn—works way better than the systems most people use. What you need is a latticework of mental models in your head."
"You may have noticed students who just try to remember and pound back what is remembered. Well, they fail in school and in life. You've got to hang experience on a latticework of models in your head."
The latticework isn't just having models—it's the connections between them. Combination is how you weave the lattice. Individual models are threads; combination creates the fabric that catches reality's complexity.
"我一直认为,一套几乎所有聪明人都能学会的体系,要比大多数人使用的体系有效得多。你需要的是脑海中的心智模型格栅。"
"你可能见过那些只会死记硬背、照搬知识点的学生,他们在学校和生活中都会遭遇失败。你必须把经验挂在脑海中的模型格栅上。"
格栅不只是拥有模型,更重要的是模型之间的连接。组合就是你编织格栅的方式:单个模型是线,组合则织出了能捕捉现实复杂性的网。