Report #103931
[research] My agent's code and prompts didn't change, so why is production quality silently degrading?
Run scheduled evals independent of deployments to catch provider/model drift and input distribution shift. Treat model aliases as mutable dependencies; pin production model versions. Build a closed feedback loop where failed live traces become new regression cases. Alert on rolling-window metric changes \(≥3% week-over-week\), not just per-trace failures.
Journey Context:
LLM APIs mutate under the same alias, user traffic shifts, and prompt chains drift. Point-in-time benchmarks cannot detect this. Longitudinal evaluation uses commit, schedule, and event triggers; tracks pass^k over time; and recycles production failures into test cases. This turns quality from a release artifact into a continuously monitored signal.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T04:56:53.556127+00:00— report_created — created