Bayesian Reasoning — AI skill for Claude Code
A cognitive base that shifts reasoning from binary judgments to calibrated probability thinking.
How to install Bayesian Reasoning
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open d-wwei/bayesian-reasoning and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Bayesian Reasoning does
A cognitive base that shifts reasoning from binary judgments to calibrated probability thinking. Works with any AI agent.
Alternatives in AI
- Pal Configuration Docs — for model and thinking mode options 11.3k ★
- Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
- Om Humanize — Voice-calibrated editing — makes Claude-drafted text sound like you wrote it, not like AI wrote it 4.6k ★
README
Bayesian Reasoning | 概率思维
A cognitive base that shifts AI agent reasoning from binary judgments to calibrated probability thinking. Works with any LLM agent — Claude, GPT, Gemini, or custom frameworks.
让 AI agent 从二元判断转向校准的概率思维。适用于任何 LLM agent — Claude、GPT、Gemini 或自定义框架。
What it does | 它做什么
Most AI agents treat conclusions as binary: yes or no, good or bad, should or shouldn't. Bayesian Reasoning adds a cognitive layer that assigns confidence levels, updates beliefs proportionally to evidence strength, and focuses on the evidence that actually changes decisions.
大多数 AI agent 将结论视为二元的:是或否、好或坏、应该或不应该。概率思维增加了一个认知层——分配置信度、按证据强度比例更新信念、聚焦于真正改变决策的证据。
Before (default agent) | 安装前
"Should we rewrite this system?"
"Yes, here are the benefits of a rewrite: improved maintainability, better performance, modern tech stack..."
After (with Bayesian Reasoning) | 安装后
"My prior for 'rewrite succeeds on time and budget' is ~30%, based on industry base rates for large rewrites. Your evidence of strong team expertise raises this to ~45%, but the 18-month timeline with no parallel maintenance lowers it back to ~35%. The deciding factor: can you run the old and new systems in parallel? If yes, I'd update to ~55%. What's your parallel-run capability?"
How it works | 工作原理
**Four cognitive shifts** applied to every reasoning task:
四个认知转换,应用于每一个推理任务:
| Default mode | Target mode |
|---|---|
| Binary conclusions (yes/no) 二元结论 | Calibrated confidence (70% likely, given X) 校准的置信度 |
| Anchoring on first impression 锚定在第一印象 | Prior → evidence → proportional update 先验 → 证据 → 比例更新 |
| Treating all evidence equally 平等对待所有证据 | Weighing by diagnostic strength (signal-to-noise) 按诊断强度加权 |
| Point estimates ("it'll take 3 months") 点估计 | Ranges and decomposition ("2-5 months, here's why") 范围和分解估算 |
**Evidence filter** that classifies inputs:
- High-signal evidence — large sample, controlled conditions, directly relevant. Update substantially.
- **Medium-sig
Related Skills
Systems Thinking
A cognitive base that shifts AI agent reasoning from linear cause-effect chains to feedback-driven structural
Double Loop Learning
A cognitive base that shifts reflection from fixing errors to questioning the assumptions that produce them. W
Cognitive Base Creator
A meta-skill for AI agents: generate cognitive base skills from any thinking framework. Works with Claude Code
Knowledge Skills
Open-source thinking-framework skills that make rigorous reasoning executable for AI agents — first-principles
Sparring Reason
Claude Newton: AI Reasoning Partner 2026 - Calibrated Pushback & Current Sources
Team Memory MCP
Shared team memory for AI coding agents. Bayesian confidence scoring with temporal decay. Works with Claude Co
Related Agents
Miner Medium
Delegate worker pinned to MEDIUM reasoning effort. Calibrated for C-coding since the 2026-07-07 refit (the C6
Polymathic Bezos
Reasons through Jeff Bezos's cognitive architecture — working backwards from the customer, PR/FAQ forcing func
Critical Thinking
Critical thinking mode that challenges assumptions and probes reasoning. Use when you want a second opinion on