Intervention Stack Accretion¶
Core Idea¶
A system accumulates a growing set of concurrently active interventions, each justified at add-time, whose joint cost grows super-linearly and whose removal is structurally harder than their addition. Three commitments drive it: asymmetric add/remove costs, combinatorial interaction (the \(2^N\) joint-effect space), and constituency formation around each intervention.
How would you explain it like I'm…
The Pile Only Grows
Easy to Add, Hard to Remove
The One-Way Fix Ratchet
Broad Use¶
- Clinical medicine: polypharmacy — medications accumulate until interactions and prescribing cascades exceed any single drug's benefit.
- Regulation and law: rules accrete across administrations; sunset clauses exist because the default is monotonic accretion.
- Software: feature flags, dependency stacks, and observability layers accrete into technical debt.
- Security: defence-in-depth controls accrete into alert fatigue and conflicting requirements.
- Organisations: change programmes, OKRs, and training mandates accrete into "initiative fatigue."
- Curricula and tax codes: required courses or exemptions accrete until the combined whole is unworkable.
Clarity¶
It separates intervention quality from intervention quantity: each item can be individually positive while the joint stack is net-negative.
Manages Complexity¶
It names three designable quantities — the add/remove asymmetry, the interaction matrix, and the constituency — and identifies a distinct named inverse-operation as the only force countering the ratchet.
Abstract Reasoning¶
It trains the reasoner to ask, at add-time, what evidence will be required to remove this later, how cost scales with the interaction matrix, which constituency will form, and whether a named inverse-operation exists.
Knowledge Transfer¶
- Pharmacy → software: deprescribing protocols are the same move as refactor sprints and deprecation policies.
- Software → law/curriculum: the "debt" metaphor and its instruments (budget, scheduled paydown) port to regulatory and curricular debt.
- Medicine → security: Beers-style "controls of concern" lists are a direct port of evidence-based deprescribing criteria.
Example¶
A patient starting at 55 on one antihypertensive accumulates a statin, an SSRI, a PPI for drug-triggered reflux, a benzodiazepine for SSRI-induced insomnia, and more — until at 75 they are on eleven drugs, several treating other drugs' side effects, removed only by a deliberate deprescribing review.
Relationships to Other Abstractions¶
Current abstraction Intervention Stack Accretion Prime
Parents (1) — more general patterns this builds on
-
Intervention Stack Accretion is a kind of Ratchet Effect Prime
Intervention Stack Accretion is a specialization of Ratchet Effect, retaining the parent's defining structure while adding the child's specific commitments.
Children (1) — more specific cases that build on this
-
Technical Debt Prime is a kind of, typical Intervention Stack Accretion
Technical Debt is typically a specialization of Intervention Stack Accretion, retaining the parent's defining structure while adding the child's specific commitments.
Hierarchy paths (3) — routes to 3 parentless roots
- Intervention Stack Accretion → Ratchet Effect → Path Dependence → Dependency
- Intervention Stack Accretion → Ratchet Effect → Path Dependence → Collingridge Dilemma
- Intervention Stack Accretion → Ratchet Effect → Path Dependence → Time
Not to Be Confused With¶
- Intervention Stack Accretion is not Ratchet Effect because a bare ratchet names only directional asymmetry, whereas this prime adds discrete interventions, combinatorial interaction, and constituency formation.
- Intervention Stack Accretion is not Lock-in because lock-in is per-item reversal cost, whereas accretion's distinctive content is the additive accumulation across many items and their super-linear joint cost.
- Intervention Stack Accretion is not Cascade because a cascade is a trigger pattern (one event causing the next), whereas accretion is the accumulated state and many additions are independent.