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

Overconfidence Effect

ASecurity

Systematic tendency to overestimate one's knowledge, abilities, and the precision of predictions, leading to excessive risk-taking and poor calibration

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessrustgotestingapiperformance

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill overconfidence-effect --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Overconfidence Effect?

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

Security grade badge for Overconfidence Effect
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-overconfidence-effect/badge)](https://www.skillsdirectory.com/skills/lev-os-overconfidence-effect)

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

Download Zip
Files
SKILL.md
---
name: Overconfidence Effect
description: Systematic tendency to overestimate one's knowledge, abilities, and the precision of predictions, leading to excessive risk-taking and poor calibration
---

# Overconfidence Effect

## Overview

The Overconfidence Effect is the tendency for people's subjective confidence in their judgments to exceed their objective accuracy. We systematically believe we know more, can do more, and can predict better than evidence supports. This manifests in three forms: overestimation (believing we're better than we are), overplacement (believing we're better than others), and overprecision (excessive certainty in our beliefs).

Research across domains—from medicine to finance to driving—consistently shows that people rate their performance as above average (statistically impossible for the majority), assign overly narrow confidence intervals to predictions (90% confidence intervals contain the true answer only 50% of the time), and underestimate project timelines, risks, and costs.

Overconfidence is distinct from the Dunning-Kruger effect: the Dunning-Kruger effect describes how low-skill individuals overestimate their abilities due to metacognitive deficits, while the Overconfidence Effect is universal—even experts in their domains exhibit overconfidence, particularly when making predictions or assessing uncertainty.

The bias is particularly dangerous because confidence feels like competence. We trust our gut, take excessive risks, fail to seek contradictory information, and blame bad outcomes on bad luck rather than poor calibration.

**Key insight**: Confidence is not a reliable indicator of accuracy. Feeling certain doesn't mean you're right—it often means you haven't considered what you don't know.

## When to Use

Apply Overconfidence awareness in these situations:

- **Project planning**: Estimating timelines, budgets, or resource requirements
- **Risk assessment**: Evaluating probability of success, failure modes, or black swan events
- **Strategic decisions**: Predicting market outcomes, competitive responses, or technology trends
- **Hiring and performance reviews**: Assessing candidate fit or employee capabilities
- **Financial forecasting**: Projecting revenue, costs, or market movements
- **Medical diagnosis**: Estimating probability of diagnoses or treatment outcomes
- **Expert judgments**: Any domain where you have experience and feel confident in your assessment

**Trigger question**: "How confident am I in this judgment, and what evidence would make me less confident?"

## Process

### 1. Track Your Calibration

Create a historical record of predictions and their outcomes to measure your accuracy:
- Record explicit predictions with probability estimates (e.g., "80% confident this project finishes on time")
- After outcomes are known, calculate your calibration: do events you rate 80% confident occur 80% of the time?
- Identify systematic biases: are you overconfident (70% events happen <70%) or underconfident (rare)?

**Action**: Maintain a "prediction journal" where you log forecasts and probabilities, then score yourself quarterly.

### 2. Assign Probability Ranges, Not Point Estimates

Force yourself to quantify uncertainty by providing ranges instead of single numbers:
- Instead of: "This project will take 6 weeks"
- Use: "50% confidence: 5-7 weeks, 90% confidence: 4-10 weeks"
- Research shows people's 90% confidence intervals only contain the true answer ~50% of the time—your ranges are too narrow

**Action**: For any estimate, provide three ranges: 50%, 75%, and 90% confidence intervals. Track which interval contains the actual outcome.

### 3. Conduct Pre-Mortems

Before making a decision, imagine the plan has failed catastrophically and work backward to explain why:
- Assume complete failure: "It's one year later, and our initiative was a disaster. What happened?"
- Team members generate specific failure scenarios (politics, technical debt, market shifts, competitor moves)
- This surfaces risks that optimism bias and overconfidence obscured

**Action**: Schedule a 30-minute pre-mortem for any major project or decision. Document 10+ specific failure modes.

### 4. Seek Disconfirming Evidence

Actively hunt for information that contradicts your confident belief:
- "What would need to be true for me to be wrong?"
- "Who disagrees with this assessment, and what's their reasoning?"
- "What data would change my mind?"
- "What am I not seeing because I'm focused on what confirms my view?"

**Action**: Before finalizing a judgment, identify three pieces of evidence that could disconfirm it, then investigate whether that evidence exists.

### 5. Use Reference Class Forecasting

Replace inside view confidence ("our project is special") with outside view base rates:
- Identify a reference class of similar projects/ventures/forecasts
- Look up the base rate of success for that class (e.g., 70% of software projects are late)
- Adjust your estimate toward the base rate, away from your confident inside view
- Only deviate from base rates with strong, specific evidence

**Action**: For any prediction, ask: "What's the base rate for this type of event?" Start there instead of with your gut.

### 6. Separate Confidence from Competence

Recognize that feeling confident is not evidence of accuracy:
- Experts in a domain can be highly confident and poorly calibrated (e.g., political pundits, stock pickers)
- High confidence may indicate you haven't considered alternative perspectives, not that you're right
- Hesitation and uncertainty may indicate you're properly accounting for complexity

**Action**: When you feel highly confident (>90%), pause and ask: "Am I confident because I have strong evidence, or because I haven't imagined ways I could be wrong?"

### 7. Institutionalize Accountability and Feedback

Create systems that provide objective feedback on your judgments:
- **Regular calibration reviews**: Quarterly review of predictions vs. outcomes
- **Decision journals**: Log reasoning behind major decisions to review later
- **Brier scores**: Quantitative measure of forecasting accuracy (0 = perfect, 1 = perfectly wrong)
- **Team forecasting tournaments**: Compete on prediction accuracy to incentivize calibration

**Action**: Commit to reviewing your predictions from 6-12 months ago every quarter. Calculate your accuracy and adjust calibration accordingly.

## Example

**Scenario**: You're a product manager estimating the launch timeline for a new feature.

**Overconfidence in action**:
- **Your estimate**: "We'll ship in 4 weeks. I'm 90% confident."
- **Basis**: Your team has strong engineers, the spec is clear, it's similar to past features
- **Feeling**: High confidence—you've done this before, you know the team's velocity
- **Reality**: The feature ships in 9 weeks after unexpected API changes, design revisions, and a critical bug in production
- **Result**: You over-committed to stakeholders, damaged trust, and failed to allocate buffer time

**Better approach using this framework**:

1. **Track calibration**: Review your past 10 estimates. Six projects you rated "90% confident will finish on time" actually ran late. You're overconfident.
2. **Probability ranges**:
   - 50% confidence: 4-6 weeks
   - 75% confidence: 3-7 weeks
   - 90% confidence: 3-10 weeks
3. **Pre-mortem**: "It's week 10 and we haven't shipped. What happened?"
   - Engineer 1: "API broke backward compatibility, required redesign"
   - Engineer 2: "QA found edge cases not in original spec"
   - Designer: "User testing revealed confusion, needed iteration"
   - You: "Competing priority pulled lead engineer away for a week"
4. **Disconfirming evidence**: "What could go wrong?"
   - Check: Are there any external dependencies? (Yes—third-party API)
   - Check: Has this team estimated accurately before? (Mixed record)
   - Check: Are there unknowns in the spec? (Yes—edge cases not fully defined)
5. **Reference class forecasting**: "What's the base rate for features like this?"
   - Historical data: 70% of 'similar' features take 1.5-2x initial estimate
   - Industry data: Software projects are famously late (average 50% over estimate)
   - Adjust estimate upward from inside view
6. **Confidence ≠ competence**: You feel confident because you've done similar features, but those also ran over schedule
7. **Institutionalize accountability**: Log this estimate publicly, commit to retrospective in 10 weeks to review what went wrong/right

**Result**: You communicate to stakeholders: "Most likely 4-6 weeks, but 10 weeks is within normal range based on past projects. I'll update you at week 3." When the feature takes 9 weeks, you've set appropriate expectations and maintained trust.

## Anti-Patterns

**Confusing expertise with immunity**: Believing that because you're an expert in a domain, you're well-calibrated in that domain. Research shows experts are often more overconfident than novices.

**Ignoring base rates in favor of inside view**: "This project is different" or "our team is better" without quantifying how much better and adjusting only incrementally from base rates.

**Using confidence to persuade**: Projecting high confidence to win support, get funding, or close deals—rewarding overconfidence and punishing appropriate uncertainty.

**Only tracking successes**: Remembering your confident predictions that came true and forgetting those that didn't (confirmation bias + hindsight bias).

**Narrowing confidence intervals under pressure**: When stakeholders demand a single number, providing a point estimate instead of a range, which eliminates the ability to track calibration.

**Punishing uncertainty**: Organizational cultures that reward confident predictions and penalize hedging ("stop being wishy-washy") encourage overconfidence.

**Assuming high confidence means low risk**: Feeling certain doesn't reduce actual risk—it just makes you less prepared for when things go wrong.

**Doubling down after disconfirming evidence**: Interpreting evidence against your position as noise or bad luck rather than updating your confidence downward.

## Related Frameworks

- **Dunning-Kruger Effect**: Specific form where low-skill individuals are overconfident; overconfidence is broader and affects all skill levels
- **Planning Fallacy**: Systematic underestimation of project time/costs, driven by overconfidence in ability to predict and control
- **Optimism Bias**: Tendency to expect positive outcomes, feeding overconfidence in predictions
- **Confirmation Bias**: Seeking evidence that supports confident beliefs, ignoring disconfirming evidence
- **Hindsight Bias**: After outcomes, believing we predicted them confidently, reinforcing overconfidence for future predictions
- **Illusion of Control**: Believing we can control outcomes more than we actually can, contributing to overconfident forecasts
- **Availability Heuristic**: Recalling confident predictions that succeeded (available) while forgetting failures (unavailable)
- **Base Rate Neglect**: Ignoring statistical base rates in favor of confident inside-view assessments
- **Outcome Bias**: Judging decision quality by outcomes, reinforcing overconfidence when lucky outcomes occur despite poor calibration

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

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →