Feedforward Adjustment Dashboard¶
Decision support — instantiates Predictive Precommitment Correction
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.
A Feedforward Adjustment Dashboard is the human-facing surface of the archetype: a live display that takes a forecast of trouble and turns it into something a person can act on before it arrives — showing the predicted gap from target, the levers available to close it, and their expected effect, with the human keeping final say. Its defining move is the operator-in-the-loop: it does not fire a correction itself and it does not decide; it presents the predicted deviation early enough to matter and lets a person choose the pre-adjustment, accept a suggested one, or override it. Where an automated rule would act on the signal directly, the dashboard hands the anticipation to human judgment and makes that judgment's raw material — the gap, the dials, the trade-offs — legible at a glance.
Example¶
An airline's operations control center is watching tomorrow morning's hub. Weather models and inbound-delay predictions feed a display that, by 6 a.m., projects a specific problem at 5 p.m.: three widebodies scheduled into two available gates, and a crew that will time out on duty limits before the last of them can be turned. The dashboard shows the predicted gap — the projected gate and crew shortfall — as a red band hours before it materializes, next to the levers that could close it: reassign gates, pre-position a reserve crew, or retime two departures by twenty minutes.
The duty manager sees it and pre-adjusts: pull a reserve crew forward and swap one aircraft to a remote stand. The system had auto-suggested retiming a departure, but the manager can see it would break a bank of international connections the display also flags — so she overrides it. The disturbance is smoothed before the afternoon, using the two things the dashboard uniquely supplies: a gap surfaced early, and a human free to reject the machine's first idea.
How it works¶
What distinguishes it from an automated trigger is that it renders a decision rather than making one:
- Surface the predicted gap. Continuously compute the forecast deviation from target and display it against the tolerance band, with enough lead time that a pre-correction is still possible.
- Expose the dials. Show the adjustable control variables available now and each one's predicted effect on the gap, so the operator can see the trade-offs.
- Keep the human in command. Present any suggested adjustment as a proposal the operator accepts, edits, or overrides — never as a committed action.
- Confirm and hand off. Once the operator commits a pre-adjustment, execute it and update the projected gap so the effect is visible.
Tuning parameters¶
- Alerting threshold — how large a predicted gap must be before it surfaces prominently. Low thresholds catch more but risk alarm fatigue; high ones keep the display calm but hide slow-building trouble.
- Refresh rate — how often the projection updates. Faster incorporates news sooner but can make the display churn and flicker.
- Automation stance — how much the dashboard suggests versus merely shows; stronger suggestions speed routine calls but invite complacency.
- Information density — how much context sits beside the gap; richer context supports better overrides but crowds the view and slows reading.
- Override friction — how easy it is to reject a suggested move; low friction preserves human authority, but too low and the display becomes noise the operator clicks through.
When it helps, and when it misleads¶
Its strength is keeping human judgment in the anticipatory loop: it earns its place exactly where the consequence model is good enough to flag trouble early but not good enough to be trusted with the trigger, and where a person can see context — a fragile connection, a nervous crew — that the model can't. Surfacing the gap early is what converts a forecast into a pre-correction rather than an after-the-fact scramble.[n1]
Its failure modes are the classic ones of decision support. A dashboard that cries wolf trains its operators to ignore it, so the one real warning is clicked past with the rest — alarm fatigue. Its opposite, automation complacency, is just as dangerous: an operator who has learned the suggestions are usually right stops scrutinizing them and rubber-stamps the one that is wrong. And a display can create the feeling of anticipation while the gap it shows is stale or mis-scaled. The guarding discipline is to tune thresholds so alerts stay rare and meaningful, to design the override as an active choice rather than a formality, and to keep the underlying gap estimate fresh and honest about its own uncertainty.
How it implements the components¶
Feedforward Adjustment Dashboard fills the archetype's human-in-the-loop presentation slot — the parts that make a predicted deviation actionable by a person:
predicted_gap_signal— its core content: the forecast deviation from target, surfaced early and displayed against tolerance.adjustable_control_variable_set— it exposes the dials the operator can turn and each one's predicted effect on the gap.operator_override_channel— the human accepts, edits, or rejects any suggested pre-adjustment; the dashboard proposes but never commits on its own.
It runs no standing automatic rule — the precorrection_rule that fires a correction the instant a signal crosses a threshold, without a human, belongs to its nearest twin, Leading-Indicator Trigger Rule: the dashboard's whole point is the person in the loop. It also builds no consequence model of its own; the gap it renders is computed upstream by a mechanism such as Digital-Twin Preview.
Related¶
- Instantiates: Predictive Precommitment Correction — the operator surface that turns a predicted gap into a human-chosen pre-correction.
- Consumes: Digital-Twin Preview or another consequence model supplies the predicted gap the dashboard renders.
- Sibling mechanisms: Digital-Twin Preview · Precommitment What-If Simulation · Leading-Indicator Trigger Rule · Predictive Scheduling Rule · Forecast-Based Resource Prepositioning · Forecast-Error Backtest · Preflight Consequence Checklist · Model Predictive Control · Staged Commitment Gate
Editorial Notes¶
Form Classification¶
Form family: Interface, Display & Cue
Rationale: Feedforward Adjustment Dashboard operates as a user-facing prompt, display, template, or perceptual cue that shapes attention and action at the point of use because it 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.
Independent corroboration: The frozen evidence defines Feedforward Adjustment Dashboard as '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', so its operative form is Interface, Display & Cue.
Nearest alternative: Monitoring, Sensing & Alerting — Forecast and deviation computation continuously update the display, but the operator-facing surface preserves human command and makes no automatic move.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Engineering & Design
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Engineering control provides feedforward adjustment from measured disturbances before output error appears. Cybernetics, operations research, and HCI contribute system framing, anticipatory optimization, and dashboard representation; combining these into a named dashboard is encyclopedia synthesis with multi-domain reach.
Related originating lineages:
- Human-Computer Interaction — Operator display and override design materially shape the human-facing dashboard.
- Operations Research — Forecasting and resource adjustment models supply predicted gaps and candidate actions.
- Systems Thinking & Cybernetics — Cybernetic predictive regulation provides the general control logic.
Review resolution: Engineering control provides feedforward adjustment from measured disturbances before output error appears. Cybernetics, operations research, and HCI contribute system framing, anticipatory optimization, and dashboard representation; combining these into a named dashboard is encyclopedia synthesis with multi-domain reach.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
Notes¶
[n1] Feedforward control — acting on a measured or predicted disturbance before it produces an error, rather than waiting for the error and correcting it (feedback). A feedforward dashboard is the human-operated version: it shows the incoming disturbance early so a person can pre-adjust, keeping the correction upstream of the harm. ↩