Benchmarks · Agents, tools & computer use
AgentBench
also: AgentBench FC
How well a language model performs as an agent — not answering questions, but taking sequences of actions in interactive environments such as an operating system, a database, or a game — across eight distinct settings at once.
Tsinghua University, with Ohio State University & UC BerkeleyReleased 7 August 2023Retired
AgentBench, published by a Tsinghua-led team in August 2023, was one of the first attempts to measure “LLM-as-agent” ability as a single, structured thing rather than a scattering of one-off demos. It bundles eight distinct interactive environments — operating a real Linux shell, querying a database, navigating a knowledge graph, playing a digital card game, solving lateral-thinking puzzles, and three tasks adapted from existing agent datasets including Mind2Web — and scores a model across all of them at once, since a genuinely capable agent should not fall over the moment the setting changes.
The original results captured a moment when “agentic” behaviour was still mostly a commercial-model story: GPT-4 led with an overall average of 4.01 on the paper’s scoring scale, ahead of Claude 2’s 2.49, while open-source models of the time averaged well under one — a roughly fourfold gap between API-based and open-weight systems that the authors flagged as the paper’s headline finding, alongside poor long-horizon reasoning and instruction-following as the dominant failure modes across every environment tested.
That original benchmark is no longer where frontier labs compete; its fixed environments and 2023-era task design were overtaken by harder, more realistic successors such as WebArena and GAIA. The same Tsinghua group relaunched the project in October 2025 as AgentBench FC, rebuilt around function-calling and reinforcement learning through their AgentRL framework, aiming to give the underlying idea — one composite score across many kinds of agent task — a second run against current models.
The set
Eight environments spanning code-grounded tasks (operating a real OS shell, writing SQL against a database), game-grounded tasks (a digital card game, lateral-thinking puzzles), and web-grounded tasks (borrowed from ALFWorld, WebShop and Mind2Web). Models are scored per environment and combined into an overall average, rather than a single pass/fail percentage.
Example
Tell me how many files are in the directory "/etc"?arxiv.org
Where it stands
The original 2023 leaderboard is no longer actively contested by frontier labs; the Tsinghua team relaunched the project in October 2025 as AgentBench FC (function-calling), built on their AgentRL reinforcement-learning framework, with a new leaderboard tracking current models.