Tail Case Registry¶
Tracking artifact — instantiates Tail-Risk Preservation
Keeps a durable, reviewable record of recognized tail cases — each with its preservation rationale, the action taken, the outcome, and any risk still left uncovered.
A Tail Case Registry is the archetype's memory: a durable, structured record of every rare case the system has recognized as worth preserving, why it qualified, what was done about it, how that turned out, and what risk remains uncovered. Its defining move is institutional persistence — it fixes ad hoc exception knowledge, which otherwise lives in the heads of whoever handled a case and evaporates when they leave, into an artifact that outlives individuals and can be reviewed as a whole. Where detection mechanisms find tail cases and response mechanisms handle them, the registry remembers them: it is the standing map, the review substrate, and the honest ledger of residual risk that the rest of the preservation layer is checked against.
Example¶
A national food-safety agency handles a stream of common contamination issues through standard procedures — that is the bulk of the work. But rare contaminant cases (an unusual pathogen in an obscure imported product, a novel adulterant) each arrive once, get handled by whoever is on it, and then risk being forgotten — until a near-identical case appears years later and the agency starts from scratch. A Tail Case Registry prevents that amnesia: each recognized rare case is entered with its preservation rationale (why this low-frequency case mattered), the intervention used, the outcome, its review status, and an explicit note of what risk was left unaddressed. The registry functions like a risk register for the tail.[1] Periodically the whole record is reviewed — which cases recurred, which interventions worked, which residual risks are still open — turning scattered one-off responses into a governed, improvable body of knowledge.
How it works¶
- Record each recognized tail case as a durable entry. Rationale, action, outcome, and status are captured in a common structure, so an exception becomes a retrievable fact rather than a memory.
- Note the residual risk per entry. What the response did not cover is written down explicitly, so uncovered tail risk is visible rather than tacitly assumed away.
- Review the whole record on a cadence. The registry is read across — recurrence, effectiveness, open residuals — so preservation is governed and improved rather than reinvented case by case.
Tuning parameters¶
- Entry granularity — how much detail each case carries. Rich entries support real learning but raise the effort per case and the risk the registry falls out of date.
- Inclusion threshold — which cases earn an entry. Broad captures more history but bloats the record; narrow keeps it lean but may omit cases that matter later.
- Residual-risk candor — how explicitly uncovered risk is documented, trading uncomfortable honesty against a record that quietly overstates how well the tail is protected.
- Review cadence — how often the whole registry is read across, balancing freshness of governance against review cost.
- Retention / retirement rule — how long entries persist and when they are closed, keeping the registry a live tool rather than an archive no one opens.
When it helps, and when it misleads¶
Its strength is continuity: it defeats the exception-memory problem, so a rare case handled once informs the next occurrence instead of being rediscovered from zero, and it makes the preservation layer auditable — you can ask "which tail cases do we cover, and what's still exposed?" and get an answer. The residual-risk column is quietly its most valuable field, because it keeps the system honest about what it has not solved.
Its failure modes are the failure modes of every register: it goes stale, becoming a record of how things were handled once rather than a live tool, and then it misleads by looking like coverage while documenting a frozen past. It can also become write-only — dutifully filled in and never read across — so the memory exists but the learning doesn't. And an over-optimistic registry that under-records residual risk manufactures false confidence. The discipline that keeps it honest is periodic review that actually reads the record as a whole, candid residual-risk entries, and a retirement rule so the registry stays current rather than sprawling into an ignored archive.
How it implements the components¶
tail_case_map— the registry is the authoritative, durable map of recognized tail cases, holding what detection mechanisms find.periodic_tail_review— the scheduled read-across of the whole record that turns individual entries into governed, improvable knowledge.residual_tail_risk_note— the explicit per-entry record of what each response left uncovered, keeping remaining tail risk visible.
It does not detect new cases — that is Rare-Event Sampling and Sentinel Event Monitoring; nor decide coverage or handling (Minimum Service Floor, Catastrophic Case Protocol).
Related¶
- Instantiates: Tail-Risk Preservation — holds the durable memory, map, and residual-risk ledger the preservation layer is governed against.
- Consumes: Rare-Event Sampling and Sentinel Event Monitoring supply the recognized cases the registry records.
- Sibling mechanisms: Rare-Event Sampling · Sentinel Event Monitoring · Rotating Tail Attention Cycle · Emergency Reserve · Exception Budget · Catastrophic Case Protocol · Equity Carveout · Long-Tail Support Tier · Manual Review Route · Minimum Service Floor · Rare-Case Carveout
References¶
[1] A risk register is the standard project- and safety-management artifact that lists identified risks with their assessment, owner, mitigation, and residual exposure. A tail case registry applies the same discipline to recognized rare cases, adding the preservation rationale and outcome. ↩