Resolution Integrity is the proportion of agentic ticket closures that do not reopen, do not resurface as repeat contacts within a defined observation window, and do not propagate downstream as exceptions or rework — distinguishing genuine first-contact resolution from mere ticket-closure containment. The Escalation Rate tells the Steward how often the autonomous system required human involvement. It does not tell the Steward what happened to the cases the system handled autonomously. A low Escalation Rate combined with low Resolution Integrity is the specific signal that the Intervention Threshold is set too permissively: the system closes autonomously at a high rate while producing closures that do not hold.
In a human-staffed operation, false closure has a natural limit: the agent is accountable for the outcome over time. In an agentic operation, the agent closes tickets at maximum speed because that is what it is optimised for. An autonomous system without Resolution Integrity governance generates downstream work faster than it saves it: the tickets it closes incompletely resurface as repeat contacts, downstream exceptions, and rework that consumes the Steward time the autonomous architecture was supposed to free.
The four failure modes of false closure
False closure manifests in four ways. Reopening: the customer contacts again with the same issue within the observation window, indicating the resolution did not address the root cause. Repeat contact: the customer contacts on a related issue within the window, indicating the resolution addressed the surface symptom without identifying the underlying condition. Downstream propagation: the closed ticket generates an exception in a downstream workflow — a billing dispute, a data anomaly, an operations exception — because the resolution was incomplete at the point of closure. Rework: an adjacent workflow must reprocess or correct work the closed ticket was supposed to complete.
Deterministic Logging is the technical foundation for all four measurements: recording not just that a closure occurred but the specific conditions of the closure, including the output produced and the downstream state it left, makes the Resolution Integrity calculation auditable. It cannot be measured without it.
How Resolution Integrity governs the Steward’s quality oversight
Under the Stewardship Model, the Escalation Rate and Resolution Integrity together constitute the primary quality governance instruments. The Escalation Rate measures autonomous execution volume; Resolution Integrity measures whether that execution produced valid outputs. Resolution Integrity targets vary by task tier: T1 closures require near-perfect integrity. A T1 integrity rate below 95% indicates systematic miscalibration that the Continuous Regression Loop should be detecting. T2 and T3 closures involve the Steward precisely because their complexity makes autonomous integrity harder to guarantee.
Designing for genuine resolution
The Resolution Integrity discipline requires encoding what a genuine resolution looks like for each task class before the first autonomous closure occurs. The Exception Architecture specifies which task states the system can resolve autonomously and what the output of a valid resolution must include. A resolution missing required output elements is an incomplete closure that will resurface. Encoding this as a post-closure validation step — that checks the output against the resolution specification before the ticket status updates — is the architectural mechanism that prevents false closure from accumulating.
Every genuine resolution recorded in the Operational Ledger compounds the resolution specification: the Steward can identify which output elements are consistently present in genuine resolutions and absent in false closures, and encode them as the resolution validation criteria. The Resolution Integrity rate improves not just because the model improves but because the specification that governs its output becomes more precise with every cycle.
The Operator’s Verdict
An autonomous system optimised for closure velocity without Resolution Integrity governance does not eliminate support cost. It defers it. The false closures it generates resurface as repeat contacts, downstream exceptions, and rework. The net cost of the autonomous system is higher than the gross cost of its closure rate suggests, and the MTTI compression that results is a symptom of the quality gap rather than a signal of model failure. Architectural Certainty at the resolution layer — the state in which the autonomous system closes the right cases correctly at the right rate — is only reachable when Resolution Integrity is designed in from the first deployment, not retrofitted after the false closure rate becomes visible.
KEY TAKEAWAY
What is Resolution Integrity and why is it the quality metric that Escalation Rate cannot replace?
Resolution Integrity is the proportion of agentic ticket closures that do not reopen, do not resurface as repeat contacts within a defined observation window, and do not propagate downstream as exceptions or rework. It provides the output quality dimension that Escalation Rate cannot: Escalation Rate measures how often the autonomous system handled a ticket without human involvement; Resolution Integrity measures whether those autonomous handling events actually resolved the underlying condition. A low Escalation Rate combined with low Resolution Integrity signals the Intervention Threshold is set too permissively. The system is proceeding to autonomous closure on cases it cannot genuinely resolve, and the false closures create downstream work the architecture was supposed to eliminate. Key metric: T1 task class closures require near-perfect Resolution Integrity. A T1 rate below 95% indicates systematic miscalibration the Continuous Regression Loop should be detecting and the Steward should be prioritising.
