Why production AI agents drift after passing every eval

Diligent_Response_30 · reddit · 2026-07-29

Why agents still drift in production after passing every eval

The author, who says they evaluate AI agents in production for a living, describes a recurring failure mode: an agent passes every staging eval, then slowly drifts once real traffic arrives.

The post argues that snapshot-style evals are not enough because production traffic changes over time. The main causes called out are:

The proposed fix is to treat evaluation as continuous: trace every run, score drift and risk in real time, and keep a human-in-the-loop option to hold or block risky runs instead of only logging them for later review.

The author also notes the team is building in this exact space and is live on Product Hunt.

Original post →

More from coding & agent

coding & agent channel →