Independent reference. No vendor affiliation. Reprinted scores dated to their source; elsewhere we link the official board. Editorial policy.
Abstract
What1,266 questions with short, verifiable answers that are hard to find on the open web.
WhoWei et al., OpenAI, April 2025 (arXiv:2504.12516)
ScoringAccuracy; short exact answer graded for semantic equivalence to a reference. Calibration also reported.
Launch anchorGPT-4o 0.6% (no browse) to Deep Research 51.5%.
Section II.v · Agent Benchmarks|Reviewed 2026

BrowseComp: The Open-Web Search Benchmark

Questions that are trivial to check and brutal to find. BrowseComp puts a number on deep-research capability: can an agent navigate the live internet persistently enough to pin down a single hard-to-locate fact.

Quick answer

BrowseComp is OpenAI's 1,266-question benchmark for browsing agents. Each answer is short and easy to verify but hard to find, so the benchmark measures search persistence rather than reasoning or UI manipulation. It is the closest public benchmark to the "deep research" product category. Human trainers gave up on 70.8% of the questions after two hours; at launch a bare GPT-4o with a browsing tool scored 1.9% while OpenAI's purpose-trained Deep Research agent scored 51.5%. Quote it for open-web retrieval and deep-research agents, alongside GAIA for everyday assistant tasks.

01

What BrowseComp measures

BrowseComp (Browsing Competition), released by Wei et al. at OpenAI in April 2025, is built on a single design inversion. Most benchmarks ask questions that are hard to answer once you have the facts. BrowseComp asks questions that are trivial to answer once you have the facts, but where obtaining the facts requires navigating the open web across many pages. Each of the 1,266 questions specifies a target through a conjunction of constraints obscure enough that exactly one entity satisfies them, and the answer is a short string: a name, a date, a title, a number.

This makes BrowseComp a clean test of one narrow but valuable capability: persistent, creative information-seeking on the live internet. It deliberately does not test reasoning depth (the answers require little computation), UI manipulation (there is no sandbox site to click through), or long-form synthesis. It tests whether an agent can keep searching, reformulate queries, cross-reference partial matches, and refuse to give up. That capability is what the "deep research" product category is built on, which is why BrowseComp became the reference number for that category almost immediately.

02

Why it is hard for humans

The difficulty is calibrated against people, not models. The questions were written so that a different person could not find the answer within ten minutes. When the authors gave the finished benchmark to human trainers with a two-hour limit, the trainers gave up on 70.8% of the questions (888 of the 1,255 they attempted). On the 29.2% they did solve, their answer matched the reference 86.4% of the time, which confirms that the questions have a single findable answer and are not merely ambiguous. A benchmark that strong humans fail most of the time, but where the answer is objectively checkable, is an unusually clean measuring stick.

The two-hour human give-up rate is the number to keep in mind when reading model scores. It sets the scale: this is not a benchmark where 90% is the eventual ceiling and everything above it is noise, the way HumanEval saturated. There is genuine, human-hard headroom, and the spread between models at launch was correspondingly wide.

03

The launch scores

The April 2025 paper reported the following accuracies. These are the fixed, published launch figures; for current-generation results, read the numbers each vendor and the open-source community report in their own harnesses, because a BrowseComp score is inseparable from the tooling that produced it.

Model (launch paper, April 2025)
Accuracy
GPT-4o (no browsing)
0.6%
GPT-4o (with browsing)
1.9%
GPT-4.5
0.9%
OpenAI o1 (no browsing)
9.9%
Deep Research (agent, trained for browsing)
51.5%
Source: Wei et al., BrowseComp (OpenAI, April 2025), arXiv:2504.12516. Fixed launch figures, not a live leaderboard.

The headline is the gap between rows two and five. Giving GPT-4o a browsing tool lifted it from 0.6% to 1.9%, a rounding error against the task. Deep Research, a model trained end-to-end for agentic browsing and run in OpenAI's own harness, reached 51.5%: an 85x jump over base GPT-4o. The lesson the authors draw is that browsing is a trained skill. A capable base model plus a search API is not a browsing agent; the persistence, query reformulation, and stopping behaviour have to be learned. Note also that o1 (9.9%, no browsing tool at all) beat GPT-4o with browsing, which shows reasoning helps even before tools enter the picture.

04

How scoring and calibration work

Each question ships with a short reference answer. The model is prompted to end with a structured "Exact Answer" line, and an AI grader checks semantic equivalence between the prediction and the reference using the same grading prompt as Humanity's Last Exam. Because the answers are short and unambiguous, this is far more reproducible than the LLM-as-judge scoring used for open-ended generation; it sits closer to the exact-match hygiene of GAIA than to the judge-noise of end-to-end RAG evaluation.

The paper also reports calibration: whether a model's stated confidence tracks its actual accuracy. On BrowseComp, models tend to be over-confident, asserting answers they have not actually verified. This matters for deployment: a deep-research product that returns a wrong answer with high confidence is more dangerous than one that says it could not find the answer. Calibration is a second axis worth reading alongside raw accuracy.

05

Where BrowseComp sits among agent benchmarks

BrowseComp is the open-web-search corner of the agent-benchmark map. It complements rather than competes with the others. WebArena, Visual WebArena, and OSWorld test UI manipulation inside sandboxed environments; GAIA tests everyday assistant tasks against a private answer set; Tau-Bench tests tool-use dialogue. BrowseComp tests none of those directly. It asks only: can the agent find the needle. For a product whose job is to research a question by reading the live web, it is the most on-target public benchmark available.

The limitations follow from the narrow design. BrowseComp says nothing about answer synthesis quality (answers are one line), nothing about UI or form-filling, and nothing about multilingual retrieval (the questions are English). Its answers can go stale as the web changes underneath a fixed reference, and because Deep Research and similar agents are products rather than open harnesses, the top scores are not straightforwardly reproducible. A follow-up benchmark, BrowseComp-Plus, was introduced in 2025 to make deep-research evaluation more transparent by fixing the retrieval corpus; treat it as the fairer cross-agent comparison and BrowseComp as the original open-web reference.

06

When to use BrowseComp in 2026

Reach for BrowseComp when the agent's job is open-ended web research: find a fact, a source, a person, a filing, anywhere on the internet, and return a checkable answer. It is the right headline for deep-research assistants and open-web retrieval agents. Pair it with a calibration read so you know whether the agent knows when it has failed. For agents whose work is UI-driven or assistant-shaped rather than search-driven, prefer the browser-agent benchmarks or GAIA instead; a strong BrowseComp score does not imply competence at clicking through a checkout flow, and vice versa.

Editor's verdictBrowseComp is the cleanest public measure of open-web research capability: short verifiable answers, human-hard difficulty, and a wide, real spread between models. Quote it for deep-research and retrieval agents, always with the scaffold attached, and read calibration next to accuracy. It complements GAIA and WebArena rather than replacing them.
Reader Questions
Q.01What is BrowseComp?+
BrowseComp (Browsing Competition) is a benchmark for web-browsing agents released by OpenAI in April 2025 (Wei et al.). It contains 1,266 questions whose answers are short and easily verifiable but deliberately hard to find, requiring an agent to navigate the open web persistently and creatively across many pages. The design goal is the inverse of a reasoning benchmark: the questions are not hard to compute, they are hard to locate. A typical question specifies an entity through a conjunction of obscure constraints (dates, minor facts, cross-referenced attributes) that pin down exactly one answer.
Q.02How hard is BrowseComp for humans?+
Very hard, by construction. In the paper, human trainers who were given the questions gave up after two hours on 70.8% of them (888 of 1,255 attempted). On the 29.2% they did solve, their answer matched the reference 86.4% of the time. The questions were written so that another person could not find the answer within ten minutes, which is what makes the benchmark a test of persistent search rather than a test of quick lookup.
Q.03What are the launch scores?+
In the April 2025 paper: GPT-4o scored 0.6% with no browsing and 1.9% with browsing; GPT-4.5 scored 0.9%; OpenAI o1 (reasoning, no browsing tool) scored 9.9%; and Deep Research, OpenAI's agent trained end-to-end for web browsing, scored 51.5%. The gap between adding a browsing tool to GPT-4o (1.9%) and a purpose-trained browsing agent (51.5%) is the headline finding: browsing capability is a trained skill, not something a generic model gains just by being given a search tool.
Q.04How are BrowseComp answers graded?+
Each question has a short reference answer (a name, date, number, or title). Models are asked to return a structured 'Exact Answer' line, and an AI grader judges whether the predicted answer is semantically equivalent to the reference, using the same grading prompt as Humanity's Last Exam. Because the answers are short and unambiguous, this grading is far less noisy than the LLM-as-judge scoring used for open-ended generation benchmarks. The paper also reports calibration: whether a model's stated confidence matches its accuracy.
Q.05How is BrowseComp different from GAIA and WebArena?+
Different target. WebArena and Visual WebArena test an agent inside a handful of self-hosted sandbox websites with DOM or screenshot actions; GAIA tests everyday assistant tasks with a private answer set. BrowseComp tests open-web research: finding a single hard-to-locate fact anywhere on the live internet. It is the closest public benchmark to the 'deep research' product category. It says little about UI manipulation (WebArena's strength) and everything about search persistence and cross-referencing. Quote BrowseComp for deep-research and open-web retrieval agents; quote GAIA or WebArena for assistant and UI agents.
Q.06Is a high BrowseComp score meaningful on its own?+
Only with the scaffold attached. Deep Research's 51.5% is a product number: a model trained for browsing, running in OpenAI's own agent harness with tool access. A bare model given a search API scores in the low single digits. As with every agent benchmark, a BrowseComp number is 'model plus harness plus tools', and comparisons are only fair when the scaffold is held constant. Read the score together with the tooling disclosure, not as a property of the underlying model.
Browser-Agent Benchmarks ComparedGAIA BenchmarkWebArena MethodologyHumanity's Last ExamAgent Benchmarks OverviewBenchmark ContaminationWhat Benchmarks Miss

Sources

  1. [1] Wei, J. et al. (2025). BrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents. arXiv:2504.12516.
  2. [2] OpenAI. BrowseComp: a benchmark for browsing agents. openai.com/index/browsecomp. Accessed September 2026.
  3. [3] BrowseComp code and dataset. github.com/openai/simple-evals.
From the editor

Benchmarking Agents Review is published by Digital Signet, an independent firm that builds and ships AI agents in production for mid-market companies. If you are evaluating, designing, or productionising LLM agents and want a working second opinion, get in touch.

Book a 30-min scoping callDigital Signet →

30 minutes, free, independent.·1-page action plan within 48h.·Honest if not the right fit.

Correspondence

Didn't find your answer?

Ask us. A real person reads every question and we answer the ones we can, with sources. If your question would help other readers, we may publish an anonymised version, with your permission. General reference only.

Ask a question

questions@benchmarkingagents.com