Rebound Effect¶
Core Idea¶
A system adapts to a sustained suppressor by upregulating the very process being suppressed; when the suppressor is removed faster than that compensation decays, the now-unopposed compensation drives the process past its baseline in the opposite direction. Removing a "fix" can make the original problem reappear worse, purely from the system's adaptive response to the fix.
How would you explain it like I'm…
Bounce-Back Ball
When the Fix Backfires
Overshoot After Withdrawal
Broad Use¶
- Pharmacology: rebound hypertension on abrupt beta-blocker withdrawal, rebound insomnia after benzodiazepine cessation.
- Psychology: thought-suppression rebound and post-diet weight regain.
- Policy and economics: post-austerity inflationary spikes; the efficiency rebound where cost drops induce offsetting usage.
- Ecology: predator removal triggering prey overshoot; fire suppression followed by fuel-driven megafires.
- Software: a traffic surge beyond steady-state when a rate limit lifts and queued retries fire together.
- Monetary policy: inflation-expectation rebound on exiting a sustained low-rate regime.
- Organizations: a burst beyond the no-freeze counterfactual when a strict hiring or spending freeze is lifted.
Clarity¶
Makes visible that cessation is itself an intervention and that the system you remove a treatment from is not the system you applied it to — it has adapted — so withdrawal is a separate dynamic event with a predictable overshoot.
Manages Complexity¶
Decomposes a "backfire" puzzle into three transferable questions: what compensation built up, what is its decay timescale relative to removal, and what protective regime (taper, replace, substitute) keeps the system within bounds.
Abstract Reasoning¶
Reveals that the withdrawal trajectory is governed by the compensator's state at the moment of removal, not by the counterfactual no-intervention path — the open-loop response of an over-compensated plant.
Knowledge Transfer¶
- Pharmacology → software: "taper, don't stop abruptly" maps from a beta-blocker to gradually raising a rate-limit ceiling so queued retries do not fire at once.
- Measurement: "measure the compensation" maps from quantifying receptor upregulation to monitoring backoff-queue depth as the leading indicator of rebound amplitude.
- Anticipation: "pre-mitigate" maps from staffing a post-freeze hiring burst to buffering supply ahead of released demand.
Example¶
A web service lifts a month-long rate limit; the suppressor vanishes in milliseconds but the queued exponential-backoff retries do not, firing together in a thundering herd that spikes traffic to several times baseline and can topple the very database the limiter protected.
Relationships to Other Primes¶
Parents (2) — more general patterns this builds on
- Rebound Effect is a kind of Constraint Release — Both files agree on a genus-species relation. constraint_release calls rebound_effect "the specific subspecies where the system had adaptively responded to the constraint... adaptation-driven rebound is only one of its cases," and frames itself as "the broader class." rebound_effect's file is consistent (the overshoot-on-withdrawal transient, of which the general revealed-baseline release may stabilize/oscillate/run-away). Direction verified: the general unmasking prime subsumes the adaptive-transient case. rebound_effect is a real candidate slug and the listed cross-ref. NOT a reparent to cascade (the 0.886 nearest — propagation vs unmasking, explicitly severed). Note: release_from_controlling_context (other cross-ref) is a lateral sibling (actor-moves-to-constraint-free-context, joint- attribution error), left untouched.
- Rebound Effect presupposes Stressor Induced Adaptation — Rebound presupposes the compensation built up by stressor_induced_adaptation: 'adaptation is the prerequisite; rebound is the transient when the suppressor is removed faster than the compensation decays.' The build-up phase is its precondition (the 0.89 nearest).
Children (1) — more specific cases that build on this
- Jevons Paradox is a kind of Rebound Effect — The file: Jevons is the super-rebound special case of the general rebound_effect (rebound above 100%, total use rises). Jevons is the sign-flipping child of the rebound family. rebound_effect is a candidate (CAND-R2-109-05).
Path to root: Rebound Effect → Constraint Release
Not to Be Confused With¶
- Rebound Effect is not Stressor-Induced Adaptation because that prime is the build-up of compensation during stress, whereas rebound is the overshoot on withdrawal once the unopposed compensation outlives the stressor.
- Rebound Effect is not Tolerance because tolerance is the reduced effect during treatment, whereas rebound is the opposite-direction overshoot after cessation.
- Rebound Effect is not Regression to the Mean because regression is a statistical return toward average, whereas rebound is a causal excursion past baseline driven by a real compensator, scaling with suppression duration.