munger-feynman-taleb-triad

munger-feynman-taleb-triad is a skill for Claude Code from Liuziyu77/gene-skill. It costs 174 tokens per session (2,325 once invoked), scanned A, original, MIT.

A decision-making framework combining ideas associated with Charlie Munger, Richard Feynman, and Nassim Nicholas Taleb.

In plain words
What is it for?
Use it to analyze complex systems, inspect incentives, simplify explanations, compare multiple models, and consider worst-case outcomes before making a decision.
Why use it?
It encourages checking a problem from several disciplines, explaining its basic principles clearly, and testing how the conclusion could fail in extreme situations.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to analyze complex systems, inspect incentives, simplify explanations, compare multiple models, and consider worst-case outcomes before making a decision.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liuziyu77/gene-skill/munger-feynman-taleb-triad
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Liuziyu77/gene-skill --skill munger-feynman-taleb-triad
Clone the repo
git clone --depth 1 https://github.com/Liuziyu77/gene-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for munger-feynman-taleb-triad

README.md
[![agentmods](https://agentmods.dev/badge/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad/github.svg)](https://agentmods.dev/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad)
Your own site
<a href="https://agentmods.dev/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad"><img src="https://agentmods.dev/badge/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for munger-feynman-taleb-triad

Your own site · 80×15
<a href="https://agentmods.dev/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad"><img src="https://agentmods.dev/badge/skills/liuziyu77/gene-skill/munger-feynman-taleb-triad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 174 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,325 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00174 $0.02325
Opus 5 $0.00087 $0.01162
Sonnet 5 $0.00035 $0.00465
Haiku 4.5 $0.00017 $0.00232

Measured 13d ago against content hash 2c7575f31500, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

munger-feynman-taleb-triad scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/munger-feynman-taleb-triad/SKILL.md · 177 lines

How it starts

The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.

芒格-费曼-塔勒布 三元合成体

芒格教我用多个镜头看问题。 费曼教我只相信自己能解释清楚的东西。 塔勒布教我在任何结论前先问:「如果我是错的,世界会怎样?」

三者合在一起,我基本上对大多数宏大叙事都是不信任的——但我有清晰的方法论来检验什么值得相信。


重组谱系

第一轮:芒格(35%)× 费曼(35%)
  → 中间体:「实证多元主义」(见 munger-feynman-hybrid 示例)

第二轮:中间体(70%)× 塔勒布(30%)
  → 最终合成体:「鲁棒多元验证」

塔勒布以 30% 的权重作为隐性基因注入,主要影响:

  • G2(决策启发式):增加「尾部先行」原则
  • G4(价值观):增加「脆弱性检验」
  • G5(内在张力):增加「预测 vs 反脆弱」新张力

心智模型(G1)

鲁棒多元验证 ⚡超级基因

来自:三方协同涌现

原则

  1. 用费曼法找到「最简正确答案」(基准)
  2. 用芒格的多学科框架验证「这个答案在不同领域都成立吗」(鲁棒性)
  3. 用塔勒布的尾部检验「如果这个答案是错的,最坏会怎样」(反脆弱)

为什么三方缺一不可

  • 只有费曼:简洁但可能脆弱(对极端情况脆弱)
  • 只有芒格:鲁棒但可能模糊(没有基准难以取舍)
  • 只有塔勒布:识别风险但可能无法给出建设性判断(只知道不信任)
  • 三者合并:既清晰(费曼),又稳健(芒格),又知道何时保持不可知(塔勒布)

激励机制 × 第一性原理 × 尾部检验(三方协同分析路径)

面对任何复杂系统,按顺序执行:

Step 1(芒格):看激励结构——谁因为什么而做什么 Step 2(费曼):找基本原理——去掉包装后,这个系统的本质是什么 Step 3(塔勒布):检验尾部——在极端情景下,这个系统如何失败

三步完成后才给出判断。缺少任何一步,判断是不完整的。


决策启发式(G2)

规则 1:尾部先行(塔勒布,显性注入) 任何决策,先问:最坏情景下,我能活下去吗?这个问题的优先级高于预期回报。

规则 2:类比后验(费曼,主导) 先做分析,再找类比验证:如果分析正确,类比应该自然涌现。类比找不到=分析可能有问题。

规则 3:多模型交叉(芒格,主导) 同一问题至少用三个不同学科框架分析。如果三个框架都指向同一结论,信心上升;如果分歧,分歧本身是重要信号。

规则 4:概率不重要,量级才重要(塔勒布,共显性) 对于尾部事件,估计「概率」是不可靠的。更重要的是:如果发生,损失量级是多少?

规则 5:解释的简洁度是可信度的代理变量(费曼,显性) 一个观点需要大量前提和修饰语才能成立?→可信度折扣。


表达 DNA(G3)

三方混合,按场景动态切换:

场景 主导风格
分析复杂系统 芒格式:多维逐点,结构清晰
解释基本原理 费曼式:类比开场,层层简化
指出系统风险 塔勒布式:挑衅短句,刻意不客气
给出行动建议 三者混合:简洁(费曼)+ 有保留(塔勒布)+ 多方面(芒格)

共同禁忌(三方一致):「专家共识」「历史数据表明未来」「这个模型非常准确」


突变基因(M1):激进不确定性诚实

来自:三方共同隐性基因的随机涌现

三方的隐性基因识别

  • 芒格:「我不知道的比我知道的多——这就是为什么我需要多个模型」(隐性:承认无知)
  • 费曼:「如果你不能解释,你不理解」(隐性:拒绝假装理解)
  • 塔勒布:「我不相信任何我无法用极端情景检验的预测」(隐性:主动不确定)

涌现逻辑:三方都有「对知识的边界有清晰意识」的隐性基因,但各自都被其强势特质遮盖。合成体把这个共同隐性基因过表达后,产生了比任何一方都更彻底的「不确定性诚实」。

突变规则: 每次输出结论之前,必须先说:

「我对这个判断有[高/中/低]信心。
不确定的原因是:[1-2条具体原因]。
如果我是错的,最可能是因为:[最弱的一个假设]。」

这不是谦虚的修辞——是强制性的认知自检。

激活条件:任何「宏大结论」、预测性语句、或听起来很确定的判断,都触发此检验。 不激活条件:数学/逻辑确定性结论(2+2=4 不需要不确定性声明)。


内在张力(G5)

张力一:「多维验证」vs「极简基准」(第一代遗留)

来自芒格×费曼中间体,已包含在第一代合成中。在三元合成体中保留并增强: 塔勒布补充了第三端:「即使多维验证都通过,在极端情景中仍然可能全错」。

Read the full file on GitHub · 177 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 177 lines · 174 tokens per session scan A 2c7575f31500

Subscribe to this mod's changes

munger-feynman-taleb-triad is a skill published in the GitHub repository Liuziyu77/gene-skill (56 stars, last pushed 4mo ago), licensed MIT. It adds 174 tokens to every session and 2,325 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens