Automata from Agent Traces turns traces into automata
Researchers compress agent execution traces from 12 datasets into compact finite-state machines with 7–43 states. The structures predict next actions, identify likely failures, and suggest that deployment harnesses shape agent behavior more than the underlying model.
The paper’s strongest idea is treating the harness as observable system behavior rather than invisible glue around an LLM.
- –FSMs replay held-out traces at at least 0.997 fitness and build in milliseconds
- –FSM context outperforms Agent Workflow Memory for next-step prediction
- –Per-state features reach up to 0.94 AUROC for failure prediction
- –Runtime monitoring can flag likely failures before agents finish, potentially cutting wasted compute
- –The model-agnostic result is promising, but the study does not establish that harness design causally determines behavior
DISCOVERED
17d ago
2026-08-27
PUBLISHED
17d ago
2026-08-27
RELEVANCE
AUTHOR
omarsar0