Rollback Cost

The financial and operational cost of reversing an incorrect autonomous action once it is identified — distinct from both MTTI and Recovery Latency, since an intervention can resolve quickly while the cost of undoing what already happened remains substantial, and distinct from Rebuild Tax, which is a one-time structural re-architecture cost rather than a recurring per-incident one.

An intervention can resolve quickly and still leave behind an expensive correction. Rollback Cost measures that gap directly: the financial and operational cost of reversing an incorrect autonomous action once it is identified, tracked separately from [Recovery Latency](https://arcoventure.studio/lexicon/recovery-latency), which measures how long the resolution took rather than what it cost. A payment sent to the wrong account, a contract generated with an error, a customer-facing change that has to be walked back — each can have a short Recovery Latency, in the sense that the system stops making the error quickly once flagged, while the cost of undoing what already happened remains substantial.

Rollback Cost is not [Rebuild Tax](https://arcoventure.studio/lexicon/rebuild-tax), and the distinction matters. Rebuild Tax is the one-time, deferred engineering cost of re-architecting a system built under MVP shortcuts once a business reaches meaningful scale — a structural liability accumulated from how the system was originally built. Rollback Cost is a recurring, per-incident operational cost: how expensive it is, this specific time, to reverse this specific error, independent of how the underlying architecture was built.

The metric is also distinct from the reversibility window already established as one of the promotion criteria in [The Last Approval](https://arcoventure.studio/blog/the-last-approval). The reversibility window is a design precondition, evaluated before a decision class is promoted to autonomous operation, confirming decisions in that class can be reversed within a defined period. Rollback Cost is an operational measurement taken after an actual error occurs. A recurring pattern of high Rollback Cost within a single decision class is a signal that the reversibility window may have been set too optimistically at promotion time, or that the class's Deterministic Failure design needs to catch the error earlier.

### Related Terms

| Term | Relationship | |---|---| | Recovery Latency | Rollback Cost and Recovery Latency are measured together for the same failure event: a fast recovery does not guarantee a cheap one. | | Rebuild Tax | Rebuild Tax is a one-time, structural re-architecture liability from MVP-era shortcuts; Rollback Cost is a recurring, per-incident operational cost independent of how the system was originally built. | | MTTI | A long MTTI says nothing about Rollback Cost — the two measure entirely different dimensions of system reliability, frequency of intervention versus cost of correcting one. | | Deterministic Failure | A recurring pattern of high Rollback Cost in one decision class signals that the class's Deterministic Failure design may need to catch the error earlier, before reversal cost accumulates. | | Authorization Trap | Rollback Cost provides the operational evidence for evaluating whether a decision class's reversibility window, one of the promotion criteria established to resolve the Authorization Trap, was set correctly. |

Application

Rollback Cost is measured per incident — a payment sent to the wrong account, a contract generated with an error, a customer-facing change requiring reversal — and tracked alongside Recovery Latency for the same failure event, since a short Recovery Latency does not guarantee a low Rollback Cost. A recurring pattern of high Rollback Cost within a single decision class is a signal worth investigating against that class's original promotion criteria, including whether its reversibility window was set too optimistically.

This term is machine-readable

Any MCP-compatible AI assistant can retrieve the canonical definition of Rollback Cost at inference time — no training approximation.

Connect your client →Query live →

Related Terms

Recovery LatencyRebuild TaxMTTI (Mean Time to Intervention)Deterministic FailureAuthorization TrapIntervention Dependency (ID)

In the Log

First used: August 2026

Edition 1 · updated August 2026

← Back to full lexicon