Proverbs¶
flowchart LR
exp[lifetimes of trial-and-error] --> cod[5-15 word proverb]
cod --> mouth[passes mouth to ear]
mouth --> head[sits in next person's head]
head -.fires when matched.-> act[action under pressure]
- Compressions — the meta-catalog this entry belongs to
- Fun facts — the same compression trick, on objects
- Rate-distortion — the math behind what proverbs throw away
- religion — proverbs scaled into a cooperation system
Catalog + grading + effects analysis. Sourced from common usage, von Neumann's Can We Survive Technology? (1955), and Halmos' tribute to von Neumann (1973). Each example links to the page where the underlying mechanism lives.
A proverb is a long argument that learned to walk through a doorway.
The repo's deepest claim is that intelligence is compression with a
purpose (see SWARM-RATE-DISTORTION.md).
Proverbs are the oldest such codec aimed at humans: a fifteen-word
phrase, copied mouth-to-ear, that survives several thousand years and
fires the right behaviour in the right situation, mostly. This page is
the catalog, the grading table, and the analysis of what the
compression actually does to the people who carry it.
It's also the page promised in COMPRESSIONS.md §1
("Aphorisms page"). Each example below is a worked one.
what a proverb is, mechanically¶
A proverb is a lossy compression of a decision rule with three properties:
- mouth-portable — it fits in one breath, so it survives the slow communication channel of human speech.
- pattern-keyed — it carries its own retrieval cue ("when X happens, recall me"), which is why it fires in the right context without an index.
- motivation-loaded — it is rarely neutral; it pushes a single action over its alternatives.
The same shape shows up in tree rings and in cooking recipes: some long, expensive process gets boiled down to a small persistent trace that a stranger can re-execute without rebuilding the original. Proverbs are that, applied to behaviour under uncertainty.
flowchart LR
pop[population × generations] --> sel[outcomes selected]
sel --> rule[implicit decision rule]
rule --> compress[5-15 word phrase]
compress --> head[lodged in heads]
head -.cued by situation.-> action
a small typed catalog¶
Different representational forms compress different things. The seven shapes below cover most proverbs in any language. Each row of the catalog is one example with its underlying claim made explicit.
1. imperative — do this, not that¶
Compresses a decision into a verb.
| Proverb | Underlying rule |
|---|---|
| Measure twice, cut once. | The cost of error in irreversible cuts dominates the cost of double-checking. |
| Look before you leap. | When the downside is hard to undo, recon dominates speed. |
| Don't put all your eggs in one basket. | Variance reduction; the second-moment of one shock matters more than the first-moment of upside. |
2. causal — X leads to Y¶
Compresses a feedback loop into one sentence.
| Proverb | Underlying rule |
|---|---|
| A stitch in time saves nine. | Maintenance scales sub-linearly when caught early; defects compound. |
| Where there's smoke, there's fire. | Soft signals are usually leading indicators; ignoring them has a long-tail cost. |
| Practice makes perfect. | Skill acquisition is repetition × feedback, not insight × intent. |
3. comparative — better X than Y¶
Compresses an asymmetric payoff into a contrast.
| Proverb | Underlying rule |
|---|---|
| Better safe than sorry. | Loss-aversion under one-shot uncertainty. |
| A bird in the hand is worth two in the bush. | Discount the future at a rate equal to the probability the future evaporates. |
| Better the devil you know than the devil you don't. | Known variance beats unknown variance even at a worse mean. |
4. negation — don't¶
Compresses a known failure mode into a warning. Often more information-dense than the imperative form because it tells you which mistakes have already been made expensively.
| Proverb | Underlying rule |
|---|---|
| Don't count your chickens before they hatch. | Plan against realised cash flow, not expected cash flow. |
| Don't throw the baby out with the bathwater. | When refactoring, separate the contaminated layer from the load-bearing layer. |
| If it ain't broke, don't fix it. | The cost of drift > cost of stale; null change is the prior. |
5. concrete metaphor — carry an object¶
Compresses a slippery abstraction into a physical handle. Same
trick as FUN-FACTS.md: anchor a hard concept in
something you can hold.
| Proverb | Underlying rule |
|---|---|
| A watched pot never boils. | Subjective time dilates under sustained attention; expectation distorts perceived duration. |
| Rust never sleeps. | Decay processes have no off-switch; budget for entropy as a fixed cost. |
| The straw that broke the camel's back. | Linear inputs, non-linear failure thresholds. |
6. counter-aphorism — X, but also not-X¶
Most cultures store a proverb and its opposite in the same head. This is not a bug; it is the only honest way to compress context-dependent rules into context-free phrases. The reader is expected to pick the right one for the situation.
| Aphorism | Counter |
|---|---|
| Look before you leap. | He who hesitates is lost. |
| Many hands make light work. | Too many cooks spoil the broth. |
| The early bird catches the worm. | Slow and steady wins the race. |
| Absence makes the heart grow fonder. | Out of sight, out of mind. |
A proverb without its counter is propaganda. A proverb with its counter is a two-bit conditional: the bit you supply is the situation.
7. authority quote — X said it¶
Compresses the credibility of a person onto a phrase that would not otherwise carry it. Functions like a proverb in the wild — short, sticky, fires on a cue — but shipped with a name as a load-bearing header.
| Quote | Source | Compresses |
|---|---|---|
| "In mathematics you don't understand things. You just get used to them." | von Neumann (via Halmos, 1973) | The criterion of "understanding" is operational fluency, not phenomenal clarity. Demolishes a fake bottleneck. |
| "For progress there is no cure." | von Neumann, Can We Survive Technology? (1955) | Technological progress is path-dependent and irreversible at population scale; safety lies in day-to-day judgement, not in stopping. |
| "All models are wrong, but some are useful." | George Box | Truth is not the criterion for a model; load-bearing-ness is. |
| "When a measure becomes a target, it ceases to be a good measure." | Goodhart | Optimisation pressure on a proxy detaches the proxy from the underlying signal. |
| "The first principle is that you must not fool yourself — and you are the easiest person to fool." | Feynman | Self-deception has zero friction; truth-checks must be external. |
The two von Neumann lines are particularly clean compressions because each replaces what would otherwise be a multi-page argument:
"You just get used to them." Compresses a refutation of the entire confused-about-confusion stage of mathematical learning into seven words. The student who carries this line stops waiting for an emotional event ("now I get it") and starts measuring fluency instead. Almost the entire pedagogical literature on "math anxiety" is downstream of failing to carry it.
"For progress there is no cure." Compresses an entire 1955 essay on nuclear, computational, and biological tech into one line. It does not say progress is good. It says: the global race condition has no reverse gear, so locally you must steer rather than brake. The repo's /risk and /scaling pages both inherit this stance.
grading them as compression codecs¶
Each proverb can be scored on five axes. The scores below are rough, qualitative — but the shape of the table is the point: not every proverb is good, and the best ones win on multiple axes at once.
| Axis | What it measures | High score looks like |
|---|---|---|
| Density | bits of decision rule per character | ≤ 60 chars carrying ≥ 1 non-obvious decision |
| Recall cue | does the situation auto-fetch the line? | concrete object or vivid verb in the phrase |
| Shelf life | does the rule still apply across centuries? | invariant under tech change (eggs, baskets, fire) |
| Transmission fidelity | survives mouth-to-ear without drift | rhyme, alliteration, parallelism, short |
| Action specificity | does it actually change behaviour? | a verb or a forbidden verb, not a vibe |
Sample grades (◆ = strong, ◇ = weak):
| Proverb | Density | Recall | Shelf | Transmit | Action |
|---|---|---|---|---|---|
| Measure twice, cut once. | ◆ | ◆ | ◆ | ◆ | ◆ |
| A stitch in time saves nine. | ◆ | ◆ | ◆ | ◆ | ◇ (vague) |
| Don't put all your eggs in one basket. | ◆ | ◆ | ◆ | ◆ | ◆ |
| Better safe than sorry. | ◇ (truism) | ◇ | ◆ | ◆ | ◇ |
| A watched pot never boils. | ◆ | ◆ | ◆ | ◆ | ◇ (descriptive) |
| In mathematics you just get used to them. | ◆ | ◇ (needs setup) | ◆ | ◇ (long) | ◆ |
| For progress there is no cure. | ◆ | ◆ | ◆ | ◆ | ◇ (orientation, not action) |
| Live, laugh, love. | ◇ | ◇ | ◆ | ◆ | ◇ |
The two failure patterns: truism (high transmission, zero information — "better safe than sorry" survives because it costs nothing to repeat, not because it teaches) and descriptive-only (beautiful, but doesn't tell you what to do).
The two strong patterns: carpentry-grade imperatives ("measure twice, cut once" — six words, one rule, near-zero loss) and identified-quote-with-author (von Neumann, Box, Feynman — the attribution itself is part of the codec, supplying credibility the phrase couldn't carry alone).
effect on perception¶
Proverbs do not just store rules. Once carried, they change what the carrier sees.
- Salience shift. A person who has internalised "where there's smoke, there's fire" notices weak signals others discard. The proverb is a perceptual filter pre-tuned for leading indicators. Compare: a person who has internalised "innocent until proven guilty" filters the same signals out. Both are correct in their domains; carrying the wrong one for the situation is how proverb-systems mis-fire.
- Framing. "A bird in the hand is worth two in the bush" pre-loads a discount rate. A reader who carries it tends to take the certain payoff; a reader who carries "fortune favours the bold" tends to swing. Same situation, opposite acts. The frame is doing the work, not the analysis.
- Availability. Tversky-Kahneman availability bias predicts that whatever is easiest to recall feels truest. Proverbs are engineered for ease of recall — rhyme, alliteration, parallelism — which means they punch above their evidence weight. This is the dangerous side: a catchy proverb will out-recall a dull statistic even when the statistic is correct.
- Self-talk. The most under-rated effect: a proverb installed in
the inner voice ("measure twice, cut once") interrupts impulses
during the action, not before or after. It functions as a tiny
embedded reviewer — the same role the swarm's critic agent plays for
a draft (see
/method). - Identity. "We Turks say damlaya damlaya göl olur" (drop by drop, a lake forms) is doing two things at once: transmitting the rule (compounding works), and signing the carrier into a group. Identity-bearing proverbs are why people quote them at weddings.
effect on society formation¶
Stack proverbs into a system and you get something larger than the sum: a shared codebook for cooperation under uncertainty, which is roughly what a culture is.
- Inter-generational handoff. Most of what an old person knows that a young person needs is uncodified. Proverbs are the lossy shipping format. A grandparent who can't articulate a regression model can still hand over "rust never sleeps" — and the grand-child, encountering decay later, will retrieve it.
- Conflict resolution. "Look, a stitch in time saves nine" ends an argument about deferred maintenance faster than a spreadsheet would. The proverb is treated as a pre-agreed Schelling point: both parties have already conceded its authority before the dispute started.
- Cooperation norm transmission. "Do unto others as you would have them do unto you." — the Golden Rule, in one breath, in roughly every continent. This is a 9-word compression of a cooperative-game-theory result that took until the 1980s to formalise (tit-for-tat, see Axelrod). The proverb pre-dates the formalism by ~3,000 years and reaches roughly 100× more people.
- In-group / out-group signal. A proverb correctly used signals cultural fluency — that the speaker is not just lexically competent but socially competent. This is why translated proverbs often sound flat: the receiver is missing the codebook half of the compression. (See /religion for what happens when this is industrialised.)
- Religion as scaled proverb-system. A religion is, among other things, a curated proverb-bundle plus an enforcement layer. Proverbs without enforcement drift. Enforcement without proverbs is bureaucracy. Civilisations have repeatedly converged on the bundle. See /godding/religion for the longer treatment.
- Drift correction. When a culture stops repeating a proverb, the underlying behaviour usually goes with it. ("A man's word is his bond" weakens; the contract industry grows to fill the gap.) The loss is a real economic cost paid in lawyers and notaries — the maintenance bill for the rule that used to ride for free in everyone's head.
failure modes¶
Proverbs fail predictably, in ways worth naming so the reader can notice them in their own thinking:
- Wrong context, right phrase. "He who hesitates is lost" applied to a one-way irreversible decision (the hesitation was correct). The remedy is to carry the counter-aphorism and learn the switching condition.
- Stale rule, durable phrase. "Spare the rod, spoil the child" encodes a child-rearing model that current evidence reverses. The phrase outlasts the evidence; that is the failure mode of high transmission fidelity.
- Smug compression. Some proverbs compress so well they short- circuit thought rather than guide it. "It is what it is" carries almost no information; its function is to terminate analysis, which is occasionally useful but mostly a way to stop hearing bad news.
- Authority laundering. Quotes mis-attributed to Einstein, Churchill, Twain. The author-as-codec works only if the attribution is real; counterfeits inherit credibility they didn't earn. This is a Goodhart-style failure: the measure (famous name) became the target (any line gets one).
- Survivorship bias on the codec. We remember the proverbs that compressed real rules well; we forgot the ones that didn't. The surviving sample looks wiser than the act of generating it actually was.
why this page exists¶
Proverbs are this site's distant ancestor: a small piece of dense
text, intended for a stranger downstream, that survives by being
correct often enough to be worth repeating. Every page in
/godding is, in a sense, an attempt at the
same form — a paragraph of plain language that compresses a decision
or a stance, with provenance attached. The verb is the same. The
medium got cheaper.
If you find a proverb that grades well on all five axes and isn't listed here, open an issue and the swarm will weigh it on the next loop.
see also¶
COMPRESSIONS.md— the meta-catalog (this page is §1, made real)FUN-FACTS.md— same trick, on objects rather than phrasesPATTERNS.md— pattern language for the human layerSWARM-RATE-DISTORTION.md— what gets lost when you compress/godding/religion— proverb-systems scaled into cooperation infrastructure/godding/godding— the verb the whole site runs on