thinking-opportunity-cost

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Opportunity Cost

机会成本

Core rule: every commitment displaces its best alternative. Report both that forgone value and the net value delta; decide on the delta, not the chosen path alone.
核心原则:每一项投入都会取代其最佳替代方案。需同时报告放弃的价值以及净价值差值;决策应基于价值差值,而非仅看所选方案本身。

When to Use

适用场景

  • Allocating scarce time, headcount, budget, or attention across competing options
  • Feature prioritization, build-vs-buy, tech-debt vs product work
  • Saying yes to a large commitment that displaces other work
  • Comparing a bold path against polishing the status quo when windows may close
  • 在相互竞争的选项之间分配稀缺的时间、人力、预算或注意力
  • 功能优先级排序、自研vs外购、技术债务处理vs产品开发工作
  • 同意投入大型项目而搁置其他工作时
  • 当机会窗口可能关闭时,将大胆方案与维持现状进行比较

When NOT to Use

不适用场景

  • Trivial or cheaply reversible choices where analysis costs more than the resource
  • No real alternative use (resource is idle, earmarked, or non-fungible)
  • Mandatory work (compliance, security fix, hard dependency) with no optional alternative
  • Inventing speculative alternatives only to look rigorous when the next-best is clearly worse
  • 琐碎或可低成本逆转的决策,此时分析成本高于资源本身的价值
  • 没有实际替代用途的情况(资源闲置、已指定用途或不可替代)
  • 强制性工作(合规要求、安全修复、硬性依赖),无可选替代方案
  • 为了显得严谨而虚构投机性替代方案,而实际上次优方案明显更差

Procedure

操作流程

  1. State the commitment. Name the choice, the scarce resource units (eng-weeks, dollars, calendar), and the decision horizon.
  2. List real alternatives, including do-nothing. At least: proposed option, next-best productive use of the same resources, and status quo / wait. Drop fantasy options with no owner or feasibility.
  3. Value each path. For each alternative, estimate direct value, strategic value, risk, and time-to-value in the same units. Prefer rough comparable magnitudes over fake precision.
  4. Compute best forgone value and value delta. Identify the single best non-chosen alternative (may be do-nothing).
    best_forgone_value
    = its estimated value.
    value_delta
    =
    chosen_value − best_forgone_value
    (same units). True cost of choosing = direct cost of the choice +
    best_forgone_value
    . Prefer the option with the superior (positive) value delta after risk; a large positive chosen value is not enough if the forgone alternative is larger.
  5. Future tradeoff / permanent forgone options. For serious alternatives (including the bold path): mark temporary recoverable costs vs permanent losses (window closes, lock-in, no re-entry). Prefer avoiding the greater permanent loss when acting downside is recoverable and non-catastrophic—even if near-term value_delta is slightly negative. Do not invent permanence for speculative upside without evidence.
  6. Strongest countercase and decide. Steel the case that the best alternative or its value is misidentified (sunk-cost anchoring, status-quo undervalued, or a "free" option that still burns time). Recompute
    value_delta
    under that challenge. Then choose: proceed if delta stays favorable (or permanent-loss rule applies), else switch, wait, or split. Stop when ranking is stable.
  1. 明确投入内容:说明选择方案、稀缺资源的单位(如工程师工时、美元、日历时间)以及决策周期。
  2. 列出实际替代方案,包括不采取行动:至少包含:拟议方案、相同资源的次优生产性用途,以及维持现状/等待。剔除无负责人或不可行的空想方案。
  3. 评估各方案的价值:针对每个替代方案,用统一单位估算直接价值、战略价值、风险以及价值实现时间。优先选择大致可比的量级,而非虚假的精确数值。
  4. 计算最佳放弃价值与价值差值:确定未被选择的单一最佳替代方案(可能是不采取行动)。
    best_forgone_value
    = 其估算价值。
    value_delta
    =
    chosen_value − best_forgone_value
    (单位一致)。选择方案的真实成本 = 方案直接成本 +
    best_forgone_value
    。优先选择经风险调整后价值差值为正且更优的选项;即便所选方案的价值很高,若放弃的替代方案价值更高,也不足以成为选择理由。
  5. 未来权衡/永久放弃的选项:针对重要替代方案(包括大胆方案):标记临时可收回成本与永久损失(机会窗口关闭、锁定效应、无法重新进入)。当行动的负面影响可收回且非灾难性时,优先避免更大的永久损失——即便短期价值差值略为负。若无证据,不要为投机性收益虚构永久性损失。
  6. 最强反例验证与决策:验证是否存在对最佳替代方案或其价值的误判(沉没成本锚定、低估现状价值,或看似“免费”但仍耗费时间的选项)。在此挑战下重新计算
    value_delta
    。然后做出决策:若差值仍有利(或适用永久损失规则)则推进,否则切换方案、等待或拆分资源。当排序稳定时停止分析。

Output

输出格式

text
Choice: …
Resources committed: …
Alternatives:
  A (proposed): value … risk …
  B (next-best): value … risk …
  C (do-nothing / wait): value … risk …
Best forgone alternative: …
Best forgone value: …
Value delta (chosen_value − best_forgone_value): …
Permanent vs temporary losses: …
Decision: proceed | switch | wait | split — because value_delta … (and permanent-loss rule if used)
Countercase checked: …
text
Choice: …
Resources committed: …
Alternatives:
  A (proposed): value … risk …
  B (next-best): value … risk …
  C (do-nothing / wait): value … risk …
Best forgone alternative: …
Best forgone value: …
Value delta (chosen_value − best_forgone_value): …
Permanent vs temporary losses: …
Decision: proceed | switch | wait | split — because value_delta … (and permanent-loss rule if used)
Countercase checked: …

Verification

验证要点

  • Falsify: If the analysis never names a concrete next-best use of the same resources, or reports only one number labeled both "opportunity cost" and "delta," it is incomplete—add B, then report
    best_forgone_value
    and
    value_delta
    separately.
  • Stop: When one best forgone alternative and a signed value delta determine the choice, stop enumerating weaker options.
  • Over-application guard: Do not run full accounting on mandatory or trivial work. Ignore sunk costs; revalue only from current state forward.
  • 证伪检查:若分析从未明确相同资源的具体次优用途,或仅报告一个同时标为“机会成本”和“差值”的数值,则分析不完整——需补充次优方案B,然后分别报告
    best_forgone_value
    value_delta
  • 停止条件:当一个最佳放弃方案和带符号的价值差值足以决定选择时,停止列举更弱的选项。
  • 过度应用防范:不要对强制性或琐碎工作进行完整核算。忽略沉没成本;仅从当前状态重新评估价值。