Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Thinking In Bets

ASecurity

Frame decisions as probability bets instead of certainties - separate decision quality from outcome quality to avoid resulting bias

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
content-marketinggoexpressperformance

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill thinking-in-bets --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Thinking In Bets?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Thinking In Bets
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-thinking-in-bets/badge)](https://www.skillsdirectory.com/skills/lev-os-thinking-in-bets)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: thinking-in-bets
description: Frame decisions as probability bets instead of certainties - separate decision quality from outcome quality to avoid resulting bias
---

# Thinking in Bets

## Overview

Annie Duke's "Thinking in Bets" framework, drawn from her World Series of Poker championship experience, reframes decision-making under uncertainty as probability bets rather than binary right/wrong judgments. The core insight: life is poker, not chess - you're playing with incomplete information where good decisions sometimes yield bad outcomes and vice versa. The framework combats "resulting" (judging decisions by outcomes instead of process), embraces probabilistic thinking through Bayesian updating, and calculates expected value to make rational choices even when individual results are unpredictable.

Duke's approach separates decision quality from outcome quality: a decision that had 70% odds of success but failed wasn't necessarily wrong - you'd make that same bet 100 times. This mindset shift transforms how you evaluate choices, learn from failure, and avoid hindsight bias.

## When to Use

- High-stakes decisions with uncertain outcomes (investments, hiring, strategic moves)
- Avoiding "resulting" - when people judge your decision by the outcome, not the process
- Building a learning culture that rewards good process over lucky results
- Evaluating whether to continue or abandon a strategy after setbacks
- Making decisions with incomplete information (which is most decisions)
- Calibrating confidence - distinguishing 60% sure from 90% sure matters

## The Process

### Step 1: Express Beliefs as Probability Bets

Instead of "This will work" or "This will fail," quantify your confidence as odds. Force yourself to put a number on uncertainty.

**From binary to probabilistic:**
- ❌ "We should hire this candidate - they're great"
- ✅ "I'm 70% confident this candidate succeeds in role based on interview performance, culture fit signals, and reference checks. I'd take that bet."

**Calibration practice:** Track predictions with explicit percentages. Did things you were "90% sure" about happen 90% of the time? If not, recalibrate.

### Step 2: Calculate Expected Value (EV)

Multiply each possible outcome by its probability and sum them. Choose the option with highest expected value, not the option that "feels safest" or has the best best-case scenario.

**EV Formula:** EV = (Probability of Win × Win Amount) - (Probability of Loss × Loss Amount)

**Example:** Startup decision - raise VC at $20M valuation (50% chance, but lose control) vs. bootstrap (30% chance of success, but keep 100% ownership):
- **VC path:** 50% × $5M (your exit share) = $2.5M EV
- **Bootstrap path:** 30% × $20M (full ownership) = $6M EV
Despite lower odds, bootstrap has higher EV if you care about dollars, not probability of any success.

### Step 3: Update Beliefs Bayesian-Style

Start with "prior" probability based on initial information. As new evidence emerges, update to "posterior" probability. Don't anchor on first belief or ignore contradictory evidence.

**Bayesian update example:**
- **Prior:** "70% chance this marketing channel works based on competitor benchmarks"
- **New evidence:** First 1,000 users show 2% conversion (benchmark was 5%)
- **Posterior:** "40% chance channel works at scale - evidence suggests lower performance than expected"

**Anti-resulting:** If outcome was bad but evidence was unavailable at decision time, don't retroactively judge the decision as wrong. Update beliefs for future, but don't penalize past process.

### Step 4: Separate Decision Quality from Outcome Quality

Build a 2x2 matrix: Good Decision/Bad Decision × Good Outcome/Bad Outcome. Good decisions can yield bad outcomes (bad luck). Bad decisions can yield good outcomes (good luck).

**Framework for evaluation:**
- **Good decision, bad outcome:** Learn from new information, don't regret decision
- **Bad decision, good outcome:** Don't repeat it - you got lucky
- **Good decision, good outcome:** Reinforce the process
- **Bad decision, bad outcome:** Learn from both poor process AND poor luck

**Key question:** "Knowing only what I knew then, with the probabilities I assigned, would I make this bet 100 times?"

## Example Application

**Situation:** Poker player (Duke) holding strong hand but loses to opponent's unlikely draw.

**Application:**
- **Decision:** Bet aggressively with 85% odds of winning
- **Outcome:** Lost pot to 15% outcome (opponent hit inside straight)
- **Resulting trap:** "I played it wrong" (judging by outcome)
- **Betting mindset:** "I'd make that exact play 100 times - the odds were correct, I just hit the 15% case this time"

**Outcome:** Duke maintained discipline on similar hands instead of changing strategy based on one unlucky result. Over 10,000 hands, the 85% strategy wins far more than alternatives.

## Example Application 2

**Situation:** Startup choosing between two product roadmap options after 6 months of user research.

**Application:**
- **Option A (AI feature):** 60% confidence in strong adoption, 40% risk of flopping. EV = +$2M ARR
- **Option B (integration):** 80% confidence in moderate adoption. EV = +$1.5M ARR
- **Decision:** Choose A despite lower probability - higher EV matters more
- **Outcome:** AI feature flopped (hit the 40% case)
- **Betting evaluation:** "Given the information we had, Option A was correct. Would make same choice again - but now we have new data to update our model of what users want."

**Result:** Team didn't blame decision-maker, instead incorporated learnings into updated probability model for future bets. Culture of "good process > lucky outcomes" strengthened.

## Anti-Patterns

- ❌ Resulting - judging decisions solely by outcomes instead of quality of process at decision time
- ❌ Treating 51% confidence same as 90% confidence (precision matters in betting)
- ❌ Never updating beliefs when new evidence emerges (Bayesian update required)
- ❌ Expecting 70% bets to win 100% of the time (probability means you'll lose 30% of cases)
- ❌ Punishing "good bet, bad outcome" - destroys learning culture and risk-taking
- ❌ Ignoring expected value, optimizing only for win probability or best-case scenario

## Related

- superforecasting (calibration and prediction accuracy techniques)
- bayesian-updating (formal probability updating framework)
- expected-value (core calculation method for decision quality)
- prospect-theory (explains why humans are bad at probabilistic thinking by default)
- second-order-thinking (thinking in bets reveals hidden consequences)

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Postiz

Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk

21281 votes

Serp Analysis

SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.

2831 votes

On Page Seo Auditor

This skill performs detailed on-page SEO audits to identify issues and optimization opportunities. It analyzes all on-page elements that affect search rankings and provides actionable recommendations.

1821 votes

Brand

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

1240080 votes

Release Announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

805540 votes
View all in content-marketing →