Resource Monitoring Dashboard¶
Monitor — instantiates Rebound-Aware Efficiency Governance
Puts unit efficiency, service demand, total resource use, rebound fraction, and budget status on one live view — so the gap between per-unit gains and the stubborn total is impossible to miss.
A Resource Monitoring Dashboard is the archetype's live instrument panel. It puts the numbers that usually sit in separate silos — unit efficiency, service demand, total resource use, the rebound fraction, distributional effects, budget status — on a single continuously-updated view, precisely so the divergence between them shows. Its distinctive value is juxtaposition: efficiency reporting typically celebrates the falling per-unit metric while the rising total lives on another team's report, and rebound hides in exactly that gap. By showing unit efficiency and total use together, against the target, it turns the archetype's core failure mode into something a governance loop can actually watch and react to. It is a monitor — it reads, aligns, and flags; it does not set caps or prices.
Example¶
A manufacturer's operations-sustainability team has a slide that always looks good: energy per unit produced, dropping quarter after quarter from a steady stream of efficiency projects. The dashboard refuses to show that line alone. It sets four series side by side — energy per unit (falling), units produced (rising), total plant energy (flat, the saving eaten by higher output), and the rebound fraction (the share of the engineered saving taken back). It also carries a boundary flag: an indicator for whether production or emissions are quietly moving to an unmetered contractor or an overseas site, so a "saving" that is really leakage gets caught rather than celebrated. Seeing the flat total sitting next to the falling unit metric is what triggers the recalibration meeting — which is the entire point of building the view.
How it works¶
The mechanism ingests the archetype's key signals on a live feed and lays them out so their relationships are legible: unit efficiency against total use, demand against budget, the rebound fraction as the wedge between engineered and realized savings. It flags when a series crosses a threshold and hands that flag to the governance loop. Its power is not analytical depth — each number could be computed elsewhere — but co-location and cadence: putting the falling metric and the stubborn total on one screen, updated often enough that the divergence is caught while it can still be acted on rather than in a post-mortem.
Tuning parameters¶
- Metric set — which signals share the view. The non-negotiable pairing is unit efficiency beside total use; drop the total and the dashboard becomes the very illusion it exists to break.
- Update latency — real-time versus periodic refresh. Faster catches divergence early; too fast buries the trend in noise and prompts twitchy reactions.
- Aggregation level — site, business unit, or enterprise. Fine granularity localizes a rebound to its source; coarse rolls it up for governance.
- Alert thresholds — how large a rebound fraction or budget overrun trips a flag. Set them tight for early warning, loose to avoid alarm fatigue.
- Audience and framing — operator view versus executive view, and whether the honest total is foregrounded or a flattering ratio is.
When it helps, and when it misleads¶
Its strength is making the unit-versus-total gap unmissable and feeding it straight into the recalibration loop: one source of truth where efficiency, demand, and the total live together, with leakage surfaced early enough to investigate. Where rebound normally hides in the seam between two reports, this stitches the seam shut.
It misleads in the ways all dashboards do. A metric that is displayed tends to become a target and then gets gamed — Goodhart's law in miniature[1] — and a screen full of green can manufacture false confidence when the underlying metric is the wrong one. It can overwhelm with signals, and it naturally measures what is easy to meter rather than what matters most. The classic misuse is to show only the flattering unit-efficiency line and bury the total on a tab nobody opens — the exact failure the dashboard was built to prevent. The discipline is to always render the total beside the unit metric, choose denominators that can't be gamed, and treat the dashboard as a prompt for the loop, not a substitute for the decisions the loop must still make.
How it implements the components¶
monitoring_and_recalibration_loop— the core: a live read-align-flag loop that surfaces divergence and hands it to governance to act on.unit_efficiency_metric— it renders the per-unit efficiency signal, deliberately beside the total so the two can be read against each other.boundary_leakage_sensitivity_check— it carries a continuously-watched indicator for use shifting past the measured boundary, catching leakage as it emerges.
It reads and flags but does not set the target or the trigger rule it displays against — those belong to the policy siblings (Absolute Resource-Budget Protocol and Rebound-Triggered Policy Recalibration) — and it surfaces the leakage indicator without performing the deep boundary study, which is Rebound-Leakage Boundary Review.
Related¶
- Instantiates: Rebound-Aware Efficiency Governance — Resource Monitoring Dashboard is the live view that keeps the unit-versus-total divergence in front of the governance loop.
- Consumes: Control Group Comparison and Comparative LCA Model feed it the saving and burden figures it displays.
- Sibling mechanisms: Control Group Comparison · Rebound-Triggered Policy Recalibration · Service-Output Normalization Dashboard · Rebound-Leakage Boundary Review · Absolute Resource-Budget Protocol
References¶
[1] Goodhart's law — "when a measure becomes a target, it ceases to be a good measure." A dashboard that elevates one metric invites optimization of that metric, which is why showing the total beside every flattering ratio is a design safeguard, not a decoration. ↩