Benchmarks · Agents, tools & computer use
WebArena
also: WebArena benchmark
Can an autonomous agent operate a real, fully functional website — clicking, typing, navigating menus — to complete a task specified in natural language, the way a person actually uses the web?
Carnegie Mellon UniversityReleased 25 July 2023Live
WebArena, released by a Carnegie Mellon University team in mid-2023, tests agents against real software rather than a simplified stand-in. The researchers built and self-hosted four fully working websites — an online shop, a Reddit-style forum, a GitLab-style code-collaboration tool, and a content-management admin panel — plus reference access to a map service and a Wikipedia mirror, and set 812 tasks that require actually clicking, typing and navigating to reach a genuine end-state, checked automatically rather than graded on a written answer.
That realism made early results humbling: a zero-shot GPT-4 agent completed only 14.41% of tasks against a 78.24% human baseline. Progress since has come less from bigger models than from better scaffolding — memory of past interactions, structured planning, retrying failed steps — with systems such as Agent Workflow Memory and IBM’s CUGA climbing into the 35–62% range through 2024 and 2025, and OpenAI’s Operator reaching 58% at its January 2025 launch.
WebArena’s own leaderboard is open submission, tracked on a public spreadsheet linked from the project’s site and code, which keeps it current but means the newest, highest scores come from agents with varying degrees of independent documentation behind them. It remains one of the field’s reference environments for browser-using agents precisely because the sites are real enough that an agent cannot succeed by guessing — and the CMU group behind it has since extended the same approach to harder successors, including a multimodal version and a benchmark of longer, more realistic office-style work.
The set
812 tasks across four self-hosted, fully functional website categories: e-commerce shopping, a Reddit-style forum, GitLab-style software collaboration, and a content-management admin panel, plus a map service and Wikipedia mirror for reference. Grading is functional: an automated checker confirms the task's real end-state was reached, not that the agent's stated answer matched a string.
Example
Find Pittsburgh art museums on Wikipedia, identify their locations on a map while optimizing the itinerary, and update the README file in the appropriate repository with the planned route.arxiv.org
Where it stands
An open, continuously updated leaderboard on Google Sheets, linked from the official site and GitHub repo, tracks new submissions; recent entries include unaffiliated or lightly documented agents alongside published research systems, so newer top scores are harder to independently verify than earlier, paper-backed ones.
How the top score changed hands
- July 2023GPT-4 (zero-shot)14.41%Against a 78.24% human baseline on the same 812 tasks, from the original paper.
- January 2025OpenAI Operator58.1%
- February 2025IBM CUGA61.7%
Current best: IBM CUGA — 61.7% Highest-scoring entry on the official leaderboard from a named, traceable publisher as of research; several later, higher-scoring entries from less-documented submitters appear on the same leaderboard but are harder to independently confirm.