Paper Tests Five Agent Frameworks: Severe Flaws in Crash Recovery Semantics

Sajjad Khan · hf · 2026-08-06

This paper introduces the RESUME CONTRACT, a machine-checkable contract for examining the interrupt and resume semantics of agent workflow persistence layers. It defines six core properties (such as effect exactly-once, fork determinism, and checkpoint validity) and verifies them exhaustively using a TLA+ model.

The authors conducted deterministic tests on five widely deployed agent frameworks, revealing that they all answer recovery differently and contain severe flaws:

Furthermore, concurrent recovery was found to be highly problematic, with multiple processes resuming a single parked interrupt causing effects to fire multiple times. To address this, the authors introduced REMIT, a verified reference sequencer that successfully repairs the identified failures.

Original post →

More from coding & agent

coding & agent channel →