🛰️ Daily AI Frontier
‹ back to 2026-09-18

Chronicle: Cut-Point Replay for Regression Testing of LLM Agents

arXiv cs.CL LLM Agents Tisha Chawla, Susheem Koul 2026-09-17

TL;DR - Chronicle turns recorded LLM-agent failures into reproducible regression tests using cut-point replay, selectively replaying nondeterministic boundaries while executing changed code live. This enables stable, low-overhead incident testing in continuous integration.

  • Records model and tool boundary interactions as immutable envelopes for deterministic replay.
  • Full replay made zero model calls and remained bit-stable across 20 repetitions.
  • Across six recorded incidents, cut-point tests rejected faulty code while accepting guarded and benign changes.
  • Cut-point testing caught every mutation that allowed a recorded unsafe action; fully stubbed baseline tests caught none.

view merged work →