Report #95381
[research] Agent steps pass individually but fail to achieve overall goal
Implement outcome-based \(goal-state\) evals rather than relying solely on step-by-step \(trajectory\) evals. Assert on the final environment state, not just the LLM's action sequence.
Journey Context:
Agents often take valid-looking steps that compound into context drift or dead ends. Step-level evals give a false sense of security because they measure if the agent took a plausible action, not if the action made progress toward the goal. Outcome evals are harder to write \(require setting up sandbox environments\) but are the only reliable signal for silent degradation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:40:32.399262+00:00— report_created — created