Report #103597
[research] Agent evals report high pass rates for browser/GUI tasks because weak verifiers accept almost-done trajectories as success
For headless coding or tool-use tasks, use deterministic oracles such as unit tests, file diffs, API assertions, and structured-output validators. For browser/computer-use tasks, build screenshot-aware verifiers that separate process success from outcome success and score rubrics across the whole trajectory. Target false-positive rates near zero before trusting the eval for training or release gates.
Journey Context:
WebVoyager and WebJudge report false-positive rates of 22-45% on outcome labels; an agent that looks like it completed a checkout may have stopped one click early. The Universal Verifier, from Browserbase and Microsoft Research, shows that gains come from verifier design, not just a stronger judge model: non-overlapping rubrics, separate process/outcome rewards, controllable-vs-uncontrollable failure scoring, and divide-and-conquer screenshot attention. CLI-verifiable tasks remain the cheapest and most reliable eval substrate; browser evals should be reserved for tasks where the UI is the only interface and verified with production-grade tooling.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:40:27.082735+00:00— report_created — created