Skip to content

Cue Outcome Decoupling

Core Idea

An actor relies on a cue — a perceptible, easy-to-measure proxy — because, in the actor's history, that cue was reliably correlated with an underlying outcome the actor actually cares about: food, safety, profit, ground truth, mission success. At some later point the correlation breaks: the world shifts, the channel is spoofed, the system is optimized through, or the mechanism that produced the correlation changes. The cue is still there, the cue-following behavior still fires, but the meaning of the cue has been silently severed from the outcome it once tracked.

The structural anatomy has six parts: a cue observable by the actor; an outcome the actor cares about but cannot directly observe at decision time; a historical coupling, the regularity that made the cue informative; a fast cue-response well-tuned to that coupling; a slow update channel for the meaning of the cue; and an event that breaks or reverses the coupling. The failure is generic: the actor continues to act more reliably the more capable it is at cue-tracking, straight into harm or waste.

The structural intervention is also generic — restore the coupling, speed up the update channel, or wrap the cue with a sanity check — and the diagnostic is generic: if a decision rule keys on something, ask what made that something informative, and check whether the answer still holds. What changes in a reader's view of a system is that "the system is failing" splits into two questions — is the agent's response well-tuned (usually yes, which is why the failure is silent) and has the cue's meaning shifted (the load-bearing question) — and the surface-identical phenomenon of a sensor going dark is separated from the deeper phenomenon of a cue that still reads correctly but no longer connects to the outcome.

How would you explain it like I'm…

Bell But No Dinner

Imagine a dog learns that a ringing bell means dinner is coming, so it runs to its bowl every time the bell rings. But one day the bell keeps ringing and no dinner ever comes, yet the dog still races to the bowl. Cue Outcome Decoupling is when a signal you trusted stops being connected to the thing it used to mean, but you keep chasing the signal anyway.

The Signal Went Hollow

You often rely on a cue, an easy-to-spot sign, because in the past it reliably went together with something you really care about but can't see directly, like food, safety, or success. Then one day that link quietly breaks: the world changes, someone fakes the signal, or the thing that made the link disappears. The cue is still there and you still react to it, but its meaning has been silently cut off from the outcome. Cue Outcome Decoupling is exactly this break, and the sneaky part is that the better you are at following the cue, the more confidently you head straight into trouble.

When The Proxy Breaks

An actor relies on a cue, an easy-to-measure proxy, because in its history that cue was reliably correlated with an underlying outcome it actually cares about but can't directly observe at decision time, like food, safety, profit, or ground truth. Later the correlation breaks: the world shifts, the channel is spoofed, the system is optimized through, or the mechanism that produced the correlation changes. The cue is still there and the cue-following behavior still fires, but the cue's meaning has been silently severed from the outcome. Its anatomy has six parts: a cue, an outcome, a historical coupling that made the cue informative, a fast cue-response well-tuned to that coupling, a slow update channel for the cue's meaning, and an event that breaks the coupling. The failure is generic and silent: the actor acts MORE reliably the better it is at cue-tracking, straight into harm. The fix is also generic, restore the coupling, speed up updating, or wrap the cue with a sanity check, and the diagnostic is: when a rule keys on something, ask what made that something informative, and check whether it still holds.

 

An actor relies on a cue, a perceptible, easy-to-measure proxy, because in the actor's history that cue was reliably correlated with an underlying outcome the actor actually cares about: food, safety, profit, ground truth, mission success. At some later point the correlation breaks: the world shifts, the channel is spoofed, the system is optimized through, or the mechanism that produced the correlation changes. The cue is still there, the cue-following behavior still fires, but the meaning of the cue has been silently severed from the outcome it once tracked. The structural anatomy has six parts: a cue observable by the actor; an outcome the actor cares about but cannot directly observe at decision time; a historical coupling, the regularity that made the cue informative; a fast cue-response well-tuned to that coupling; a slow update channel for the meaning of the cue; and an event that breaks or reverses the coupling. The failure is generic: the actor continues to act more reliably the more capable it is at cue-tracking, straight into harm or waste. The structural intervention is also generic, restore the coupling, speed up the update channel, or wrap the cue with a sanity check, and the diagnostic is generic: if a decision rule keys on something, ask what made that something informative, and check whether the answer still holds. What changes in a reader's view of a system is that 'the system is failing' splits into two questions: is the agent's response well-tuned (usually yes, which is why the failure is silent), and has the cue's meaning shifted (the load-bearing question); and the surface-identical phenomenon of a sensor going dark is separated from the deeper phenomenon of a cue that still reads correctly but no longer connects to the outcome.

Structural Signature

an observable cuean unobservable-at-decision-time outcome the actor cares abouta historical coupling that made the cue informativea fast, well-tuned cue-responsea slow update channel for the cue's meaninga coupling-breaking eventthe persistence and amplification of cue-following after the break as the load-bearing invariant

The pattern is present when each of the following holds:

  • A cue. A perceptible, easy-to-measure proxy the actor can observe at decision time.
  • An outcome. Something the actor actually cares about — food, safety, profit, ground truth — but cannot directly observe when deciding.
  • A historical coupling. A regularity, produced by some mechanism, under which the cue reliably tracked the outcome and so became informative.
  • A fast cue-response. Behavior well-tuned to that coupling, firing reliably on the cue.
  • A slow update channel. The means by which the actor revises the cue's meaning, slower than the world can change it.
  • A coupling-breaking event. The correlation is severed or reversed — by environmental shift, adversarial spoofing, or the actor's own optimization pressure (the Goodhart case) — while the cue itself remains present and readable.
  • Persistence and amplification. The cue-following behavior continues, and the better the actor tracks the now-decoupled cue, the more harm or waste it produces — capability is risk-amplifying, which is why the failure is silent.

These compose into a two-part diagnostic — is the response well-tuned (usually yes), and has the cue's meaning shifted (the load-bearing question) — with a fixed trio of remedies: restore the coupling, accelerate the update channel, or wrap the cue with a divergence sanity-check.

What It Is Not

  • Not learning. learning (the embedding nearest neighbor) is the acquisition of a cue-response mapping. This prime is about what happens after a learned mapping's coupling silently breaks: the well-learned response persists and amplifies harm. Learning builds the response; cue-outcome decoupling is the failure of the world the response was learned for.
  • Not predictive coding. predictive_coding is a mechanism by which a system predicts inputs and updates on error. This prime concerns a cue whose meaning has shifted while the prediction machinery keeps firing correctly on the cue; the failure is that the error signal connecting cue to outcome has been severed, not that prediction is mis-implemented.
  • Not sensor failure. A dark or noisy sensor is the cue itself failing. In cue-outcome decoupling the cue is still present, measurable, and triggers the right response — only the response no longer connects to the outcome. The interventions diverge sharply: repair a sensor, re-couple a decoupled cue.
  • Not the mere-exposure effect. mere_exposure_effect is increased preference from repeated exposure. This prime is not about preference formation but about a proxy losing its validity; the cue-following persists because it was historically informative, not because familiarity bred liking.
  • Not conformity. conformity is aligning behavior to a social reference. Cue-outcome decoupling is substrate-neutral (turtles, classifiers, traders) and concerns a broken proxy-to-outcome coupling, not social influence on behavior.
  • Common misclassification. Debugging the response when the cue is the problem — tuning weights, reaction speed, or vigilance that are all working correctly while the severed coupling goes unexamined. The tell: when a well-performing system produces bad outcomes, ask not "is the response good?" but "does the cue still mean what it meant?" A system can fail precisely where it performs best.

Broad Use

In behavioral ecology, hatchling sea turtles orient toward the brightest horizon — historically moonlit ocean, now beachfront hotels — and mayflies oviposit on glossy asphalt mistaken for water. In phishing, users key on lock icons, URL prefixes, and sender names — cues that historically tracked authenticity until adversaries spoofed them. In finance, historical correlations like an inverted yield curve preceding recession decouple from outcomes when the structural regime that produced them shifts, and positioning lags. In machine learning under distribution shift, a classifier latches onto a scanner watermark correlated with disease at the training site but not the new site — shortcut learning and spurious correlation. In metric-driven institutions, a proxy useful until it becomes the target decouples under optimization pressure, the Goodhart case where the agent's own optimization drives the decoupling rather than exogenous change. In prosthetics and sensory substitution, a trained mapping from cue to body-state is calibrated until surgery or device replacement breaks it. In public-health communication, cues that once marked safe practice decouple as transmission routes shift. In navigation, drivers follow once-reliable landmarks after roadworks. In each case the cue-following machinery is doing exactly what it was tuned to; the world has moved underneath it, and the substrate ranges from evolved organisms to trained classifiers to human institutions while the skeleton stays fixed.

Clarity

Naming the pattern separates two diagnostics that pre-theoretic language fuses into "the system is failing." First, is the agent's response well-tuned? — usually yes, which is why the failure is silent and self-reinforcing. Second, has the cue's meaning shifted? — the load-bearing question. By splitting these, the prime explains why a system can fail precisely where it is performing best: the response is excellent, but the cue no longer means what it meant.

It also disentangles the failure-mode family. Sensor failure is the cue itself going dark or noisy; cue-outcome decoupling is the cue still being there, still measurable, still triggering the right response, but the response no longer connecting to the outcome. The distinction matters because the interventions diverge sharply — a dark sensor is repaired, a decoupled cue is re-coupled, re-learned, or sanity-checked. The prime further separates adversarial decoupling, where the cue is spoofed, from environmental decoupling, where the world has changed, from optimization-driven decoupling, the Goodhart case. All three share the structural signature, but the upstream cause and the appropriate defense differ, and naming the shared signature lets an analyst recognize the family while still distinguishing the cause.

Manages Complexity

The prime reduces a sprawling failure family — ecological traps, phishing, metric gaming, shortcut learning, model staleness, false alarms from decommissioned beacons — to a four-question diagnostic: what cue is the decision rule keyed on; what outcome was the cue historically a proxy for; what mechanism produced the correlation; and does that mechanism still hold, and how fast can we tell if it stops? The same checklist works whether the agent is a turtle, a classifier, a trader, a regulator, or a person opening an email, compressing what otherwise look like unrelated domain failures into instances of a single structural defect.

The compression is sharpened by three intervention archetypes that ride along with the diagnostic and transfer across substrates: restore the coupling by changing the environment so the cue tracks the outcome again; accelerate the update channel so the actor relearns what the cue means faster than the world changes; and wrap the cue with a sanity check that flags cue-outcome divergence. These reappear under domain-specific names — distribution-shift mitigation, shadow-mode testing, hatchery release, brand-warning emails, metric redesign — and recognizing them as the same three moves lets practitioners in one domain borrow practices from another. Recognizing a failure as cue-outcome decoupling thus yields both the four-question diagnosis and a fixed trio of remedies, sized to whatever cue and coupling the substrate supplies.

Abstract Reasoning

The prime carries a non-obvious cross-domain prediction: more capable cue-tracking makes the failure worse, not better. An optimizer that hits the cue with high reliability fares worse than a sloppy one once the cue-outcome coupling has broken. This prediction transfers across substrates — the best-tracking turtles drown first, well-trained classifiers gaming a spurious feature generalize worst, highly optimized institutions hit decoupled metrics hardest — and it provides a rare structural argument for why capability is risk-amplifying under cue drift, rather than protective.

It also licenses the cue-versus-outcome decomposition: any decision rule can be analyzed as a cue, a response, and a claimed coupling, where the claimed-coupling term is usually implicit and surfacing it is the analytical move the prime requires. This decomposition predicts where decoupling will be most dangerous — where the coupling is strong, the response highly optimized, and the update channel slow — and it distinguishes the three upstream causes by asking what broke the coupling: an adversary spoofing the cue, an environment shifting, or the agent's own optimization pressure. These inferences follow from the six-element anatomy alone, so they apply to an organism, a model, and an institution alike, and they tell an analyst that the systems most at risk are precisely the most capable cue-trackers whose update channels cannot keep pace with the world.

Knowledge Transfer

The transferable content is the six-element anatomy and four-question diagnostic together with the three intervention archetypes — restore the coupling, accelerate the update, sanity-check the cue. Because the structural claim about the coupling break is substrate-neutral, the moves carry across domains that named the pattern separately, and they even cross from evolved organisms to engineered systems. The radiology- classifier case — a model latching onto a scanner watermark correlated with disease at the training site — is structurally identical to the sea-turtle case, and its three interventions map one-to-one: re-engineer the inputs to remove the spurious cue (restore the coupling), retrain on multi-site data (accelerate the update), and deploy shadow-mode distribution-shift monitoring (sanity-check). The same three moves recur in turtle conservation (amber lighting, hatchery release, volunteer redirect) and in anti-phishing infrastructure (email signing, user education, suspicious-link warnings).

These transfers work because the structural roles are stable across substrates: a cue, an outcome, a historical coupling, a fast response, a slow update channel, and a coupling-breaking event. An ecologist, an ML engineer, a fraud-prevention team, and a public-health communicator are all running the same move: surface the claimed coupling behind the decision rule, check whether it still holds, and apply one of the three remedies. The portable lesson is that a decision rule is only as good as the coupling that made its cue informative, and that the better-tuned the response, the worse the failure once that coupling silently breaks — a lesson that travels intact from a hatchling to a classifier to a trading desk, and that, once held, makes "what made this cue informative, and does it still hold?" the first question asked of any proxy-driven system rather than the post-mortem.

Examples

Formal/abstract

A machine-learning classifier under distribution shift is the prime's anatomy made fully explicit and measurable. The cue is a feature the model keys on; the outcome is the true label, unobservable at inference time; the historical coupling is the statistical correlation between feature and label in the training distribution; the fast cue-response is the trained weights, well-tuned to that correlation; the slow update channel is retraining, far slower than the world can change; and the coupling-breaking event is the shift to a deployment distribution where the correlation no longer holds. Make it concrete: a pneumonia detector trained at one hospital latches onto a scanner watermark — a token burned into images by that site's portable X-ray machine, which was used disproportionately on already-sick inpatients, so the watermark correlated with disease in training. At a new hospital the watermark is absent or attached to different scanners, and the coupling is severed — but the cue-following machinery fires unchanged. The load-bearing invariant is the persistence-and-amplification: the model continues to weight the now-meaningless cue, and the prime's signature prediction holds — more capable cue-tracking makes the failure worse. A model that learned the spurious watermark feature more sharply generalizes worse, because capability is risk-amplifying once the coupling breaks. The three remedies map one-to-one: restore the coupling by re-engineering inputs to strip the watermark; accelerate the update by retraining on multi-site data so the model relearns what predicts disease; and sanity-check the cue with shadow-mode distribution-shift monitoring that flags when the feature's relationship to outcomes diverges.

Mapped back: the shortcut-learning classifier instantiates every one of the six elements — cue (watermark), outcome (true diagnosis), training-distribution coupling, trained response, slow retraining channel, distribution-shift break — and exhibits the capability-amplifies- risk prediction, with the three interventions applied verbatim.

Applied/industry

Phishing exploits cue-outcome decoupling on a human-and-security substrate. The cue is a trust signal a user keys on — a padlock icon, a familiar sender name, an https prefix, a brand logo; the outcome the user cares about is whether the site is authentic and safe, which they cannot directly observe at decision time; the historical coupling is the era when those signals reliably tracked authenticity (a padlock once meant a vetted certificate, a sender name once meant the real sender); the fast cue-response is the learned habit of trusting on sight; the slow update channel is user re-education; and the coupling-breaking event is adversarial — attackers cheaply spoof the cues (free TLS certificates put padlocks on phishing sites, display-name spoofing fakes senders). The cues remain present and readable, the trust response still fires, but the meaning has been severed. The prime separates this from sensor failure: the cue is not dark or noisy — it reads "correctly," which is why the failure is silent and the most cue-fluent users are not immune. It also flags the adversarial subtype (versus environmental or optimization-driven decoupling), which dictates the defense mix. The three remedies recur under security-specific names: restore the coupling with cryptographic email signing (DKIM/DMARC) so a verifiable signal re-tracks authenticity; accelerate the update with user education about the now-decoupled cues; and sanity-check the cue with suspicious-link warnings that flag divergence between the displayed cue and the real destination. These are the same three moves as the classifier's and the sea-turtle's, which is why anti-phishing teams, conservationists, and ML engineers borrow practices across substrates.

Mapped back: phishing is cue-outcome decoupling — trust cues, the unobservable authenticity outcome, a broken historical coupling, a fast trust response, a slow education channel, and an adversarial spoofing event — so the defenses (email signing, education, link warnings) are the prime's restore / accelerate / sanity-check trio on a security substrate.

Structural Tensions

T1 — Response Quality versus Cue Meaning (scopal). The prime's two-part diagnostic splits "the system is failing" into "is the response well-tuned?" (usually yes) and "has the cue's meaning shifted?" (the load-bearing question). The failure mode is debugging the response when the cue is the problem: tuning the trained weights, the trader's reaction speed, the user's vigilance — all of which are working correctly — while the severed coupling goes unexamined. Diagnostic: when a well-performing system produces bad outcomes, ask not "is the response good?" but "does the cue still mean what it meant?" The prime's whole contribution is that a system can fail precisely where it performs best; effort spent improving an already-excellent response is effort spent on the wrong half of the split.

T2 — Capability as Protection versus Capability as Amplifier (sign/direction). The prime's signature counter-intuitive prediction is that better cue-tracking makes the failure worse once the coupling breaks — the best-tracking turtles drown first, the sharpest classifier generalizes worst. The failure mode is the universal instinct that more capability is safer, so the response is optimized harder, deepening commitment to a now-meaningless cue. Diagnostic: ask whether the system's skill is at tracking the cue or at achieving the outcome — under decoupling these diverge, and cue-tracking capability becomes risk. The prime inverts the usual sign of capability; a program that responds to drift by making the cue-follower more capable is accelerating toward the harm, not away from it.

T3 — Adversarial versus Environmental versus Optimization Decoupling (scopal). All three subtypes share the signature but have different upstream causes and demand different defenses — spoofing wants authentication, environmental shift wants retraining, Goodhart wants metric redesign. The failure mode is applying one subtype's remedy to another: educating users (environmental fix) against an adversary who simply spoofs the next cue, or re-coupling a metric (optimization fix) against an exogenous regime change. Diagnostic: ask what broke the coupling — an adversary spoofing the cue, the world shifting underneath it, or the actor's own optimization pressure. The prime names the shared skeleton but insists the cause determines the defense; treating all decoupling as one kind picks the wrong remedy two times out of three.

T4 — Update Speed versus World Change Speed (temporal). The failure lives in the gap between a slow update channel and a fast-changing world — the cue-response is fast and well-tuned, but the channel that revises the cue's meaning lags. The failure mode is investing in response performance while the update channel stays slow, so the system tracks ever-better a meaning that ages ever-faster. Diagnostic: compare the update channel's timescale (retraining cadence, re-education cycle, repositioning lag) against the rate at which the coupling can break. The prime locates the danger in systems whose update channel cannot keep pace; a fast response on a slow update channel is the exact profile most exposed to drift, and speeding the response widens, not narrows, the dangerous gap.

T5 — Sanity-Check Cost versus Silent Failure (measurement). Wrapping a cue with a divergence sanity-check catches decoupling, but the check requires some independent read on the outcome the cue is a proxy for — and if the outcome were cheaply observable, the proxy would not have been needed. The failure mode is assuming a sanity-check is free, then discovering the only available ground truth is the very outcome the cue was standing in for, unobservable at decision time. Diagnostic: ask what independent signal the sanity-check keys on, and whether it is itself a proxy that can decouple. The prime's third remedy is real but not free; a divergence check needs a second channel to the outcome, and where none exists cheaply, the choice is between expensive verification and accepting silent-failure risk.

T6 — Restore the Coupling versus Accept the New Regime (boundary). "Restore the coupling" (re-engineer the environment so the cue tracks again) is one remedy, but sometimes the coupling broke because the world genuinely and permanently moved, and forcing the old cue to track again is fighting reality. The failure mode is restoration by reflex: stripping the watermark, restoring the landmark, re-pegging the metric — when the better move is to abandon the obsolete cue and re-key the decision on a cue that tracks the new regime. Diagnostic: ask whether the broken coupling can or should be restored, or whether the outcome now correlates with a different observable. The prime offers restore / accelerate / sanity-check, but a fourth option — replace the cue — is sometimes correct; defaulting to restoration can entrench a proxy the world has permanently left behind.

Structural–Framed Character

Cue-outcome decoupling sits just structural-of-center on the structural–framed spectrum — a mixed-structural prime, aggregate 0.3, whose coupling-break structure is substrate-neutral but whose vocabulary and showcase cases carry a behavioral-ecology tint.

Three diagnostics read cleanly structural and anchor the score below center. There is no evaluative weight: a broken cue-outcome coupling is a value-neutral fact about a proxy that no longer tracks its target; whether the persisting cue-following is harmful depends entirely on what the outcome was. The origin is not institutional: the prime is a proxy-and-signal-integrity pattern from systems thinking, not the property of any human institution. And it is substantially not human-practice-bound — the founding cases include sea turtles orienting toward hotel lights (an ecological trap) and machine-learning models under distribution shift, both fully non-human, which is why this criterion reads only 0.5 rather than 1. The two diagnostics that lift the aggregate to 0.3 are vocabulary and import, each at the half mark. The lexicon — "cue," "outcome," "ecological trap" — comes from behavioral ecology and carries that flavor, though the structural claim (a once-reliable coupling broke while the cue-following persists) restates cleanly in security, finance, public health, and navigation. And invoking it half-imports a frame: you bring the proxy-integrity perspective, but you also genuinely recognize a coupling break already present in the world — the cue simply stopped tracking. The substrate-faithful reading is a prime whose coupling-break skeleton is portable, value-neutral, and demonstrably non-human in key cases, scored mixed-structural only because its behavioral-ecology vocabulary and the interpretive proxy-framing leave two half-marks.

Substrate Independence

Cue-outcome decoupling is a strongly substrate-independent prime — composite 4 / 5 on the substrate-independence scale. Its domain breadth is exceptionally wide, earning the full domain score: a cue-tracking mechanism continuing to follow a cue after the cue-outcome coupling has broken recurs across behavioral ecology (hatchling turtles orienting to beachfront hotels, mayflies ovipositing on asphalt — ecological traps), security (phishing exploiting lock-icon and sender cues that once tracked authenticity), finance (historical correlations like the inverted yield curve decoupling at a regime shift), machine learning under distribution shift (a classifier latching onto a scanner watermark — shortcut learning), metric-driven institutions (a proxy decoupling under optimization pressure, the Goodhart case), prosthetics and sensory substitution (a trained cue-to-state mapping broken by surgery), public-health communication, and navigation (drivers following landmarks after roadworks). The structural abstraction sits at 4 rather than 5: the prime has a clean six-element anatomy (cue, outcome, the coupling, the coupling-breaking event, the tracking machinery, the resulting error) that is genuinely medium-neutral, but it carries a commitment to a cue-following agent or system that was tuned to a now-stale correlation, so it is not a wholly bare relation. The transfer evidence is strong (4): the same decoupling structure is documented across these substrates, with the turtle and ML cases sharing the same shortcut-and-shift logic, and the Goodhart variant (where the agent's own optimization drives the decoupling) recognized as a distinct sub-mechanism — broad and concrete transfer, just short of a single formal model carried verbatim.

  • Composite substrate independence — 4 / 5
  • Domain breadth — 5 / 5
  • Structural abstraction — 4 / 5
  • Transfer evidence — 4 / 5

Relationships to Other Primes

One-hop neighborhood: parents above, mutual partners to the right, children below.Cue OutcomeDecouplingsubsumption: Proxy–Target FidelityProxy–TargetFidelity

Parents (1) — more general patterns this builds on

Path to root: Cue Outcome DecouplingProxy–Target Fidelity

Neighborhood in Abstraction Space

Cue Outcome Decoupling sits among the more crowded primes in the catalog (28th percentile for distinctiveness): several abstractions describe nearly the same structure, so a description that fits it will tend to fit its neighbors too — transporting it usually means disambiguating within this family rather than landing on it exactly.

Family — Cue-Outcome Drift & Silent Failure (18 primes)

Nearest neighbors

Computed from structural-signature embeddings · 2026-06-14

Not to Be Confused With

The most precise confusion to draw is with goodharts_law, because Goodhart is named explicitly in this prime's anatomy as the optimization-driven subtype — and the relationship is special-case-to-general, which is exactly why the boundary must be marked. goodharts_law is the specific phenomenon that "when a measure becomes a target, it ceases to be a good measure": an agent under pressure to optimize a proxy drives a wedge between the proxy and the outcome it stood for, through its own optimization. Cue-outcome decoupling is the broader structure in which a cue's coupling to an outcome breaks by any of three mechanisms — adversarial spoofing, exogenous environmental shift, or the agent's own optimization (the Goodhart case). The generalization matters because the three causes demand different defenses, and Goodhart covers only one. A sea turtle orienting toward beachfront hotels is cue-outcome decoupling by environmental shift — no one is optimizing the brightness cue, the coastline simply changed — and Goodhart's "measure became a target" framing does not apply, because the turtle was never targeting brightness as a goal to be maximized. A phishing victim trusting a spoofed padlock is cue-outcome decoupling by adversarial action — an attacker severed the coupling — again outside Goodhart, since no internal optimization pressure caused the break. Only when the agent's own optimization drives the wedge (gaming a metric, a classifier exploiting a spurious training feature) does the Goodhart subtype obtain. Treating every cue-outcome decoupling as a Goodhart problem misdiagnoses two-thirds of the cases and prescribes metric-redesign remedies against adversaries who will spoof the next metric or against a world that has simply moved; treating Goodhart as unrelated misses that it is the optimization-driven member of one structural family with a shared diagnostic.

A second genuine confusion is with learning, the embedding nearest neighbor, and here the relationship is temporal complementarity rather than subspecies. learning is the acquisition phase: a system observes cue-outcome pairings and builds a response well-tuned to the coupling that held during training. Cue-outcome decoupling is the failure phase that comes after: the world the response was learned for changes, the coupling that made the cue informative silently breaks, and the well-learned response now fires into harm. The two are not rivals but consecutive stages of one lifecycle, and the prime's sharpest prediction lives exactly at their seam — more and better learning makes the eventual decoupling worse, not better, because a more sharply tuned response commits harder to the now-meaningless cue (the best-tracking turtles drown first, the sharpest classifier generalizes worst once its spurious feature decouples). This inverts the usual valence of learning: ordinarily more learning is protective, but under a coupling that can break, learning capability becomes risk-amplifying. The confusion does real damage when a practitioner responds to drift by learning harder — retraining the same response, drilling the same vigilance — improving the cue-tracking that is precisely the wrong half of the problem. The discriminating move is the prime's two-part split: ask whether the response needs improvement (a learning problem) or whether the cue's meaning has shifted (a decoupling problem); under decoupling, no amount of better learning of the old coupling helps, because the coupling is gone.

For a practitioner the distinctions order the response to any proxy-driven failure. First apply the prime's two-part diagnostic to separate a learning deficiency (the response is genuinely under-tuned) from a decoupling (the response is fine but the cue's meaning shifted). Then, if decoupling, identify which subtype — and recognize the optimization-driven one as goodharts_law, reserving its metric-redesign remedy for that case while applying authentication to adversarial breaks and re-learning or cue-replacement to environmental ones. The prime's unique contribution is the unification of all three coupling-break mechanisms under one anatomy plus the counter-intuitive warning that capability at tracking the cue is risk, not safety, once the coupling is gone.

Solution Archetypes

No catalogued solution archetypes reference this prime yet.