Counterfactual Proximity Weighting¶
Core Idea¶
The internal signal an agent assigns to an outcome is graded not by the outcome alone but by its distance to a nearby counterfactual of different value: a near miss carries a near-reward signal, a near-catastrophe a near-loss signal. The system updates as if the counterfactual partially happened, modelled as s(o) = α·r(o) + (1−α)·w(d)·c(o).
How would you explain it like I'm…
So Close It Counts
The Near-Miss Feeling
Distance to the Almost
Broad Use¶
- Operant learning and gambling: the near-miss effect — "two cherries and a lemon" drives approach behaviour resembling a partial win though nothing was paid.
- Decision theory and emotion: regret and relief scale with the proximity of the alternative, not its mere existence.
- Safety engineering: leading-indicator weighting enters near-catastrophes into the risk register at a fraction of the catastrophe's cost, by causal proximity.
- Sports: almost-victory drives re-engagement more than clear defeat, the near-win carrying a partial-reward signal.
- Negotiation: an offer "just barely" rejected anchors the next round more than one wildly off-base.
- Driving: a near-collision recalibrates risk perception disproportionate to the objective hazard density.
Clarity¶
It separates the generation of an internal signal from its interpretation, reframing apparently irrational responses as correct responses to a counterfactual-proximity signal the outcome record does not capture, and makes the proximity weight itself the auditable object.
Manages Complexity¶
It reduces a confused mix of "irrational" behaviours to one mechanism with three direction-keyed interventions: suppress the counterfactual neighbour to dampen, surface it to amplify, or re-ground its weight in a causal model to correct it.
Abstract Reasoning¶
It relocates the pathology from the response to a single parameter — whether the proximity weight w(d) tracks true counterfactual probability or mere perceptual vividness — since a near miss carries genuine information about operating margin when outcomes are noisy.
Knowledge Transfer¶
- Across reward systems: a gambling regulator predicts that reducing near-miss displays dampens play across loot boxes, retention loops, and prediction-error engagement.
- Safety across industries: a safety officer surfaces close-call data, weights it by causal proximity not vividness, across aviation, medicine, and nuclear.
- Negotiation: a narrowly-rejected offer functions as a partial-acceptance signal that anchors the next round.
Example¶
A slot machine is engineered to display near-misses far more often than chance, deliberately decoupling the proximity weight from the true near-zero counterfactual probability — so the player's re-engagement is not irrationality but a signal miscalibrated by design, dampened by removing near-miss displays.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Counterfactual Proximity Weighting presupposes Counterfactual Reasoning — The SIGNAL-GENERATION mechanism that weights a nearby counterfactual into a reward/loss signal by distance; it presupposes counterfactual_reasoning to CONSTRUCT the alternative, then folds it in by proximity. The file: 'reasoning constructs the alternative; proximity weighting weights it into a signal'.
Path to root: Counterfactual Proximity Weighting → Counterfactual Reasoning
Not to Be Confused With¶
- Counterfactual Proximity Weighting is not Counterfactual Reasoning because reasoning constructs the alternative, whereas this weights an already-constructed alternative into a reward/loss signal by distance.
- Counterfactual Proximity Weighting is not Anchoring because anchoring is insufficient adjustment from an initial number, whereas this grades a signal by how near an alternative outcome was in a state space.
- Counterfactual Proximity Weighting is not Attention because attention is the selective allocation of processing, whereas this computes how an outcome's internal signal is generated, which may drive attention downstream.