Evidence Decay & Epistemic Debt
Pattern B.3.4 · Stable Part B - Trans-disciplinary Reasoning Cluster
The FPF assurance model (Pattern B.3.3) provides a robust framework for building trust in holons by anchoring claims to a rich body of evidence. However, it implicitly treats this evidence as timeless. A proof verified today is assumed to hold forever; a validation test run last year is given the same weight as one run yesterday. This assumption is dangerously flawed in any dynamic environment.
Keywords
- evidence aging
- decay
- freshness
- epistemic debt
- stale data.
Relations
Content
Problem Frame
The FPF assurance model (Pattern B.3.3) provides a robust framework for building trust in holons by anchoring claims to a rich body of evidence. However, it implicitly treats this evidence as timeless. A proof verified today is assumed to hold forever; a validation test run last year is given the same weight as one run yesterday. This assumption is dangerously flawed in any dynamic environment.
Consider a bridge certified in 1980. The assurance case, resting on evidence about steel fatigue from that era, would be considered highly reliable at that time. Today, after decades of environmental change, new material science insights, and an entirely different traffic load, would we still trust that original certification without re-evaluation? The context has drifted, and the original evidence has lost its relevance. FPF requires a formal mechanism to account for this natural decay of trust.
Problem
Without a calculus for evidence aging, FPF models are vulnerable to three critical failure modes:
- Silent Risk Accumulation: Trust silently decays. A component's high
AssuranceLevelcan become an illusion, resting on foundational evidence that is no longer valid in the current operational context. When aggregated, this stale trust propagates upwards, creating a seemingly robust system-of-systems that is, in fact, incredibly brittle. - Audit Illusion: An artifact can pass an audit with flying colors, showing a complete set of anchors to high-quality evidence, yet be fundamentally untrustworthy because that evidence is obsolete. This leads to a false sense of security and undermines the very purpose of the assurance case.
- Maintenance Paralysis: Without a systematic way to flag stale evidence, re-validation efforts are often misdirected. Teams either engage in costly, unfocused re-testing of everything, or, more commonly, do nothing, allowing epistemic debt to accumulate until a failure forces a crisis.
Forces
Solution
FPF introduces a formal freshness model and a governance loop that make evidence aging a first-class, manageable property of the assurance calculus.
The Principle of Perishable Evidence
The core of the solution is a new normative principle: Evidence is perishable. The relevance of any piece of evidence is a function of time and context. An AssuranceLevel is therefore not a permanent achievement but a state that must be actively maintained.
Mechanism 1: The Freshness Standard (valid_until)**
Every evidence artifact anchored in the Assurance Layer MUST carry a valid_until attribute.
valid_until: ISO-8601-date | null- This attribute acts as a "best before" date, explicitly stating the time horizon over which its creators consider it to be fully relevant without review.
- A value of
nullsignifies that the evidence is considered perpetual. This is reserved for artifacts like mathematical axioms or fundamental physical laws whose validity is not expected to decay on engineering timescales.
Mechanism 2: The Epistemic Debt Metric (ED)
When the current time t surpasses an evidence artifact's valid_until date, that artifact begins to accrue Epistemic Debt (ED).
- Definition: Epistemic Debt is a quantitative measure of an artifact's "staleness." It is a function of its age past its expiry date.
- Purpose: ED is not a penalty but a signal. It makes the invisible risk of relying on old evidence visible and measurable.
Mechanism 3: The Governance Loop (Refresh / Deprecate / Waive)
Epistemic Debt is managed through a project-level epistemic_debt_budget. When the total accrued debt exceeds this budget, an alert is triggered, and the team MUST take one of three actions:
Didactic Note for Managers: Managing Your "Trust Budget"
Think of Epistemic Debt exactly like financial or technical debt. It’s not inherently evil, but it must be managed. The FPF dashboard now includes a "Trust Health" meter.
- Green: Your evidence is fresh. Your assurance case is solid.
- Amber: Epistemic Debt is accumulating. It's time to plan for re-validation work in the next sprint.
- Red: Your debt has exceeded its budget. Your CI/CD pipeline might be issuing warnings, and you are now carrying un-budgeted risk. You must immediately decide: Pay it down (Refresh), write it off (Deprecate), or take out a short-term, high-visibility loan (Waive).
This loop transforms the vague problem of "keeping things up to date" into a concrete, resource-managed, and auditable engineering process.
Mechanism 4: The Epistemic Debt (ED) Calculation & Aggregation**
To make ED a useful leading indicator, it must be computed and aggregated consistently.
-
Calculation: For a single evidence artifact
i, its debt at timetis a function of its age past expiry:ED_t(i) = k * max(0, t - valid_until_i)- The coefficient
kis a configurable linear decay factor (default:1.0 per day), allowing projects to tune the "interest rate" on their debt.
- The coefficient
-
Aggregation: The total ED for an artifact
Ais the sum of the debt from all its direct and transitive Evidence Graph Ref:ED_t(A) = Σ_i ED_t(evidence_i)- This rule ensures that debt propagates up the holarchy. If a foundational component's validation expires, the entire system that depends on it inherits that debt.
-
Impact on Assurance Level: When an artifact's total
ED_t(A)exceeds a defined threshold (typically> 0unless waived), its computedAssuranceLevelis provisionally downgraded by one level. For example, anL2artifact with expired evidence is treated asL1for governance and risk purposes until the debt is resolved. This makes the consequence of inaction immediate and visible on project dashboards.
Conformance Checklist
- CC-ED.1 (Freshness Mandate): Every evidence artifact anchored via
verifiedByorvalidatedByMUST include avalid_untilattribute. A value ofnull(perpetual) MUST be justified in the artifact's rationale. - CC-ED.2 (Debt Budget Mandate): Every project or
U.SystematAssuranceLevel:L1or higher MUST declare anepistemic_debt_budgetin its manifest. - CC-ED.3 (Aggregation Mandate): The total Epistemic Debt of a composite holon MUST be the sum of the debt of its constituent parts, consistent with the aggregation rule
ED_t(S) = Σ_j ED_t(child_j). - CC-ED.4 (Downgrade Mandate): An artifact with
ED_t > epistemic_debt_budgetSHALL have its effectiveAssuranceLevelprovisionally downgraded until the debt is resolved viaRefresh,Deprecate, orWaive. - CC-ED.5 (Waiver Auditability): Any
Waiveaction MUST be recorded as a formal, auditable event, citing the responsible authority, the rationale, and a new, short-term expiry date for the waiver itself.
Common Anti-Patterns and How to Avoid Them
Consequences
Rationale
Knowledge frameworks that ignore time degrade silently. By embedding entropy accounting (epistemic debt) directly into the assurance calculus, FPF gains a self-regulating "immune system." This pattern operationalizes the common-sense insight that evidence is perishable, transforming maintenance from an ad-hoc, often-neglected chore into a budgeted, auditable, and risk-informed engineering activity. It complements the human-centric loop of ADR-014 and the pragmatic utility guardrail of ADR-015 by ensuring that what we trust today remains trustworthy tomorrow.
Relations
- Builds on:
B.3.3 Assurance Subtypes & Levels,A.10 Evidence Graph Referring. - Constrains: The temporal validity of
AssuranceLevelfor all holons. - Enables: Proactive maintenance planning within the Canonical Evolution Loop (B.4) and provides a dynamic risk input for ethical and strategic decision-making (Part D).