Runaway Feedback Damping¶
Control loop — instantiates Compounding Control
Attenuates reinforcing signals, escalation loops, or attention loops before they amplify into systemic instability.
Runaway Feedback Damping is an automatic control loop that watches a self-reinforcing signal and injects attenuation the instant its round-trip gain threatens to exceed one. Its defining move is continuous, in-loop action: unlike a policy set once at origination, it sits inside the feedback path, measuring loop gain in real time and pushing back proportionally, plus a brief enforced cooldown when the loop starts to run away. Any system where an output feeds back to amplify its own input — a signal into a signal — will scream toward instability the moment that loop gain passes unity; damping is the negative counter-force that keeps the product of the round-trip below one so the reinforcement decays instead of exploding.
Example¶
A live sound engineer knows the sound: a microphone picks up its own amplified output from the speakers, re-amplifies it, and within a second the room is a rising howl — each pass through the loop multiplying the last, the acoustic version of a runaway. A modern feedback suppressor is the damping control loop. It continuously measures the emerging ring — a narrow frequency whose amplitude is climbing pass over pass, the leading signal that loop gain is nearing one — and drops a notch filter onto exactly that frequency, cutting the loop's gain right where it is about to exceed unity. If the ring persists it briefly pulls overall gain down, a short cooldown that lets the loop lose energy before restoring level. The squeal never forms; the useful sound is barely touched. The same shape governs an outrage-amplification loop online or an escalating argument — detect the rising reinforcement, attenuate at the source, impose a brief cooldown when it spikes.
How it works¶
- Meter the loop gain. The controlled quantity is the round-trip amplification — how much each pass multiplies the last — not the absolute output level.
- Detect the rising reinforcement early. A leading signal (a frequency amplitude climbing, an escalation velocity) fires before the loop is audibly or visibly out of control.
- Attenuate proportionally, in-loop. Damping is applied continuously at the point of reinforcement, sized to the excess gain, so the loop's multiplier is pulled back under one.
- Enforce a brief cooldown on spikes. When the loop surges, a short forced slowdown lets stored energy dissipate before full response is restored, preventing immediate re-ignition.
Tuning parameters¶
- Damping gain — how hard the loop pushes back per unit of excess. High gain kills runaway fast but can over-attenuate and gut the useful signal; low gain preserves signal but reacts sluggishly.
- Detection sensitivity — how faint a rising reinforcement trips the response. Sensitive catches howl before it forms but chases false alarms; sluggish waits until instability is well underway.
- Cooldown length — how long the enforced slowdown holds after a spike. Longer guarantees the loop de-energizes but mutes legitimate activity; shorter stays responsive but risks re-ignition.
- Response bandwidth — how narrowly the attenuation is targeted (a single notch vs. broadband cut). Narrow spares the signal but can be evaded as the loop shifts; broad is robust but blunt.
When it helps, and when it misleads¶
Its strength is speed and selectivity: because it lives inside the loop and acts on gain, it can neutralize a runaway in the fraction of a cycle before it becomes systemic, while touching the healthy signal as little as possible. It is the right tool exactly when the danger is reinforcement, not volume.
Its central failure mode is over-damping: crank the gain or widen the response and the loop dies, but so does the signal it was carrying — the notch that kills the howl also hollows out the music, the moderation that kills the pile-on also flattens genuine discussion.[n1] The classic misuse is treating every rise as a runaway, so the damper suppresses beneficial reinforcement (a legitimately trending idea, a warranted escalation) along with the harmful kind — the archetype's "overbroad damping." The guarding discipline is to target the attenuation as narrowly as the loop allows and to protect the beneficial loop the design is meant to leave running.
How it implements the components¶
damping_rule— its core action: proportional, in-loop attenuation applied at the point of reinforcement to hold round-trip gain under one.cooldown_period— a brief enforced slowdown after a spike lets the loop dissipate energy before full response resumes.compounding_metric— it meters loop gain / reinforcement velocity, the multiplicative quantity, rather than absolute output.early_warning_signal— a rising-reinforcement detector trips before the loop is overtly unstable.
It does not implement a growth_cap fixed once at origination — that static ceiling is Interest Cap's role — nor a counter_compounding_investment that builds opposing capacity, which is Decay Countermeasure Program's contribution.
Related¶
- Instantiates: Compounding Control — it governs a reinforcing-loop compounding pathway from inside the loop, in real time.
- Sibling mechanisms: Interest Cap · Anti-Snowball Intervention · Epidemic Growth Control · Concentration Limit · Technical Debt Paydown Cadence · Decay Countermeasure Program · Progressive Friction
Editorial Notes¶
Form Classification¶
Form family: Control, Automation & Runtime
Rationale: Runaway Feedback Damping operates as a live operational control that automatically routes, enforces, adapts, or responds during execution because it attenuates reinforcing signals, escalation loops, or attention loops before they amplify into systemic instability.
Independent corroboration: The frozen evidence defines Runaway Feedback Damping as 'Attenuates reinforcing signals, escalation loops, or attention loops before they amplify into systemic instability', so its operative form is Control, Automation & Runtime.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Systems Thinking & Cybernetics
Origin pattern: Single lineage
Present-day reach: Universal
Rationale: Attenuating reinforcing loops before instability is canonical cybernetic control.
Related originating lineages:
- Engineering & Design — Engineering design, reliability, and systems-safety practice supplies a parallel or contributing lineage for the mechanism's defining operation: attenuates reinforcing signals, escalation loops, or attention loops before they amplify into systemic instability.
Review resolution: Both blind reviewers agree that systems_cybernetics is the primary historical origin. Explicit reconciliation of domain_reach_disagreement, encyclopedia_synthesis_disagreement starts from reviewer_a's mechanism-specific evidence: Attenuating reinforcing loops before instability is canonical cybernetic control. Reviewer A proposed alternates=engineering_design, origin_mode=single_lineage, domain_reach=universal, and encyclopedia_synthesis=false; reviewer B proposed alternates=engineering_design, origin_mode=single_lineage, domain_reach=multi_domain, and encyclopedia_synthesis=true. The final record retains every independently supported alternate from either review (engineering_design) without an arbitrary cap, selects origin_mode=single_lineage to represent the combined lineage evidence, and records domain_reach=universal and encyclopedia_synthesis=true. Present-day transfer is recorded as reach and is not treated as proof of historical origin.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] The Larsen effect — the acoustic feedback howl that arises when a microphone re-amplifies its own output, named for the Danish physicist Søren Larsen. It is a textbook reinforcing loop: sustained oscillation appears precisely when round-trip loop gain reaches one, which is why damping is framed here as holding that gain below unity. ↩