Feedforward¶
Core Idea¶
Feedforward is the structural arrangement in which a system supplies predictive information about the consequences of an action before the action is committed, so that the actor can pre-correct rather than wait for a deviation to feed back. Where feedback closes a loop after output is realized — sense the error, then adjust — feedforward opens a window of cheap pre-commitment correction based on a model of what the action will produce. The correction is shifted from the reactive arc (deviation-and-recovery) to the anticipatory arc (model-consequence-and-adjust). The essential commitment is that a predictive model is interposed between intention and irrevocable commitment: the actor acts on the modeled consequence of the action rather than on the realized consequence.
Every feedforward arrangement specifies four elements. There is an actor with an action available but not yet committed; a measurable or modelable disturbance or consequence whose effect can be anticipated; a predictive model mapping intended action and disturbance to expected outcome; and a pre-action correction channel that modifies the action based on that prediction. A residual feedback loop typically remains, catching whatever the model missed. The pattern is licensed by an asymmetry of cost: a model of the consequence-of-action, computed before the action, is often vastly cheaper than the realized error it averts. The substrate of the prediction is incidental — it may live in a controller, an interface, a forecast document, or a brain — and what matters structurally is only that a model is placed upstream of commitment, where it can still change the action.
How would you explain it like I'm…
Catch It Early
Brace Before the Bump
Predict-Then-Act
Structural Signature¶
the actor with an uncommitted action — the measurable or modelable disturbance — the predictive model mapping action to expected outcome — the pre-action correction channel upstream of commitment — the residual feedback loop catching the unmodeled — the cost-asymmetry that licenses the model, gated by model accuracy
The pattern is present when the following components are jointly in play:
- The actor with an available-but-uncommitted action. A party holding an action it has not yet irrevocably taken. The correction must be possible while the action can still change.
- The disturbance or consequence (the anticipable quantity). A measurable or modelable influence whose effect on the outcome can be predicted before it is realized.
- The predictive model (the interposed element). A mapping from intended action and disturbance to expected outcome, placed upstream of commitment. Its substrate — controller, interface, forecast, brain — is incidental; its placement is the pattern.
- The pre-action correction channel. A path that modifies the action on the basis of the prediction, shifting correction from the reactive arc (deviation-and-recovery) to the anticipatory arc (model-and-pre-commit).
- The residual feedback loop. A retained after-the-fact loop catching whatever the model missed; feedforward and feedback compose as complements partitioned by which disturbances are measurable in advance.
- The accuracy-gated cost-asymmetry invariant. Pre-correction pays only when a model of the consequence is cheaper than the realized error and accurate enough that pre-correcting beats not correcting; an inaccurate model injects bias worse than none.
Composed, these interpose a predictive signal between intention and irrevocable commitment, routing the measurable share of disturbance through a model placed upstream and leaving the residual to feedback.
What It Is Not¶
- Not feedback.
feedbackcorrects after a deviation is realized by routing measured output back to the input; feedforward corrects before commitment using a model of the action's consequence. The arrows differ — feedback closes a loop on realized error, feedforward opens a window of anticipatory pre-correction. - Not prediction itself.
foreseeing_predictionis the model that forecasts a consequence; feedforward is the structural placement of that model upstream of irrevocable commitment, where it can still change the action. A forecast that arrives after the action commits is prediction without feedforward. - Not foresight.
foresightis the broad capacity to anticipate; feedforward is a specific loop topology that interposes an anticipatory correction channel between intention and commitment. Foresight is a disposition; feedforward is a control structure. - Not predictive coding.
predictive_codingis a particular neuroscientific theory in which the brain propagates prediction errors up a hierarchy; feedforward is the substrate-neutral pattern of placing a consequence-model upstream of action, of which predictive coding's forward model is one biological instance.[1] - Not learning.
learningupdates an internal model from experience; feedforward uses a model to pre-correct an action. They interact — error data validates the forward model — but using a model upstream is not the same as revising it. - Not a learning curve.
learning_curve_effectsdescribe performance improving with cumulative practice; feedforward is a real-time control arrangement, not an effect of accumulated repetition. - Common misclassification. Treating a faster or tighter feedback loop as feedforward. If correction still waits for the output to deviate before acting, no model has been placed upstream and the system is doing feedback, however responsive. Catch it by asking whether the disturbance is knowable — and the action still changeable — before commitment.
Broad Use¶
- Control engineering. A feedforward controller measures a disturbance (incoming load on a heater, raw-material temperature) and adjusts the actuator before the disturbance moves the controlled variable, avoiding the lag inherent in pure feedback.
- Human-computer interaction. Interfaces surface the consequence of a hover, drag, or click before commitment: preview thumbnails, "this will delete 37 files" dialogs, dry-run modes.[2] The user predicts the outcome from the interface rather than from experiencing the action.
- Organizational planning and governance. Pre-mortems, environmental-impact statements, and budget projections give decision-makers a model of downstream consequence before resources are committed.[3]
- Training and instruction. A worked example, a model performance, or a simulator run shown before the learner attempts the task moves the cost of errors from recovery to pre-commitment.
- Neuroscience and motor control. Efference-copy and forward-model circuits predict the sensory consequences of intended motor commands, letting the system distinguish self-caused from externally caused signals and pre-tune the actuator.[4]
- Software operations. A deployment system runs a dry-run plan (feedforward) before applying a change; a monitoring system (feedback) catches whatever the dry-run missed.
Clarity¶
Feedforward names a class of corrections that are otherwise mistaken for "just better feedback." It separates two question-types that look similar but call for opposite interventions: what happened? (feedback) and what will happen if I do this? (feedforward). Once a designer holds the distinction, redundant feedback-loop remediation — faster sensors, tighter gains, quicker reporting cadence — gets reframed as a possible feedforward gap, because the latency cost of learning by error can sometimes be eliminated outright by predicting before commitment rather than reacting faster after it.
The framing also disciplines a recurrent diagnosis. When users repeatedly trigger irreversible actions they regret, the clarifying move is to recognize that the remedy is not a faster undo (better feedback) but a preview (feedforward). When a planning process discovers risks only after commitment, the remedy is a pre-mortem or impact statement, not a faster reporting cycle. The viewpoint shift — from deviation-and-recovery to model-and-pre-commitment — is what makes these reframings available.
Manages Complexity¶
Pure feedback systems must absorb every disturbance through the controlled variable, which requires fast actuators, tight loop gains, or tolerance of overshoot. Feedforward decomposes the disturbance problem along a clean seam: measurable disturbances are pre-corrected with an open-loop model, while unmeasurable residuals are left to feedback. The whole problem becomes the sum of two simpler problems, each solved with the cheapest mechanism appropriate to it. The same decomposition recurs across substrates — pre-mortems (measurable risks pre-mitigated, residual risks watched live), worked-example pedagogy (predictable pitfalls pre-warned, residual misconceptions caught by formative feedback), and UI design (preview catches the predictable, undo catches the residual).
The compression also relocates where preparation lives. Instead of provisioning the reactive loop to handle the full disturbance budget, the system invests in a model that handles the predictable share up front. This is leverage precisely when prediction is cheaper than recovery and the model is accurate enough to help — and the frame makes that condition explicit rather than assumed.[5]
Abstract Reasoning¶
Feedforward exposes an asymmetry of information cost: the price of a consequence-of-action model computed before the action is often far below the cost of the realized error, which is what makes interposing the model worthwhile. This unlocks reasoning about where the model lives — in the controller, the interface, the forecast, the cerebellum — while holding the structural role of the model constant across all of them. The substrate of the prediction is incidental; the pattern is the placement of a predictive signal upstream of irrevocable commitment, where it can still change the action.
The abstraction also exposes its own failure mode with equal clarity. An inaccurate feedforward model injects systematic bias that the residual feedback loop must then correct, which can be worse than no feedforward at all. So the porting question always includes a sharp test: is the predictive model accurate enough that pre-correction improves on no correction? Reasoning at this level distinguishes feedforward from prediction itself (prediction is the model; feedforward is the structural placement of that model upstream of action) and from feedback (which corrects after the fact), and treats the two loops as complements whose right balance depends on which disturbances are measurable in advance.
Knowledge Transfer¶
The structure transfers as a portable set of role mappings and interventions. The roles hold steady across domains: the predictive model maps to the feedforward controller, the preview interface, the forecast document, the brain's forward model; the disturbance maps to the upstream load, the user's intended action, the anticipated risk, the intended motor command; the pre-action correction channel maps to the actuator adjustment, the dialog that alters the click, the plan revision, the pre-tuned actuator; and the residual feedback loop maps to the monitor, the undo, the live risk watch, the sensory check that catches what the model missed.
The interventions travel as a recognizable playbook. If a feedback loop is too slow, ask what disturbances are measurable upstream that could be pre-corrected. If users repeatedly trigger irreversible actions they regret, add a preview rather than a faster undo. If a training program over-relies on learning-from-mistakes, insert worked examples or simulators to shift cost from error-recovery to pre-commitment correction. If a planning process discovers risks only after commitment, install a pre-mortem or impact statement rather than tightening the reporting cadence. Each transfer carries the same accuracy caveat — a bad feedforward model is worse than none — so the porting move always pairs the intervention with a check on model quality. The unifying residue, which survives the strip-the-jargon test, is a predictive signal interposed between intention and commitment: in HCI it surfaces as affordance preview, in governance as impact assessment or pre-mortem, in neuroscience as efference copy, but the loop topology and its asymmetric-cost rationale are identical.[6] Because the pattern pairs naturally with feedback — most well-designed systems run both, feedforward handling the measurable disturbances and feedback the residual — the transferable diagnostic is always to ask which share of the disturbance is predictable in advance and to route that share through a model placed upstream of commitment.
Examples¶
Formal/abstract¶
A heat exchanger with a feedforward controller is the canonical control-engineering instance, and it exhibits every role end-to-end. The actor with an uncommitted action is the steam-valve actuator that has not yet set its position; the measurable disturbance is the inlet temperature of the cold process fluid, sensed upstream of the exchanger before it perturbs the controlled outlet temperature. The predictive model is an energy-balance equation: given the inlet temperature and flow rate, it computes the valve opening required to hit the outlet setpoint.[5] The pre-action correction channel drives the valve to that opening before the cold slug reaches the heat-transfer zone — so the disturbance is cancelled in anticipation rather than after the outlet has already drifted. The residual feedback loop is a conventional outlet-temperature controller that trims whatever the energy-balance model got slightly wrong (fouling, unmodelled losses).[5] The cost-asymmetry that licenses the model is the lag: pure feedback must wait for the outlet to deviate, and the exchanger's thermal mass makes that lag long and the recovery expensive, whereas the inlet-temperature measurement is available immediately and the model is cheap to evaluate. The accuracy gate is sharp and worth stating: if the energy-balance model is biased (wrong heat-transfer coefficient), the feedforward term injects a systematic error the feedback loop must then fight — worse than no feedforward at all. The diagnosis this enables: when an outlet temperature oscillates because feedback cannot keep up with inlet swings, the fix is not a faster sensor but a feedforward term on the measurable inlet disturbance.
Mapped back: The valve is the uncommitted action, inlet temperature is the measurable disturbance, the energy balance is the predictive model, the pre-set valve position is the upstream correction, and the outlet trim controller is the residual feedback — with model bias the accuracy-gate failure.
Applied/industry¶
A destructive-action confirmation dialog and an organizational pre-mortem instantiate the same upstream-model structure in software and governance. When a user clicks "delete," a well-designed interface interposes a predictive model of the consequence — "this will permanently delete 37 files, including 4 shared with others" — before the action commits.[2] The actor with an uncommitted action is the user mid-click; the disturbance is the user's own intended action whose full consequence they have not computed; the pre-action correction channel is the dialog's Cancel button, which lets the action change while it still can; the residual feedback loop is undo, catching whatever the preview did not convey. The cost asymmetry is stark: rendering a preview is cheap, whereas recovering from an irreversible deletion is expensive or impossible — which is exactly why the prime's diagnostic says the remedy for regretted irreversible actions is a preview (feedforward), not a faster undo (better feedback). The governance parallel: a pre-mortem asks a team to imagine the project has already failed and to model the consequences before resources are committed, surfacing predictable risks (the measurable disturbances) for pre-correction, while live risk monitoring (the residual feedback) catches the rest.[3] The accuracy gate appears here too: a pre-mortem built on a bad causal model of the project injects false confidence or false alarm, so the predictive model's quality gates the value of the exercise — the same caveat that governs the heat-exchanger feedforward term.
Mapped back: The delete-dialog preview and the pre-mortem are predictive models placed upstream of commitment; the click and the resource decision are the uncommitted actions; Cancel and the risk-mitigation step are the pre-action corrections; undo and live monitoring are the residual feedback loops.
Structural Tensions¶
T1 — Anticipatory versus Reactive Correction (temporal, boundary with feedback). Feedforward corrects before commitment; feedback corrects after deviation; the two are complements partitioned by which disturbances are measurable in advance, and confusing which arc a problem belongs on yields the wrong remedy. The failure mode is treating a feedforward gap as a feedback-tuning problem — chasing faster sensors and tighter gains when the latency could be eliminated outright by predicting before acting (or, inversely, modeling an unmeasurable disturbance that only feedback can catch). Diagnostic: ask whether the disturbance is knowable before the action commits; if yes, pre-correct; if it is only knowable after the fact, no model placement helps and feedback is the only arc available.
T2 — Model Accuracy versus No Model (sign-flip). Pre-correction helps only when the predictive model is accurate enough that acting on it beats not correcting; below that threshold the feedforward term injects systematic bias that feedback must then fight, making it worse than none. The value of the move flips sign with model quality. The failure mode is adding feedforward reflexively — a pre-mortem on a bad causal model, a controller with a wrong coefficient — and degrading a system that pure feedback handled adequately. Diagnostic: before installing feedforward, test whether the model's predictions beat the realized error it aims to avert; an unvalidated forward model is a bias generator, not a correction.
T3 — Cost of Modeling versus Cost of Recovery (measurement asymmetry). The pattern is licensed by an asymmetry — modeling the consequence is cheaper than recovering from the error — but that asymmetry is an empirical claim that does not always hold. When the model is expensive to build and maintain and the realized error is cheap to recover from, feedforward is net-negative effort. The failure is mounting elaborate preview or forecast machinery for actions whose mistakes are trivially reversible, paying more for prediction than the errors would ever cost. Diagnostic: compare the standing cost of the model against the expected cost of the deviations it averts; feedforward earns its place only when recovery is expensive or irreversible relative to prediction.
T4 — Predictable Share versus Residual Share (scopal partition). Feedforward handles the measurable disturbances; an irreducible residual — fouling, unmodeled losses, novel conditions — must be left to feedback, and the partition between the two is itself a design choice that can be drawn wrong. The failure mode is over-trusting the model to cover the whole disturbance budget and provisioning no residual loop, so whatever the model missed propagates uncaught. Diagnostic: ask what share of disturbance the model genuinely captures and confirm a feedback path exists for the rest; a feedforward system without a residual loop assumes its model is complete, which no model is.
T5 — Prediction versus Placement (kind-confusion). Feedforward is not the predictive model itself but the structural placement of that model upstream of irrevocable commitment, where it can still change the action; a forecast that arrives after the action is committed is prediction without feedforward. The two are routinely conflated. The failure is producing accurate consequence-models that land too late to alter the action — an impact assessment delivered after resources are spent, a preview shown after the click resolves. Diagnostic: ask not "is the prediction good?" but "can the action still change when the prediction arrives?"; if commitment has already occurred, there is no feedforward however accurate the model.
T6 — Pre-Commitment Confidence versus Earned Experience (coupling/side-effect). Shifting cost from error-recovery to pre-commitment averts mistakes, but mistakes are also how reactive systems and learners acquire the model in the first place; pre-correcting too thoroughly can starve the feedback loop of the error signal that would improve the model. The intervention that prevents errors can also prevent the learning that errors provide. The failure mode is a training program or automated controller so good at pre-empting deviation that its model never gets corrected against reality and silently drifts. Diagnostic: ask whether the residual feedback loop still receives enough error to keep the forward model honest; perfect pre-correction that eliminates all deviation also eliminates the data that validates the model.
Structural–Framed Character¶
Feedforward sits at the structural pole of the structural–framed spectrum, with a structural label and an aggregate of 0.0 — the same paradigm-structural reading as its complement, feedback. It is a pure loop topology: a predictive model of an action's consequence interposed upstream of irrevocable commitment, so the actor pre-corrects rather than waits for a deviation to feed back. Every diagnostic points one way.
The pattern carries no home vocabulary that must travel with it: the identical structure is told in each field's own words — a steam-valve actuator pre-set from an inlet-temperature energy balance, a "this will delete 37 files" dialog interposed before a click, a pre-mortem run before resources are committed, the cerebellum's efference-copy forward model pre-tuning a motor command — and none of these borrows a control-theory lexicon to be understood. It carries no evaluative weight: placing a model upstream of commitment is neither good nor bad until you specify what the action does. Its origin is formal — a control-and-information-systems loop describable purely as the placement of a predictive signal between intention and commitment, with a residual feedback path catching the unmodeled remainder — and it appeals to no human institution. It is not human-practice bound: the substrate of the prediction is explicitly incidental, running indifferently in a controller, an interface, a forecast, or a brain, so the pattern operates in physical and biological media without any human role. And invoking it recognizes a loop arrangement already wired into a system rather than importing an interpretive frame — to spot feedforward is to notice that a consequence-model sits where it can still change the action. On every criterion the reading is structural, which is exactly what the 0.0 aggregate records.
Substrate Independence¶
Feedforward is a maximally substrate-independent prime — composite 5 / 5 on the substrate-independence scale, a pure loop topology recognized, never translated, wherever it recurs. Its domain breadth is at the ceiling (5 / 5): the predictive-pre-correction loop recurs with identical structural force across control engineering (the feedforward controller pre-setting an actuator against a measured upstream disturbance), human-computer interaction (preview thumbnails, "this will delete 37 files" dialogs, dry-run modes), organizational planning and governance (pre-mortems, environmental-impact statements, budget projections), training and instruction (worked examples and simulators shown before the attempt), neuroscience and motor control (efference-copy and forward-model circuits in the cerebellum), and software operations (dry-run plans before applying a change) — spanning physical, computational, biological, and institutional media indifferently. Its structural abstraction is likewise maximal (5 / 5): the signature names only an actor with an uncommitted action, a modelable disturbance, a predictive model placed upstream of commitment, a pre-action correction channel, and a residual feedback loop, with the substrate of the prediction explicitly incidental — controller, interface, forecast, or brain. Transfer evidence is concrete and strong (4 / 5): the identical loop is documented as feedforward control, affordance preview in HCI, pre-mortem and impact assessment in governance, and efference copy in neuroscience, with the same asymmetric-cost rationale and the same accuracy gate carried across — the score sits at 4 rather than 5 only because much of the cross-domain instantiation is recognized convergence rather than a single formal model demonstrably exported. The substrate-neutrality is genuine: there is no home vocabulary that must travel and no human role the pattern presupposes, which is exactly why the composite reaches the top of the scale.
- Composite substrate independence — 5 / 5
- Domain breadth — 5 / 5
- Structural abstraction — 5 / 5
- Transfer evidence — 4 / 5
Relationships to Other Abstractions¶
Current abstraction Feedforward Prime
Parents (1) — more general patterns this builds on
-
Feedforward is part of Representation Prime
Feedforward contains a predictive representation mapping intended action and disturbance to expected consequence before commitment.Anticipation without an inspectable or encoded surrogate is guessing; the upstream model is the internal constituent that lets predicted consequences modify the action. Representation supplies an internal constituent: Model complex ideas. Feedforward requires that role within this mechanism: A predictive model of an action's consequences is interposed upstream of commitment, so the actor pre-corrects rather than waits for a deviation to feed back. Remove the parent-role and the child loses a required internal operation, even though the parent can exist outside the child. The child is therefore built from the parent rather than being a taxonomic kind of it.
Children (2) — more specific cases that build on this
-
Egain forecasting Domain-specific is a kind of Feedforward
The proposed strict upward parent is
prime:feedforward.prime:feedforward is the nearest broader Prime; the source domain and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Egain forecasting adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the building zone and thermal model, weather inputs and horizon, measured state, occupancy and comfort target, heat-system constraints, forecast update, control action, calibration and performance evidence are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Egain forecasting. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge toprime:feedforward. No live DAG mutation is authorized. -
Predictive Remapping Domain-specific is a kind of Feedforward
Predictive remapping is feedforward compensation specialized to using an efference copy to shift a visual representation before an impending saccade changes its input coordinates.Feedforward supplies the genus: A predictive model of an action's consequences is interposed upstream of commitment, so the actor pre-corrects rather than waits for a deviation to feed back. Predictive Remapping preserves that general structure while adding its differentia: Explain trans-saccadic visual stability by having visuospatial neurons shift their receptive fields to a stimulus's future post-saccadic retinal position before the eyes move — driven by an efference copy of the saccade command, so the eyes land on an already-built representation. The parent can occur without those added commitments, whereas removing the parent structure leaves no basis for classifying the child as this subtype. That asymmetry establishes subsumption rather than mere association.
Hierarchy path (1) — routes to 1 parentless root
- Feedforward → Representation → Abstraction
Neighborhood in Abstraction Space¶
Feedforward sits in a moderately populated region (46th percentile for distinctiveness): it has near-neighbors but no dense thicket of synonyms.
Family — Signal Gain, Feedback & Control Dynamics (24 primes)
Nearest neighbors
- Self-Defeating Prediction — 0.74
- Feedforward Inhibition — 0.74
- Anticipatory Neutralization — 0.71
- Concept Drift — 0.71
- Return Path — 0.70
Computed from structural-signature embeddings · 2026-09-10
Not to Be Confused With¶
Feedforward's defining contrast is with feedback, its nearest neighbour by embedding and its structural complement. Both are corrective loops, and both route information to adjust an action — which is exactly why they are conflated and why the distinction is load-bearing. Feedback closes a loop after output is realized: it senses the deviation between actual output and a reference, then drives a correction, so its information is measured error and its timing is reactive. Feedforward opens a path before commitment: it interposes a model of the action's consequence between intention and irrevocable action, so its information is a prediction and its timing is anticipatory. The two partition the disturbance space by a clean seam — measurable-in-advance disturbances belong to feedforward, only-knowable-after-the-fact residuals belong to feedback — and most well-designed systems run both. The reason the distinction matters is that the two arcs demand opposite remedies. When a loop is too slow, the feedback instinct is to add faster sensors and tighter gains, chasing the deviation more quickly; the feedforward insight is that the latency can sometimes be eliminated outright by predicting the disturbance and pre-correcting before it lands. A practitioner who sees only feedback will keep tightening a reactive loop where a feedforward term on a measurable upstream disturbance would dissolve the problem — and, inversely, will try to model an unmeasurable disturbance that only feedback can catch. The diagnostic that separates them is whether the disturbance is knowable, and the action still changeable, before commitment.
Feedforward must also be held apart from foreseeing_prediction, with which it is merged because feedforward contains a predictive model and is sometimes loosely called "predicting ahead." The structural difference is that prediction is the model and feedforward is the placement of that model. A forecast, however accurate, is not feedforward unless it is positioned upstream of an irrevocable commitment where it can still alter the action. An impact assessment delivered after the resources are spent, a preview rendered after the click resolves, a weather forecast no one acts on — these are predictions without feedforward, because the action could no longer change when the prediction arrived. Conversely, feedforward's value is gated not on the prediction's mere existence but on two structural facts the bare concept of prediction does not carry: that the model sits before commitment, and that an accuracy threshold is met (an inaccurate forward model injects systematic bias the feedback loop must then fight, making it worse than no feedforward at all). The practical consequence is that "is the prediction good?" is the wrong first question; the right ones are "can the action still change when the prediction arrives?" and "does acting on this model beat not correcting?" Confusing prediction with feedforward leads to producing accurate consequence-models that land too late to matter, or trusting a forward model that is too biased to help.
These distinctions matter because each frame points at a different lever. If the problem is reactive correction, tune the feedback loop. If it is anticipatory correction, place a validated model upstream — and confirm both that the action can still change when it fires and that the model beats no correction. Collapsing feedforward into feedback chases speed where placement was needed; collapsing it into prediction produces forecasts that arrive too late to alter the action they were meant to guide.
Solution Archetypes¶
Solution archetypes in the catalog that build on this prime — directly (this prime is a source ingredient) or as a related prime.
Built directly on this prime (8)
- Anticipatory Offset Governance: Treat strategic pre-response as part of the intervention, not as noise after implementation.▸ Mechanisms (10)
- Adaptive Recalibration Procedure — A pre-committed rule that watches designated offset indicators and, when they cross a trigger, adjusts the intervention's parameters mid-flight to restore the intended net effect.
- Announcement Effect Audit — Measures, after the fact, how much of the intended effect leaked away during the window between announcement and effective date — the pre-emptive response provoked by advance notice alone.
- Anticipatory Offset Dashboard — A live monitoring surface that tracks leading indicators of offsetting behavior and a substitution watchlist from the moment of announcement, so pre-emption shows up early rather than in the final evaluation.
- Incentive Compatibility Review — Reviews the design for the moves that pay targets more than compliance does, mapping each actor's incentive to offset and issuing patches that make the honest path the profitable one.
- Information Release Gating Protocol — Governs what intervention details are disclosed, when, and to whom — setting the announcement window and staging release to limit pre-emption while honoring the notice targets are legally and legitimately owed.
- Offset-Adjusted Impact Evaluation — Judges the intervention on the effect that survives anticipatory offset — specifying the intended net effect up front and evaluating realized outcomes against it after subtracting what targets pre-empted or displaced.
- Pre-Implementation Response Simulation — Projects, before launch, how forward-looking targets will adjust — building the offset counterfactual and segmenting targets by their capacity to respond — so the plan's expected effect is discounted for pre-emption.
- Staggered or Randomized Rollout — Releases the intervention in randomized or time-staggered waves, holding early segments as sentinels, so anticipatory offset can be identified by comparison and the whole population cannot pre-empt in unison.
- Strategic Response Red Team — Convenes an adversarial team that role-plays the targeted agents to enumerate, before launch, who will see the intervention coming and the moves they will make to blunt it.
- Substitution Channel Monitoring Workflow — An ongoing routine that watches the channels suppressed behavior migrates to, confirming and chasing displacement so an intervention that looks successful locally isn't merely pushing the problem sideways.
- Knowing-Doing Bridge Design: Bridge the gap between knowing what to do and actually doing it by redesigning the action channel, not merely repeating the knowledge message.▸ Mechanisms (10)
- Action Barrier Walkthrough — Walks the actual moment of action step by step to find exactly where knowing stops turning into doing, and names the kind of barrier that stops it.
- Activation-Energy Reduction Pass — Sweeps the whole path to the target action and strips out every removable step, delay, and missing resource so the action costs almost nothing to start.
- Default Path Redesign — Makes the known-correct action the thing that happens when nobody does anything, so inaction now produces the right behavior instead of the wrong one — with an opt-out that keeps it legitimate.
- Feedforward Action Rehearsal — Runs the target action ahead of time under realistic conditions — as a drill or simulation — so the doing is already practiced before the real moment arrives.
- Follow-Through Checkback — Circles back after the fact to check whether the action actually happened — measuring the doing, not the knowing — and flags drift when a once-reliable action starts slipping.
- Implementation Intention Script — Pre-scripts an if-[specific cue]-then-[goal action] plan so the focal goal fires automatically on its trigger instead of waiting on in-the-moment willpower.
- Named Action Owner Protocol — Attaches every known-correct action to one named person by name, so 'someone should' becomes 'you own this' and diffusion of responsibility can't swallow the doing.
- Point-of-Action Prompt — Plants an external cue right where and when the action must happen, so the known-correct behavior is triggered by the environment instead of relying on memory.
- Social Permission Script — Gives people the exact words and the standing sanction to perform a socially risky known-correct action, so speaking up or stepping in stops feeling forbidden.
- Tiny First-Step Design — Shrinks the known-correct action down to a first move so small it's almost impossible not to do — and so easy to restart that a lapse never becomes a stall.
- Mode-Setting Gain Modulation: Use a separate noncontent channel to retune how many content channels are processed, so the system changes sensitivity or mode without rewriting the content itself.▸ Mechanisms (10)
- Adaptive Attention Gain Rule — Continuously reads the live context and raises or lowers processing gain across a population of units in a closed loop, so weak-but-important signals surface and routine noise stays quiet.
- Control/Data Channel Separation Test — Probes whether control instructions can leak into the content channel, confirming that setting the mode is structurally walled off from what the content says.
- Gain Schedule Table — A precomputed lookup mapping each named operating regime to its right gain or mode setting, so the system reads its regime and applies stored values instead of re-deriving them.
- Homeostatic Setpoint Retuning — Slowly shifts the baseline setpoint that fast modulation regulates around, so a population keeps its dynamic range as conditions drift over the long run.
- Mode-Effect Backtest — Replays historical mode-state and outcome traces to test whether a gain or mode policy actually improved processing, separating changed posture from a changed world.
- Mode-State Dashboard — A live operator-facing display of the current mode and gain state across processors, so hidden modulation becomes visible before it distorts interpretation.
- Modulator Decay Timer — Automatically decays an elevated modulator back to baseline after a set interval, so a high-gain or alert posture cannot silently persist past the context that justified it.
- Modulatory Release Gate — Gates whether and when a modulator is released to act, firing the mode change only when a guarded trigger condition is met.
- Operating Mode Broadcast — Distributes a decided operating mode to every unit within a bounded scope, changing how they process without touching the content each one carries.
- Precision-Weighting Update Rule — Sets the gain on each incoming signal in proportion to its estimated reliability, so precise evidence moves the system and noisy evidence is discounted.
- Predictive Precommitment Correction: Model the likely consequence of an intended action before commitment, then adjust the action while correction is still cheap.▸ Mechanisms (10)
- Digital-Twin Preview — Runs the intended action through a live-synced, high-fidelity replica of the actual system, so its consequence is previewed in the system's real current state before anything is committed in the field.
- Feedforward Adjustment Dashboard — A live operator display that surfaces the predicted deviation from target hours ahead, alongside the dials available to close it, so a human can pre-adjust before the disturbance lands and override any suggested move.
- Forecast-Based Resource Prepositioning — Moves resources — stock, crews, capacity — to where a forecast says they will be needed before the need materializes, sizing the pre-placed buffer to the forecast's uncertainty.
- Forecast-Error Backtest — Replays the forecaster's past predictions against what actually happened to measure its error — mapping where the model can be trusted, how wide its uncertainty really is, and when to fall back to reactive control.
- Leading-Indicator Trigger Rule — A standing rule that fires a specified pre-correction the moment an early upstream signal crosses a threshold — early enough, by design, to act before the commitment window closes.
- Model Predictive Control — At each step, optimizes a whole sequence of near-term actions against a forecast of the moving target — subject to hard constraints — then commits only the first action and re-optimizes when the next observation lands.
- Precommitment What-If Simulation — Before committing, runs the candidate action across a library of hypothetical scenarios and compares the predicted gap in each, so the choice is stress-tested against a range of futures rather than a single forecast.
- Predictive Scheduling Rule — Sets the timing and sequence of a planned action from a forecast, so its effect lands inside the target envelope when the disturbance arrives — the schedule is pre-shaped, not reacted into.
- Preflight Consequence Checklist — A fixed, human-run checklist executed at the commitment point that walks through each predictable consequence of the intended action and verifies it against the target before anyone proceeds.
- Staged Commitment Gate — Releases commitment in tranches, opening each gate only when the independent anchor has actually improved — so irreversible expansion never runs ahead of the evidence that would justify it.
- Ratchet Control and Release Design: Prevent one-way accumulation from becoming the new default by capping increments, recording cumulative displacement, and defining release paths before each advance locks.▸ Mechanisms (10)
- Add/Remove Symmetry Audit — Measures, tooth by tooth, how much easier a system makes adding than removing — turning a vague sense of creep into a scored, side-by-side asymmetry map.
- Cumulative Impact Budget — Tracks total accumulated displacement as a running budget against the original baseline, counts the compounding burden of interacting layers, and trips a mandatory review when the cap is breached.
- De-Escalation Gate — A pre-defined authorization checkpoint that governs stepping a control or escalation back down — releasing a tooth only on evidence, through a named path, with a buffer for whoever loses protection.
- De-Ratcheting Sprint — A scheduled, time-boxed work cycle dedicated to removing accumulated teeth — rehearsing each reversal and landing in a known-safe state rather than hoping removal is clean.
- One-In/One-Out or Cap Rule — Forces every new increment to be paid for by retiring an equivalent one — or refuses the increment outright at a hard ceiling — holding the count flat at the admission gate.
- Ratchet Event Log — An append-only, immutable record of every ratchet event — each addition, renewal, and removal, with actor, direction, and justification — so a thousand small decisions read as one trajectory.
- Ratchet Threshold Dashboard — A live monitoring surface that shows current cumulative displacement against the protected baseline and the cap, alerting before accumulation crosses the threshold rather than after.
- Rollback Runbook — A rehearsed, pre-authorized procedure for returning a system to a known-good prior state the moment a change goes wrong — fired by explicit trigger criteria and confirmed by explicit recovery checks.
- Stale Tooth Review — A recurring review that re-justifies each aging tooth against present need and prunes the ones whose reason has lapsed, giving the de-ratcheting owner a standing forum to remove.
- Sunset Clause Register — A register that stamps every temporary tooth with a pre-committed expiry and reauthorization test at the moment it is admitted, so temporary measures cannot quietly become permanent.
- Reflexive Forecast Impact Governance: Treat a forecast that people can react to as an intervention, then govern its disclosure, response channels, and success criteria so belief in the forecast does not accidentally invalidate or misread it.▸ Mechanisms (12)
- Avoided-Loss Counterfactual Review — Judges a forecast that appears to have 'failed' by estimating the loss it prevented, so a warning that averts its own prediction is credited as a success rather than a false alarm.
- Capacity Window Assignment — Pre-assigns actors to specific time or capacity windows instead of letting them all self-select from the forecast, so a published projection of scarcity or slack doesn't trigger a synchronized stampede that invalidates it.
- Forecast Impact Audit — Examines, after release, how a forecast actually moved behavior — comparing the reaction that occurred against the reaction that was modeled, and testing whether anyone gamed it — to tell a self-defeating forecast apart from a merely wrong one.
- Forecast Release Decision Log — A dated, append-only record of each forecast released — the exact claim, who could see it, and the disclosure boundary applied — so the decision to publish a reactive forecast can be reviewed against what was known at the time, not what happened after.
- Forecast Update Cadence — Sets the rhythm and trigger for re-issuing a forecast as people react to the last one, so the forecast tracks the world it is actively reshaping instead of chasing — or amplifying — its own feedback.
- Forecast-as-Intervention Label — A standing tag attached to a forecast that declares it can change the outcome it predicts, telling readers to treat it as guidance to act on — and stating why it is being disclosed at all.
- Post-Release Behavior Dashboard — Watches, in near-real time, how audiences actually respond once a forecast is published, so the reaction becomes an observed signal rather than an assumption.
- Public False-Alarm Explainer — A prepared public explanation for when a warning looks like a false alarm precisely because acting on it averted the harm it predicted — issued to protect the credibility of the next warning.
- Reaction Channel Premortem — Before release, imagines the forecast is already public and works backward through every channel by which audiences could react, to surface the reactions that would distort or defeat it.
- Response Smoothing Instruction — Ships the forecast with guidance on how to respond so the collective reaction spreads out instead of spiking all at once and defeating the forecast.
- Staged Disclosure Protocol — Releases a reflexive forecast in controlled phases — to whom, in what order, at what detail — so those who must prepare can act before the reaction that broad release would trigger.
- Strategic Gaming Stress Test — Red-teams a forecast before release by asking how self-interested actors could game it once published, then specifies the commitment or incentive anchors that remove the payoff for gaming.
- Remix-Aware Rhetorical Design: Compose the artifact for its afterlife: design the pieces that others will cut, quote, remix, and forward before they do it for you.▸ Mechanisms (10)
- Canonical Link and Attribution Handle — Bakes a stable source link and identifier into the fragment itself so any detached copy can still be traced back to the authoritative, current version.
- Context Header Template — A reusable block of compact metadata fields — source, date, version, audience, scope, caveat, canonical link — stamped beside high-risk fragments so context survives the cut.
- Downstream Remix Red Team — A pre-release exercise in which reviewers deliberately clip, caption, screenshot, meme, and hostilely reframe the artifact to find the fragments that betray its meaning.
- Fragment Reuse Matrix — A table crossing each likely-to-travel fragment against its probable reusers, invited uses, misuse risks, and required anchors, so an artifact's afterlife is planned before release.
- Fragment Versioning Log — A dated ledger of every change to a reusable fragment, with version labels, so old excerpts still in circulation can be recognized as superseded.
- Misquote Response Protocol — A pre-agreed decision tree for what to do when a fragment circulates with a distorted frame — correct, clarify, ignore, or accept — before emotion sets the response.
- Pull-Quote and Caveat Pairing — Deliberately writes each quotable line already fused to the scope and evidence limit it cannot survive without, so the caveat travels with the quote.
- Quote Survivability Test — Reads each likely excerpt entirely on its own and asks whether it stays accurate, attributable, and bounded once nothing around it remains.
- Remix License Notice — A short, plain statement traveling with the artifact that says which reuses are invited, which require attribution, and which are off-limits.
- Social Card and Snippet Preview — Inspects and tunes the platform-generated previews — share cards, search snippets, thumbnails — that most audiences will see instead of the artifact itself.
- Self-Generated Signal Cancellation: Send a copy of an action command to the observer so expected self-caused effects can be canceled, tagged, or discounted before residual signals are interpreted as external events.▸ Mechanisms (7)
- Corollary Discharge Pathway — Routes an internal copy of a motor command to the sensory system so perception can pre-dampen the sensation the movement itself will cause.
- Forward-Model Prediction — Computes, from a standing model of the system plus the current context, the exact observation the system's own action should produce this cycle.
- Forward-Model Recalibration Loop — Watches the forward model's predictions accumulate error and fires a re-fit when the model has drifted out of trust.
- Motor-Command Echo Routing — Captures each outgoing actuator command together with a snapshot of the state it was issued in, and delivers that packet to the monitoring channel.
- Predicted-Signal Subtraction — Subtracts the predicted self-effect from the aligned observation, leaving only the residual the world contributed.
- Residual Mismatch Gate — Decides when the leftover residual is large or odd enough to count as a real external event rather than self-caused slop.
- Self-Effect Annotation Layer — Tags the self-caused component in the stream instead of deleting it, preserving the predicted self-effect and the residual side by side for audit.
Also a related prime in 4 archetypes
- Adaptive Gain Retuning: Retune the sensitivity of a fast pathway with a slower adaptive loop so outputs stay discriminating, bounded, and useful as input conditions change.
- Dependency-Aware Change Notification: Warn the parties who actually depend on a changing system early enough, and specifically enough, that they can prepare before the change binds them.
- Initiative Seizure and Tempo Control: Move first in a contested setting so others must answer your tempo, venue, framing, and choice architecture rather than imposing their own.
- Reference Tracking Bandwidth Alignment: Make the demanded trajectory trackable by matching reference update speed to the loop bandwidth that can actually observe, decide, act, and settle.
References¶
[1] Rao, Rajesh P. N., and Dana H. Ballard. "Predictive Coding in the Visual Cortex: A Functional Interpretation of Some Extra-Classical Receptive-Field Effects". Nature Neuroscience, vol. 2, no. 1 (1999): 79-87. The predictive-coding theory in which the cortex propagates prediction errors up a hierarchy; its forward model is one biological instance of upstream consequence-modeling, supporting the contrast with predictive coding. registry ↩
[2] Norman, Don. The Design of Everyday Things, revised and expanded ed. New York: Basic Books, 2013. Treats affordances, signifiers, feedforward, and previews that surface an action's consequence before commitment (feedforward as information aiding execution), supporting the HCI preview/dialog use and the delete-confirmation example. registry ↩a ↩b
[3] Klein, Gary. "Performing a Project Premortem". Harvard Business Review, vol. 85, no. 9 (2007): 18-19. Describes the pre-mortem: imagining a project has already failed to model downstream consequences before resources are committed, supporting the organizational-planning use and the pre-mortem example. registry ↩a ↩b
[4] Wolpert, Daniel M., Zoubin Ghahramani, and Michael I. Jordan. "An Internal Model for Sensorimotor Integration". Science, vol. 269, no. 5232 (1995): 1880-1882. Forward-model / efference-copy account: predicting the sensory consequences of intended motor commands to pre-tune action and distinguish self-caused signals, supporting the neuroscience/motor-control use. registry ↩
[5] Seborg, Dale E., Thomas F. Edgar, Duncan A. Mellichamp, and Francis J. Doyle III. Process Dynamics and Control. 4th ed. Hoboken, NJ: Wiley, 2016. Standard treatment (Ch. 15, Feedforward and Ratio Control) of feedforward control — the heat-exchanger disturbance-feedforward design combined with feedback trim — and of feedforward model error, supporting the heat-exchanger example and the accuracy-gated cost-asymmetry condition. registry ↩a ↩b ↩c
[6] Djajadiningrat, Tom, Kees Overbeeke, and Stephan Wensveen. "But How, Donald, Tell Us How? On the Creation of Meaning in Interaction Design through Feedforward and Inherent Feedback". In Proceedings of the 4th Conference on Designing Interactive Systems (DIS '02), 2002: 285-291. Introduces feedforward in interaction design as information about an action's outcome conveyed before the action, supporting the strip-the-jargon residue that a predictive signal sits between intention and commitment. registry ↩