False Consensus Effect¶
Core Idea¶
Agents systematically overestimate the share of a population that shares their own beliefs or behaviors. The agent's own profile is loaded as a low-variance prior on the rest of the distribution, and corrective evidence is under-weighted because the agent's social circle is itself non-randomly sampled toward that profile — so the in-sample frequency is read off as the population frequency.
How would you explain it like I'm…
Everyone Likes My Flavor
Thinking Everyone Agrees
Projecting Self On Everyone
Broad Use¶
- Social psychology: the canonical finding that refusers and accepters alike predict that others feel as they do, each group projecting.
- Politics and polling: partisans of either side believe their views are more widely shared, contributing to poll under-prediction.
- Product and UX design: "I would use this feature" becomes "users will," reinforced by a self-similar circle — "you are not your user."
- Developer-tools markets: tool-builders ship for themselves and overestimate the market that shares their workflow.
- Management: leaders assume their values are widely internalized while subordinate dissent goes underdetected.
- Online discourse: algorithmic and homophilic sampling makes the perceived majority on one's timeline a sample mistaken for the population.
Clarity¶
Relocates a mis-diagnosed symptom — a vote outcome, a feature flop — from "weird voters" or "irrational users" to the inference itself: the population is not strange, the estimate of it was biased by a self-anchored, non-randomly-sampled prior.
Manages Complexity¶
Compresses a family of estimation failures into one mechanism plus one diagnostic question — who is in my sample, and is it representative of the population I'm reasoning about? — from which concrete corrective procedures fall out.
Abstract Reasoning¶
Treats any self-sourced estimate of a population as biased in a known direction (toward the estimator's own profile), so in-sample agreement is weak evidence and out-of-sample disagreement is strong evidence.
Knowledge Transfer¶
- Politics ↔ product: the same debiasing procedure (audit the sample, oversample the dissimilar, weight in-circle agreement lightly) ports from a politician testing a slogan to a PM testing a feature.
- Across the band: founder, partisan, designer, and forecaster occupy the same structural position — a self-similar sample treated as a representative one.
- Forecasting: aggregation methods that do not correct for self-anchored priors inherit the bias rather than cancelling it.
Example¶
A developer-tools founder surveys their network of senior engineers who, like them, dislike GUI config; ninety percent endorse "config-as-code," they ship accordingly, and adoption stalls because the actual buyer pool (mixed-seniority teams wanting a GUI onramp) was under-sampled.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- False Consensus Effect is a kind of Selection Bias — The file states it plainly: false consensus is selection_bias PLUS a self-anchored prior PLUS a fixed sign — 'mechanically, a species of selection bias' where the skew is correlated with the estimator's own profile. selection_bias is the parent.
Path to root: False Consensus Effect → Selection Bias → Bias
Not to Be Confused With¶
- False Consensus Effect is not Selection Bias in general because selection bias is any non-random draw in any direction, whereas false consensus is the specific case where the skew is correlated with the estimator's own profile and projected as a population figure.
- False Consensus Effect is not the Dunning-Kruger Effect because Dunning-Kruger mis-estimates one's own competence, whereas false consensus mis-estimates how common one's own state is in others.
- False Consensus Effect is not Wisdom of the Crowds because that relies on independent errors cancelling under averaging, whereas false consensus is the opposite — correlated, self-anchored errors that do not cancel.