Install
openclaw skills install @deciqai/representativeness-heuristicActivate when: user says 'this person/startup looks like a winner', 'I know one when I see it', 'they have the profile of a great hire', 'this reminds me of [famous success]', or any judgment where a vivid profile drives a probability estimate without an explicit base rate. Also activate when auditing for the conjunction fallacy or when pattern-matching is cited as the basis for a high-stakes decision. Do NOT activate when: probability is computed directly from data with no narrative element; base rate and profile have already been reconciled via explicit Bayesian reasoning.
openclaw skills install @deciqai/representativeness-heuristicThe representativeness heuristic is judging probability by how closely something resembles a prototype — overriding actual base rates. Named by Tversky & Kahneman (1972); produces three systematic errors: base rate neglect, the conjunction fallacy (A-and-B feels more likely than A), and insensitivity to sample size.
Composes with bayesian-reasoning (restores the prior), survivorship-bias (failures are invisible in the prototype), confirmation-bias, and anchoring.
Not when: judgment is purely quantitative; base rate and profile align and Bayesian updating has been done explicitly.
In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output only that step's question, then stop.
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
[WAIT — do not advance until user responds]
Step 1 — Identify judgment + profile: What probability estimate is being made? What profile information is driving it?
Step 2 — Reference class + base rate: What is the base rate of this outcome in the relevant reference class? Was it stated before the profile assessment? (If N while a profile is present, representativeness is active.)
Step 3 — Conjunction test: Does the judgment involve multiple attributes (X and Y and Z)? P(A AND B) ≤ P(A). If the conjunction was rated more probable than a component, the conjunction fallacy is active.
Step 4 — Bayesian correction: Prior (base rate) × Likelihood ratio → Posterior. Never start from the profile; always start from the base rate.
Step 5 — Prototype audit: Was the prototype built from survivorship-biased examples? What did failures that matched this prototype look like?
Step 6 — Calibrated output:
Base rate: [X%] | Profile adjustment: [direction + magnitude] | Corrected estimate: [Y%]
Conjunction (if applicable): P(A AND B) ≤ [Z%]
Recommendation: proceed / do not proceed / gather more data
→ Method in Action: Tversky & Kahneman 1972 + 1983 — The Linda Problem · The Hot Hand in Basketball
| Domain | Prototype trigger | Base rate ignored | Correction |
|---|---|---|---|
| VC screening | Founder matches "winner" archetype | 75–90% of startups fail | State failure base rate before profile |
| Hiring | Candidate looks like top performers | 50–70% of hires underperform | Structured assessment replacing holistic match |
| Customer persona | "Target customer = power user" | Actual distribution is wide | Segment by behavior data, not persona |
| Product launch | "This looks like Slack / Airbnb" | Analogous success rate < 10% | State success rate for the category explicitly |
→ Primary sources: references/sources.md
[D] = designed upfront | [O] = observed in real use. [O] entries are more valuable.
| Rationalization | Reality |
|---|---|
| [D] "He just has the DNA of a founder — I know one when I see one." | Representativeness at maximum activation. What is the base rate for "looks like a winner" actually winning? |
| [D] "This is exactly the profile of a successful hire." | Profile built from visible successes. How many with this profile failed? Never checked. |
| [D] "She's a bank teller AND deeply committed to the cause." | Conjunction stated. P(A AND B) ≤ P(A). Narrative fit is not probability. |
| [D] "Every great company looked like this in the early days." | Survivorship bias generating the prototype. How many that looked like this failed? |
| [D] "I've seen this pattern before — it always plays out the same way." | How many times did a similar pattern occur and play out differently? |
| [D] "The more I learn about her, the more I'm convinced." | Added detail increases coherence, not probability. Each condition decreases joint probability. |
| [D] "I trust my gut — I've been doing this for 20 years." | Accumulates calibration error, not correction, without structured feedback loops. |
| → Add [O] entries here after each real use — paste the actual failure pattern | What went wrong and why |
Part of deciqAI Knowledge Skills — 163 open-source thinking skills that make rigor executable for AI agents. The same skills power every deciqAI agent, which runs them autonomously to operate your company. See it run → https://www.deciqai.com/skills/representativeness-heuristic?utm_source=clawhub&utm_medium=marketplace&utm_campaign=knowledge-skills&utm_content=representativeness-heuristic · ⭐ Star the repo → https://github.com/deciqAI/knowledge-skills · Contributions welcome.