Lag Structure And Feedback Loop Identification¶
Map which past states influence the present, how long those influences lag, and which delayed feedback paths cause recurrence.
The Diagnostic Story¶
Symptom: The system keeps producing the same failure, relapse, spike, or conflict at recognizable intervals, yet each recurrence is treated as a surprise or as an independent event. Interventions appear to have no effect — then suddenly overshoot because more actions were taken while the first response was still in transit. Experienced operators add informal lag adjustments that are never written down, and metrics are reviewed at a cadence that systematically misses the actual recurrence interval.
Pivot: Build a temporal dependency map that links present state to prior states, traces the length and distribution of relevant lags, and identifies which delayed feedback paths are producing the recurrence. Separate measurement delay from process delay from approval delay. Once the lag structure is visible, control and monitoring decisions can be timed to the actual response horizon rather than the apparent one.
Resolution: Recurring events become predictable enough to monitor or prevent earlier, and delayed feedback stops being mistaken for no feedback. Control actions become less prone to oscillation and late overcorrection because decision makers can see what is already in the pipeline. Incident reviews preserve temporal dependency rather than treating each event as isolated.
Reach for this when you hear…¶
[supply chain] “We ordered more because nothing arrived, then three shipments landed at once — we did not account for the six-week lead time before pulling the trigger again.”
[clinical medicine] “The patient relapsed at week eight every time, and we kept treating it as a new episode instead of asking what the eight-week cycle was.”
[policy implementation] “The regulation took effect two years ago and the compliance rate is still climbing — we are evaluating it too early and the headline number does not mean it failed.”
Mechanisms / Implementations¶
- autoregressive_dependency_map
- causal_loop_diagram_with_delay_marks
- cross_lagged_dependency_review
- delay_compensation_tuning_sheet
- distributed_lag_model
- feedback_latency_monitor
- impulse_response_trace
- Lag-Correlation Matrix: Correlates each variable against time-shifted copies of itself and others, so a relationship that shows up only at a delay — a lead or a lag — stops being averaged into zero.
- recurrence_interval_histogram
- temporal_precedence_screen
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (1)
- Recurrence: The property by which a state, event, or value reappears across time or iterations because the present state depends on prior states, distinct from mere repetition by its measurable lag structure.
Also references 23 related abstractions
- Causality: Cause-effect relationships.
- Collective Memory: Shared narratives.
- Complexity: Measures system intricacy.
- Controllability: Ability to steer system.
- Damping: Reduce oscillations.
- Feedback: Outputs influence inputs.
- Feedback: Outputs influence inputs.
- Homeostasis: Maintain internal stability.
- Hysteresis: Path dependence.
- Iteration: Repeats steps to refine outcomes.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Control Delay Compensation Lag Mapping · domain variant · recognized
A control-systems variant that identifies response delays so controllers do not overreact, oscillate, or correct too late.
Econometric Time-Series Lag Specification · domain variant · recognized
A modeling variant that specifies which lagged variables belong in a time-series explanation or forecast.
Habit Recurrence Feedback Mapping · domain variant · recognized
A behavioral variant that maps how cues, rewards, delays, and prior repetitions cause a habit or relapse pattern to recur.
Organizational Feedback Latency Mapping · domain variant · recognized
An organizational variant that identifies reporting, decision, approval, and learning delays that cause recurring failures or slow correction.
Transmission Lag Recurrence Mapping · domain variant · recognized
A propagation variant that maps exposure, incubation, reporting, and secondary-effect lags so recurrence waves are not mistaken for independent events.
Ecological Population Lag-Cycle Mapping · domain variant · recognized
An ecological variant that maps delayed predator, prey, resource, or seasonal responses that create recurring population cycles.