Report #103929
[research] Why are browser and GUI agent evals less trustworthy than CLI or state-based evals?
Prefer executable, state-based graders \(unit tests, database diffs, file-system checks\) over LLM-judged transcripts or browser screenshots. Browser agents score ~7/10 on independent real-world tasks and require re-prompting almost every time; use them only for tasks that genuinely require a GUI, and keep human-in-the-loop for high-risk steps.
Journey Context:
Browser and GUI evals compound uncertainty across intent parsing, DOM interpretation, and dynamic page changes. τ-bench and SWE-bench avoid transcript grading by comparing final database state or test outcomes. Anthropic's eval structure makes state\_check a first-class grader. Outcome verification is faster, objective, and harder to game than an LLM judge reading a conversation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T04:56:46.308568+00:00— report_created — created