Skip to content

Resource Allocation Rebalancing

Resource-targeting policy — instantiates Vulnerability Hotspot Mapping and Hardening

Redirects finite protection resources away from an even spread and toward the ranked hotspots, so effort lands where risk actually concentrates.

The default is to spread protection evenly — one inspection per building, one patrol per beat — which is exactly what misses hotspots. Resource Allocation Rebalancing is the policy that breaks the even split: it ranks units by a priority rule and rewrites the standing allocation so a disproportionate share of finite resources flows to the top of the list. Its defining move is to convert a hotspot ranking into a durable allocation formula, not a one-off reassignment that decays the moment attention moves on. Where a hardening sprint executes on a single hotspot, this is the portfolio-level decision rule for where everything goes.

Example

A city fire department inspects buildings on a flat cycle — every property once every few years — so a high-risk single-room-occupancy hotel is inspected as often as a low-risk warehouse. Rebalancing replaces the flat cycle with a risk-based rule: buildings are ranked on a hotspot priority score (age, occupancy load, prior violations, sprinkler status), and inspection frequency, staffing, and grant-funded retrofits are targeted to the top band — the riskiest buildings inspected several times a year, the safest much less. The policy is written down as a formula, not a favor, so the shift is auditable and survives a change of chief. Total inspections need not rise; they are redistributed to where a fire would do the most harm — the Pareto-of-risk pattern, where a small share of units carries most of the danger.[1]

How it works

  • Rank by a priority rule. Order units on a transparent score that combines likelihood and consequence, refreshed as the map updates rather than fixed once.
  • Rewrite the allocation, don't just top it up. Change the standing formula so share follows rank — reallocating away from low-risk units, not merely adding to high-risk ones and leaving the base untouched.
  • Bound the shift. Cap how far resources tilt so the policy targets hotspots without stranding everyone else; the floor itself is enforced as a separate guardrail.

Tuning parameters

  • Targeting steepness — how sharply resources tilt toward the top (mild skew versus concentrate almost everything). Steeper captures more risk but strands more of the tail.
  • Priority formula — which factors and weights set the rank; the lever that decides who even counts as a hotspot.
  • Rebalance versus add — redistribute a fixed budget or allocate new resources. Redistribution forces honest trade-offs; adding avoids them but costs more.
  • Refresh interval — how often the allocation re-ranks as hotspots move; too slow and the policy chases last year's map.

When it helps, and when it misleads

Its strength is that it puts the most protection where the most harm concentrates, and it makes the trade-off explicit and auditable instead of hidden inside a flat default nobody questions.

Pushed too far it abandons the tail — the many low-ranked-but-still-vulnerable units left with nothing, which is exactly what the archetype's equity floor exists to prevent. And the priority formula is easily run backwards, its weights reverse-engineered to send resources where they were already going. The discipline is to pair the policy with an explicit non-abandonment floor and to freeze the formula before the allocations are drawn, not after.

How it implements the components

Resource Allocation Rebalancing fills the prioritization-and-targeting components — the ones that turn a ranking into a resourcing decision:

  • hotspot_priority_rule — it defines and applies the transparent ranking that orders units for resourcing.
  • resource_targeting_policy — it rewrites the standing allocation so share of resources follows that rank.

It does not enforce the fairness floor that stops the tail being abandoned (equity_floor_and_non_abandonment_guardrail, Residual Hotspot Exception Review and Equity Impact Review) and it does not do the hardening — Targeted Hardening Sprint executes where the resources land.

References

[1] The Pareto principle applied to risk — the empirical regularity that a small fraction of units (buildings, road segments, accounts) tends to carry a large share of total harm. It is what makes targeting pay off relative to an even spread, and its absence is the sign that rebalancing will buy little.