| Rank | Model | Score |
|---|---|---|
| 1 | kimi-k3 | 91.2 |
| 2 | gpt-5-6-sol | 90.4 |
| 3 | claude-fable-5 | 88 |
| 4 | gpt-5-6-terra | 87.5 |
| 5 | seed-2-1-pro | 86.2 |
| 6 | gemini-3-1-pro | 85.9 |
| 7 | seed-2-1-turbo | 84.9 |
| 8 | claude-sonnet-5 | 84.7 |
| 9 | gpt-5-5 | 84.4 |
| 10 | claude-opus-4-8 | 84.3 |
| 11 | hy3 | 84.2 |
| 12 | claude-opus-4-6 | 84 |
| 13 | minimax-m3 | 83.5 |
| 14 | deepseek-v4-pro | 83.4 |
| 15 | deepseek-v4-pro-max | 83.4 |
| 16 | gpt-5-6-luna | 83.3 |
| 17 | kimi-k2-6 | 83.2 |
| 18 | gpt-5-4 | 82.7 |
| 19 | claude-opus-4-7 | 79.3 |
| 20 | glm-5-1 | 79.3 |
| 21 | gpt-5-1-thinking | 78.4 |
| 22 | gpt-5-2-pro-2025-12-11 | 77.9 |
| 23 | seed-2-0-pro | 77.3 |
| 24 | inkling | 77.1 |
| 25 | gpt-5-1 | 76.5 |
1 phaseActive
OpenAI's challenging browsing-agent benchmark — 1,266 questions requiring persistent multi-hop web research to find hard-to-find, entangled facts. Metric: % correct.
Quick answer: BrowseComp is OpenAI's benchmark for browsing agents (Wei et al., April 2025), comprising 1,266 questions that require persistent multi-hop web research to locate hard-to-find, entangled facts — questions that GPT-4o and humans both struggle to answer within a reasonable time. The "w/ context management" variant adds scaffolding for long-context browsing sessions. GPT-5.6 Sol leads the Inkling comparison set at 90.8%.
What it tests: A browsing agent's ability to find obscure, non-trivial facts that require navigating tens or hundreds of websites, reasoning about retrieved content, and reformulating searches — not just recalling memorised knowledge.
Why it matters: SimpleQA and TriviaQA saturated quickly as models gained web access. BrowseComp resets the difficulty bar: questions were designed so that GPT-4o (with and without browsing), o1, and an early deep research model all failed at creation time. Only persistent, creative, multi-hop browsing agents can score meaningfully. It is the standard benchmark for agentic web research capability as of 2025–2026.
Known limitations: Questions are deliberately inverted (start from the answer, build the question), which may not reflect natural user query distributions. Short-answer grading ignores the quality of long-form synthesis. Models trained specifically on BrowseComp-style tasks (like OpenAI's Deep Research) have a significant advantage.
BrowseComp's 1,266 questions were created by human trainers who started from a known fact, identified several hard-to-search characteristics, and constructed an "inverted" question where the answer is easy to verify but hard to find. Each question was rejected if any of GPT-4o (w/ and w/o browsing), o1, or an early deep research model could solve it. Questions were also filtered to ensure no answer appeared on the first page of any of five common search queries.
Human trainers themselves solved only 29.2% of questions (after up to 2 hours of searching), confirming extreme difficulty. Topics span history, science, culture, entertainment, sports, and more, distributed according to trainer interests for quality.
The "w/ context management" variant evaluated in the Inkling table adds a context management scaffold that allows the agent to compress and summarise accumulated browsing history, enabling better long-horizon research over many pages without hitting context limits. Scores with this scaffold are higher than vanilla BrowseComp.
| Field | Value |
|---|---|
| Task category | Agent / web browsing |
| Metric | % correct (short-answer exact match, LLM-graded) |
| Number of tasks | 1,266 |
| Human solve rate | 29.2% (≤2 hours search) |
| Answer format | Short free-form text (single fact) |
| Saturation | Low |
| Created by | Jason Wei, Zhiqing Sun, Spencer Papay, Scott McKinney, et al. |
| Affiliation | OpenAI |
| License | MIT |
| Release | April 2025 |
| Source paper | BrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents (arXiv 2504.12516) |
| Reference | openai.com/index/browsecomp |
| GitHub | openai/simple-evals |
A model (with web browsing enabled) is given each question and must return a short answer. Grading is performed by an LLM judge that compares the predicted answer to the reference answer and returns correct/incorrect/not-attempted. Scores are reported as % correct.
Performance scales with test-time compute: more browsing effort and aggregation strategies (majority vote, best-of-N) improve scores significantly. The Inkling table reports single-attempt scores with context management scaffolding at effort=0.99.
Scores from Inkling model card (Thinking Machines Lab, July 2026), BrowseComp w/ context management, effort=0.99. Nemotron 3 Ultra and GLM 5.2 not reported.
| Rank | Model | Score | Weights |
|---|---|---|---|
| 1 | GPT-5.6 Sol | 90.8% | Closed |
| 2 | Claude Fable 5 | 88.0% | Closed |
| 3 | Gemini 3.1 Pro | 85.9% | Closed |
| 4 | DeepSeek V4 Pro | 83.4% | Open |
| 5 | Kimi K2.6 | 83.2% | Open |
| 6 | Inkling | 77.1% | Open |
| 7 | Kimi K2.5 | 74.9% | Open |
| Benchmark | Agent required | Tasks | Difficulty | Saturation |
|---|---|---|---|---|
| BrowseComp | Yes (web browsing) | 1,266 | Extreme | Low |
| SimpleQA | No | 4,326 | Medium | Medium |
| WebArena | Yes (web interaction) | 812 | High | Low |
| GAIA | Yes (multi-tool) | 466 | High | Low |
Last updated 2026-07-16.