Cue Outcome Decoupling¶
Core Idea¶
A cue that once reliably tracked an outcome has its coupling broken — by environmental shift, adversarial spoofing, or the actor's own optimization — while the well-tuned cue-following behavior persists and grows more harmful the better it tracks the now-decoupled cue.
How would you explain it like I'm…
Bell But No Dinner
The Signal Went Hollow
When The Proxy Breaks
Broad Use¶
- Behavioral ecology: hatchling turtles orient toward beachfront hotels (once moonlit ocean); mayflies oviposit on glossy asphalt.
- Security: phishing exploits lock icons and sender names that historically tracked authenticity until adversaries spoofed them.
- Finance: an inverted yield curve decouples from recession when the structural regime that produced the correlation shifts.
- Machine learning: a classifier latches onto a scanner watermark correlated with disease at the training site but not the new one.
- Metric-driven institutions: a useful proxy decouples under optimization pressure — the Goodhart case.
- Navigation: drivers follow once-reliable landmarks after roadworks.
Clarity¶
Splits "the system is failing" into two questions — is the response well-tuned? (usually yes, which is why the failure is silent) and has the cue's meaning shifted? (the load-bearing one) — and separates a dark sensor from a cue that still reads correctly but no longer connects.
Manages Complexity¶
Reduces a sprawling failure family to a four-question diagnostic — what cue, what outcome, what mechanism made the correlation, does it still hold? — plus three remedies: restore the coupling, accelerate the update, sanity-check the cue.
Abstract Reasoning¶
Carries a counter-intuitive prediction: more capable cue-tracking makes the failure worse — the best-tracking turtles drown first, the sharpest classifier generalizes worst — so capability is risk-amplifying under cue drift.
Knowledge Transfer¶
- Ecology → ML: the turtle and watermark-classifier cases are structurally identical, with one-to-one remedies.
- Across domains: restore/accelerate/sanity-check recur as amber lighting, multi-site retraining, shadow-mode monitoring, email signing, user education.
- Diagnostic carry: "what made this cue informative, and does it still hold?" becomes the first question of any proxy-driven system.
Example¶
A pneumonia detector trained at one hospital latches onto a scanner watermark that correlated with disease (it marked already-sick inpatients); at a new hospital the watermark is absent, the coupling is severed, yet the model keeps weighting the now-meaningless cue — and a model that learned it more sharply generalizes worse.
Relationships to Other Abstractions¶
Current abstraction Cue Outcome Decoupling Prime
Parents (1) — more general patterns this builds on
-
Cue Outcome Decoupling is a kind of Proxy–Target Fidelity Prime
Cue Outcome Decoupling is a specialization of Proxy–Target Fidelity, retaining the parent's defining structure while adding the child's specific commitments.
Children (1) — more specific cases that build on this
-
Evolutionary Trap Prime is a kind of Cue Outcome Decoupling
Evolutionary trap is cue-outcome decoupling specialized to an environment-driven coupling break outrunning a deeply installed rule's update rate.
Hierarchy path (1) — routes to 1 parentless root
- Cue Outcome Decoupling → Proxy–Target Fidelity → Representation → Abstraction
Not to Be Confused With¶
- Cue Outcome Decoupling is not Goodhart's Law because it is the broader structure breaking by any of three mechanisms, whereas Goodhart is only the optimization-driven subtype; a turtle's drift is environmental, a phishing victim's adversarial.
- Cue Outcome Decoupling is not Learning because it is the failure phase after a learned mapping's coupling breaks, whereas learning is the acquisition of the response; more learning makes the eventual decoupling worse.
- Cue Outcome Decoupling is not Sensor Failure because the cue is still present, measurable, and triggers the right response — only the response no longer connects — whereas a sensor failure is the cue itself going dark.