thinking-bayesian

Apply Bayes' theorem to update beliefs with explicit priors and likelihoods.

941|129|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-bayesian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thinking-bayesian
Source: https://github.com/tjboudreaux/cc-thinking-skills/tree/main/skills/thinking-bayesian
Command: npx skills add https://github.com/tjboudreaux/cc-thinking-skills --skill thinking-bayesian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bayesian thinking provides a disciplined framework for updating beliefs as new evidence arrives, helping you avoid overconfidence or underreaction.

Core Features & Use Cases

  • Establish priors, assess likelihoods, and compute posteriors to refine beliefs.
  • Apply to probability estimation, test interpretation, hypothesis evaluation, and learning from experiments.
  • Use cases include debugging uncertain failures, evaluating feature hypotheses, and interpreting A/B test results.

Quick Start

Explain a hypothesis to an AI and have it perform Bayesian updating to produce a posterior probability given new data.

Frequently Asked Questions about thinking-bayesian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update probabilities with new evidence using Bayesian inference?

Bayesian inference updates probabilities by applying Bayes' theorem to combine a prior belief with new evidence likelihoods, producing a refined posterior probability. This framework systematically adjusts your confidence as new data arrives.

What is the best way to evaluate competing hypotheses with uncertain data?

Evaluating competing hypotheses requires establishing explicit priors, assessing the likelihood of evidence under each hypothesis, and computing the posterior probability. This method quantifies relative support for each hypothesis given the data.

How do I interpret A/B test results with Bayesian probability updating?

Interpreting A/B tests through Bayesian probability updating involves setting a prior conversion rate, incorporating observed test data as likelihoods, and calculating the posterior probability that one variant outperforms the other.

Can I use Bayesian updating for product decisions without a statistics background?

You can apply Bayesian updating for product decisions by explaining your hypothesis and evidence to the AI. The workflow guides you through prior selection and likelihood assessment to compute the final posterior probability automatically.

When should I choose Bayesian methods over standard frequency-based probability?

Choose Bayesian methods when you need to systematically update existing beliefs with new evidence, avoid overconfidence, or incorporate prior knowledge into probability estimation, rather than relying solely on fixed sample frequencies.

Why does my posterior probability seem counterintuitive after Bayesian updating?

A counterintuitive posterior probability often results from an inaccurately specified prior or an incorrectly assessed likelihood. The updating process is highly sensitive to these explicit inputs, requiring careful evidence assessment.