Install
openclaw skills install bayesian-thinkingApply Bayesian thinking to update beliefs systematically based on new evidence. Use when the user needs to assess probabilities, weigh competing hypotheses, avoid base rate neglect, or make decisions under uncertainty with explicit prior-to-posterior reasoning.
openclaw skills install bayesian-thinkingBayesian thinking is the practice of updating beliefs systematically in light of new evidence, using the framework of Bayes' theorem. Instead of treating beliefs as binary (true/false), you assign probabilities and adjust them as evidence accumulates. It captures how rational agents should learn: start with a prior belief, encounter evidence, and compute a posterior belief. It's the antidote to both stubbornness (ignoring evidence) and fickleness (overreacting to every data point).
Analyze the current topic or problem under discussion using Bayesian thinking. Be explicit about priors, evidence, and updates. Apply this framework to whatever the user is currently working on or asking about.
Before looking at the specific evidence, what should we believe?
Now look at the specific evidence available.
For each key piece of evidence (E):
Apply Bayes' theorem (conceptually or numerically):
P(H|E) = P(E|H) × P(H) / P(E)
Given posterior probabilities, what action should we take?
The essence of Bayesian thinking: Strong priors require strong evidence to move. Weak priors move easily. And evidence that is equally consistent with multiple hypotheses is not very informative, no matter how dramatic it seems.