Brandolini's Law¶
Core Idea¶
A structural cost asymmetry between corruption and correction on a shared, propagating channel: producing a false claim is materially cheaper than refuting it, so when per-unit production cost falls far enough below correction cost and a fixed correction budget cannot scale, the channel saturates with uncorrected error as a matter of arithmetic.
How would you explain it like I'm…
Fibs Are Easy, Fixing Is Hard
Cheap to Lie, Costly to Fix
The Refutation Asymmetry
Broad Use¶
- Misinformation: a viral false claim costs minutes; the verification ecosystem consumes trained journalists and reaches a fraction of the audience.
- Cybersecurity: an attacker needs one working exploit; a defender must close every vulnerability, so defender cost scales with the attack surface.
- Spam & moderation: producing spam is near-zero-cost; filtering requires continuously updated classifiers and human review.
- Scientific fraud: fabricating a result takes weeks; replicating and retracting takes years and rarely overtakes the citation trajectory.
- Law: making an accusation is cheap; clearing one's name through litigation is expensive, slow, and partial.
- Regulation: a regulated party proposes evasive interpretations faster than a regulator can audit and close them.
Clarity¶
Shifts the question from "is this claim true?" to "what is the cost ratio between making and refuting it, and is the correction side resourced for the production rate?", and names a second quantity — audience overlap — since a correction reaching only a subset of the original audience cannot close the gap.
Manages Complexity¶
Diagnoses error-saturation with one move — estimate per-unit production cost, per-unit correction cost, and the correction budget — and organizes interventions into a small set: raise production cost, lower correction cost, amortize, restrict throughput, or refuse the game.
Abstract Reasoning¶
Treats any open propagating channel as a contest set less by who is right than by the relative cost of producing claims and corrections, and looks first for where that ratio can be flipped — including the generator-versus-instance move of refuting a class once.
Knowledge Transfer¶
- Cybersecurity → discourse: shared threat-intelligence feeds are the "shared evidence pool" that lowers correction cost; class-level patching is "attack the generator."
- Moderation → fact-checking: categorical classifiers plus posting friction beat out-reviewing the spammer, the same generator-and-production-cost levers.
- Across all: a platform team rate-limiting shares, a security org minimizing attack surface, and a regulator writing a categorical rule are making the same move — change the cost ratio, not out-correct an adversary.
Example¶
In cybersecurity defense the attacker needs one exploit through one path while the defender must close the whole attack surface; finite analyst-hours are the bounded budget, alert fatigue is the saturation, and the structural fixes are raising production cost (proof-of-work), lowering correction cost (shared signatures), and attacking the generator (patching the class).
Relationships to Other Abstractions¶
Current abstraction Brandolini's Law Prime
Parents (1) — more general patterns this builds on
-
Brandolini's Law is a kind of Asymmetric Attack Defense Cost Prime
Brandolini's law is asymmetric attack-defense cost specialized to cheap corruptive claims and evidence-heavy correction on a shared information channel.
Hierarchy path (1) — routes to 1 parentless root
- Brandolini's Law → Asymmetric Attack Defense Cost → Asymmetry
Not to Be Confused With¶
- Brandolini's Law is not Anchoring because it is a channel-economics fact about the relative cost of producing versus correcting across many participants, whereas anchoring is a cognitive bias inside one mind.
- Brandolini's Law is not an Information Cascade because it concerns production economics and saturates even with no imitation, whereas a cascade is belief propagation that can occur with symmetric costs.
- Brandolini's Law is not Contagion because it adds a costly, capacity-limited correction side racing the spread, whereas contagion models only the spread of an item once produced.