Reference Standard Decay¶
Core Idea¶
A measuring or validating apparatus depends on a reference standard — a contingent artifact treated as fixed-and-correct — that itself silently drifts on its own clock, while the apparatus keeps scoring against the decayed reference. The numbers stay stable; their meaning moves, invisibly.
How would you explain it like I'm…
The Shrinking Ruler
When the Yardstick Drifts
The Standard That Moved
Broad Use¶
- Machine-learning evaluation: a benchmark label set is revised while models keep scoring against the old artifact and "perform well" on a stale reference.
- Clinical diagnostics: diagnostic criteria drift with each DSM or ICD revision, so longitudinal prevalence compares differently-defined references.
- Accounting and audit: GAAP and IFRS revisions require vintage reconciliation for cross-year comparability.
- Metrology: primary standards drift as physical realizations are redefined — the 2019 SI redefinition is canonical.
- Surveying: spatial datums are updated for tectonic motion, so old-datum positions are silently wrong against the new.
- Software: API contracts drift while consumers keep coding to a stale version.
Clarity¶
Separates three fused failures: apparatus drift (the instrument de-calibrates), target drift (the population changes), and reference decay (the yardstick moves) — each calling for a different fix.
Manages Complexity¶
Compresses gold-standard erosion, DSM-revision drift, and datum updates into one diagnostic — apparatus, reference, reference clock — with repairs that sort cleanly: reference versioning, retrospective audit, parallel-vintage scoring, and bridge studies.
Abstract Reasoning¶
Stability of reported numbers does not imply stability of meaning: detection is impossible from inside, since every internal instrument is traceable to the reference and so cannot see the reference move — only an external audit can.
Knowledge Transfer¶
- Metrology → ML: explicit traceability and versioning port as datasheets for datasets and reference cards.
- Surveying → geospatial systems: datum versioning and bridge transformations port as mandatory coordinate-reference-system metadata.
- Epidemiology → education: comparing prevalence across DSM versions ports as reference-bridging for NAEP and PISA cutoff changes.
Example¶
Until 2019, the kilogram was a platinum-iridium prototype in Sèvres; it drifted tens of micrograms over a century, so the unit itself changed while every balance faithfully read "kilograms" — invisible until inter-comparison of the prototypes (an external audit) revealed it, and repaired by re-grounding the kilogram on the Planck constant.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Reference Standard Decay is a kind of Proxy-Target Divergence — Both are "an apparatus keeps scoring against a silently-drifted standard" failures. reference_standard_decay = the YARDSTICK drifts on its own clock (no optimization), invisible from inside, surfaceable only by external audit. proxy_target_divergence is the umbrella indexed by HOW the proxy- target basis broke — and "instrument drift / sensor drift / semantic shift" is explicitly one of its named decoupling mechanisms. reference_standard_ decay is precisely the reference-side / drift-mechanism instance of that umbrella, so child_of proxy_target_divergence fits. Medium conviction: the file carefully severs goodharts_law (optimization vs silent revision) and record_reality_divergence (a stale data point vs a moving unit-of-measure), so do NOT connect to those; the genus is the divergence umbrella, of which drift is a mechanism. Its links instrument_interpretive_drift / record_reality_divergence are siblings. If the family consolidates under proxy_target_fidelity (see proxy_target_divergence record), retarget there.
Path to root: Reference Standard Decay → Proxy-Target Divergence → Proxy–Target Fidelity
Not to Be Confused With¶
- Reference Standard Decay is not Record Reality Divergence because that is a cached value falling out of sync — one wrong number among many right ones — whereas a decayed reference makes all measurements wrong together in a correlated way.
- It is not Signal Decay and Fadeout because signal decay is the measured quantity weakening, whereas reference decay leaves the signal strong and shifts the standard it is scored against.
- It is not Calibration because calibration aligns an apparatus to a reference, whereas reference decay is the reference itself moving — recalibrating to a drifted standard entrenches the error.