Reference Cadence Exceeds Tracking Bandwidth¶
Core Idea¶
When the reference a closed-loop system must follow changes faster than the system's closed-loop bandwidth, the controlled variable cannot settle: persistent lag-and-overshoot error follows that no increase in effort can close, because the binding constraint is the reference's inflow rate, not the tracker's exertion.
How would you explain it like I'm…
Chasing the Jumpy Dot
Can't Catch The Moving Target
Outrunning the Tracker's Bandwidth
Broad Use¶
- Control engineering (origin): a position command changing faster than actuator bandwidth lags and accumulates error.
- Cognition: attention switched faster than working-memory consolidation leaves no item fully consolidated.
- Physiology: thermoregulation and glucose homeostasis have bandwidths that fast disturbances exceed.
- Public policy: voter preferences shifting against multi-year electoral cycles leave policy attached to stale preferences.
- Markets: millisecond order flow against second-scale price discovery produces microstructure noise.
- Machine learning: data distributions drifting faster than the retraining cadence leave models permanently stale.
- Software: requirements churn against a slower delivery loop produces perpetual rework.
Clarity¶
Separates three failures ordinary language fuses: executor underperformance (too slow at its bandwidth), forecast error (wrong thing, right speed), and bandwidth mismatch (right thing, right speed, reference too fast) — each demanding a different remedy.
Manages Complexity¶
Compresses requirements churn, concept drift, and voter-preference lag into one diagnostic — tracker, bandwidth, reference spectrum — with three intervention classes: slow the reference, increase the bandwidth, or accept the residual.
Abstract Reasoning¶
Low-frequency tracking success is visible while high-frequency failure masquerades as jitter or noise; the diagnostic move is to inspect the spectrum of the tracking error — energy concentrated above the bandwidth signals mismatch, not a tuning fault.
Knowledge Transfer¶
- Servo control → agile software: the bandwidth-versus-cadence diagnostic became the analytical frame for delivery against requirements churn.
- Control → climate strategy: that policy-target revision outpaces rebuild cycles ported the framing with its "slow the reference" recommendation intact.
- Across substrates: the cheapest fix flips by medium — raise bandwidth in software, slow the reference in infrastructure — the same diagnosis yielding opposite prescriptions.
Example¶
A servo loop with a 10 Hz rolloff is commanded at 50 Hz: the shaft physically cannot follow, cranking up gain only makes the loop ring, and a Fourier transform of the error shows energy concentrated above 10 Hz — the spectral proof that the failure is bandwidth mismatch, not a sluggish controller.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Reference Cadence Exceeds Tracking Bandwidth presupposes Feedback — A specific FAILURE of a closed feedback loop: when the reference signal varies faster than the loop's bandwidth, irreducible lag-and-overshoot follows. Presupposes a feedback loop (the file: 'the bandwidth concept requires a closed loop').
Path to root: Reference Cadence Exceeds Tracking Bandwidth → Feedback
Not to Be Confused With¶
- Reference Cadence Exceeds Tracking Bandwidth is not Signal Decay and Fadeout because decay is a signal weakening toward zero, whereas here the reference is strong but moving too fast — a loss of synchrony, not amplitude.
- It is not Homeostasis because homeostasis assumes a slow-moving setpoint the regulator rejects disturbances around, whereas this prime is the regime where the setpoint itself outruns the loop.
- It is not Attentional Capacity because capacity is a finite resource shared across demands relieved by adding capacity, whereas bandwidth is a rate limit on one reference that more parallel resources cannot raise.