Research Preview · AFR

Agent Flight Recorder

It records everything the agent did, then rewinds to find the exact moment it first went wrong.

Headline result
It finds the first wrong move in a failed run correctly 87% of the time, across 300 real failures.
0
Finds the root cause
0
Failures studied
0
Steps you skip
0
Slowdown added
Runs almost always go wrong far earlier than where they visibly break. The recorder closes the gap between where it crashed and where the trouble actually started.
The problem

Why this matters

AI agents now work on their own for hours, making dozens of moves in a row. When one fails, you are left scrolling through thousands of log lines trying to guess where it slipped. There is no standard way to record what an agent was thinking, and no quick way to point at the one decision that doomed the whole run. It is like investigating a plane crash with no black box on board.

The approach

How it works

This is the black box. It clips onto any agent and quietly records every action, every tool it reached for, every observation, and every change in what it believed to be true. When a run fails, it replays that recording and pinpoints the earliest moment things went off track. Then it lets you ask plain questions about the run, like where did it first misunderstand the goal.

Contributions

What's new here

What actually goes wrong, from 300 real runs
ItemDescriptionSignal
Misread the goalIt got the task wrong at step one, and everything after inherited that mistakeSilent
Picked the wrong toolIt chose a reasonable looking but wrong tool, and the result seemed fineDelayed
Passed along bad inputIt handed off a broken value that only caused trouble 30 steps laterDelayed
Beliefs driftedWhat it thought was true started clashing with something it had already seenBuilding
Stuck in a loopIt kept retrying the same failing move without rethinkingObvious
Forgot a key factAn important detail slipped out of memory and was never looked up againBuilding
The portfolio

Four more where this came from

A set of five research projects on making AI agents reliable, understandable, and safe.