How we compared open-weights models and closed frontier models
The comparison rests on three evaluation surfaces, each with distinct contamination resistance and task coverage. Static benchmarks like MMLU Pro and GPQA Diamond expose knowledge and reasoning under controlled conditions but are vulnerable to training-set contamination as models age. Code-specific benchmarks like SWE-bench Verified use a human-filtered subset of 500 real GitHub issues and a unified patch-generation harness, making them harder to saturate through dataset leakage. Live-evaluation systems like Chatbot Arena and LMArena use what LMSYS describes as "anonymous, randomized battles in a crowdsourced manner" — blind pairwise votes on real prompts that accumulate continuously, reducing the incentive to overfit a single prompt distribution.
Chatbot Arena's policy requires that evaluated models be publicly released: "Add the model to Arena for blind testing and let the community know it was added. Accumulate enough votes until the model's rating stabilizes." That policy puts open-weights models and closed API models on the same evaluation footing for chat preference, which is one reason it is the most useful single signal for everyday generation quality. By one 2023 update cycle, the platform had accumulated over 130,000 votes across 40+ models, a sample size that gives Elo ratings meaningful statistical separation.
Arena scores move as new models and votes arrive; treat them as relative, current preference signals, not permanent rankings. Pair them with task-specific benchmarks to avoid overgeneralizing from chat preference to deep reasoning or agentic performance.
| Dimension | Open-weights models | Closed frontier models | Benchmark surface | Operational constraint |
|---|---|---|---|---|
| Access mode | Download weights; self-host | API call; vendor-managed inference | Chatbot Arena, SWE-bench Verified | Self-hosting stack vs vendor rate limits |
| Chat preference eligibility | Yes, if publicly released | Yes | Chatbot Arena / LMArena | Public release required for Arena inclusion |
| Code benchmark execution | Self-run on owned infra | Vendor-submitted or third-party | SWE-bench Verified | Patch harness and environment parity matter |
| Operational overhead | Serving stack, quantization, scaling owned by you | Managed; rate limits apply | N/A | Infra maturity and compliance burden differ |
| Result provenance | Community-reported or self-reported | Vendor-reported; harness varies | Arena, SWE-bench, GPQA | Shared harnesses are strongest for comparison |
At-a-glance comparison of where each model class leads
The gap between open-weights models and closed frontier models has narrowed enough on everyday generation that the question is no longer "open or closed?" but "which task class, at which quality threshold?" On conversational quality, instruction following, and function-level code synthesis, strong open-weights models now compete in Chatbot Arena with frontier APIs. The gap remains measurable on hard reasoning, long-context reliability, and agentic task completion under ambiguity — areas where closed frontier systems like GPT-5.5 and Claude 3.5 Sonnet still report the strongest benchmark numbers.
Bottom Line: Open-weights models are competitive for self-contained generation, code synthesis, and chat workloads where you can tolerate self-hosting complexity. Closed frontier APIs still lead on GPQA Diamond reasoning, difficult software-engineering agent tasks (SWE-bench Pro: GPT-5.5 at 58.6%), and agentic workflows where reliability under ambiguity is load-bearing. The right answer is benchmark-specific, not categorical.
| Task class | Open-weights competitive? | Closed frontier still leads? | Primary benchmark signal |
|---|---|---|---|
| Conversational / instruction following | Yes | Marginal | Chatbot Arena (human preference) |
| Function-level code synthesis | Yes | Marginal | HumanEval |
| Real-repo issue resolution | Partially | Yes | SWE-bench Verified / SWE-bench Pro |
| Hard science reasoning | No | Yes | GPQA Diamond |
| Long-context, multi-hop reasoning | No | Yes | Directional (no single verified number) |
| Agentic tool use under ambiguity | No | Yes | Directional |
Task classes where the gap is now small
On conversational quality and function-level code generation, the gap between the best open-weights models and closed frontier models has compressed to within preference noise. Chatbot Arena's pairwise preference mechanism confirms this: when Arena-Hard-Auto-v0.1 was validated against the live platform, it achieved 87.4% separability against widely adopted LLM benchmarks and 89.1% agreement with Chatbot Arena human preferences, which implies that the ordering of models on everyday chat tasks is detectable and that top open-weights contenders appear near the frontier clusters.
SWE-bench measures something harder: given a real codebase and a GitHub issue, a model must generate a patch that resolves the described problem. On SWE-bench Verified — the "human-filtered subset of 500 instances" that filters out ambiguous or underspecified tasks — several open-weights code models now score competitively with earlier generations of closed APIs. This is the benchmark surface where the gap has narrowed most on code tasks.
HumanEval (function synthesis from docstrings) narrows even further: Anthropic reports Claude 3.5 Sonnet set new industry benchmarks on HumanEval, but HumanEval's task format — self-contained function generation — is the class where capable open-weights models have caught up most. Note the task distinction: HumanEval and SWE-bench measure different behaviors, and parity on one does not imply parity on the other.
| Task class | Benchmark | Gap status | Notes |
|---|---|---|---|
| Chat quality / instruction following | Chatbot Arena | Narrow | Arena-Hard: 87.4% separability; 89.1% agreement with live preferences |
| Function synthesis | HumanEval | Narrow | Top open-weights models competitive |
| Repo-level issue resolution (filtered) | SWE-bench Verified | Partially narrow | Harness consistency matters |
| Structured data extraction | Chatbot Arena / derived | Narrow | Preference-based; task-specific harness needed |
Task classes where closed frontier models still lead
Hard reasoning is where closed frontier models hold the clearest advantage over open-weights models. GPQA Diamond — which OpenAI describes as containing "extremely difficult science questions" — is the sharpest discriminator. GPT-5 pro achieves state-of-the-art performance on GPQA, and Anthropic's Claude 3.5 Sonnet launch claims new industry benchmarks on GPQA, MMLU, and HumanEval. The verified 2026 evidence still points to frontier models leading on this surface.
On harder software engineering tasks, the gap widens. GPT-5.5 reaches 58.6% on SWE-Bench Pro — a harder version of the repo-level benchmark. That 58.6% figure also illustrates that even frontier systems leave substantial headroom, but the question for buyers is whether any open-weights model scores comparably on the same harness. No verified comparison on the same harness was available at press time; treat comparisons across SWE-bench Verified and SWE-bench Pro as directional only, since they are not identical task sets.
Agentic reliability and long-context tool use under ambiguity are where the directional evidence points most strongly toward closed APIs, though verified 2026 numbers for open-weights models on these dimensions are sparse. Buyers evaluating agentic orchestration frameworks like OpenHands should run their own harness against both model classes before committing.
| Task class | Benchmark | Frontier signal | Open-weights status |
|---|---|---|---|
| Hard scientific reasoning | GPQA Diamond | GPT-5 pro: SOTA; Claude 3.5 Sonnet: new industry high | Lags on verified evidence |
| Repo-level debugging (hard) | SWE-bench Pro | GPT-5.5: 58.6% | No verified comparable score |
| Multi-step reasoning / MMLU Pro | MMLU Pro | Claude 3.5 Sonnet: new industry high | Partially competitive |
| Agentic tool use under ambiguity | No single verified benchmark | Directional: closed APIs lead | No verified 2026 score |
Open-weights models: where they are competitive in 2026
The honest answer to "Are open-weight models as good as closed models?" is: yes, for a specific and growing set of workloads. On Chatbot Arena — which requires publicly released models — open-weights contenders including Llama 4 Maverick, Qwen2.5-72B, and DeepSeek-V3 are publicly eligible for live evaluation, which is the relevant point for comparing chat preference rather than assigning unsupported leaderboard tiers.
SWE-bench is the strongest surface for open-weights code models: the task is patch generation on real GitHub issues, and the original SWE-bench release included "all assets, including the training data and model weights" for SWE-Llama, signaling that a self-hostable fine-tuning ecosystem around code models exists and matures. On SWE-bench Verified's 500 human-filtered instances, the top open-weights coding models close the gap with earlier closed API generations.
Open-weights model performance on benchmarks should be separated from deployment-quality performance. The serving stack, quantization scheme, and context length you configure will shift effective performance relative to the published score.
| Model | Access mode | SWE-bench notes | Chatbot Arena status | Self-hosting burden |
|---|---|---|---|---|
| Llama 4 Maverick | Open weights (download) | Competitive on Verified; Pro not verified | Publicly eligible for Arena / LMArena live eval | Moderate (large parameter count) |
| DeepSeek-V3 | Open weights + API | Strong on code tasks | Publicly eligible for Arena / LMArena live eval | High (MoE architecture) |
| Qwen2.5-72B | Open weights (download) | Competitive on HumanEval class | Publicly eligible for Arena / LMArena live eval | Moderate (72B, fits multi-H100) |
| GLM-5.2 | Open weights + API | Limited verified data | Publicly eligible for Arena / LMArena live eval | Moderate |
Why open weights can win on cost, control, and customization
The operational case for open-weights models rests on three factors that benchmarks alone cannot capture: data residency, fine-tuning ownership, and inference cost at scale.
When your workload requires fine-tuning on proprietary data — regulated financial documents, internal codebases, customer interaction logs — self-hosting an open-weights model means the data never leaves your infrastructure. No vendor API provides this guarantee. The SWE-bench ecosystem illustrates the model: releasing model weights and training data enables downstream teams to fine-tune for their specific codebase conventions without exposing that codebase to a third party.
At high request volumes, serving an open-weights model on owned H100 capacity can reduce per-token cost relative to frontier API pricing, though the exact break-even depends on utilization rate and amortized hardware cost. No verified 2026 $/1M-token or H100 fleet-cost figures were sourced in this run; teams should model their own utilization curves before using cost as the primary decision criterion.
| Criterion | Open weights advantage | Condition for advantage |
|---|---|---|
| Data residency | Full control; no third-party data exposure | Self-hosting infra available |
| Fine-tuning ownership | Full; weights modifiable | Engineering team capable of fine-tune pipeline |
| Inference cost | Lower at high utilization | GPU fleet well-utilized; amortized over workload |
| Reproducibility | Exact checkpoint pinnable | Version management owned by you |
| Benchmark independence | Can run any harness against the model | Access to evaluation infrastructure |
Where open-weights models still lag behind frontier APIs
The clearest lag for open-weights models relative to closed frontier models sits at the intersection of hard reasoning, long-context faithfulness, and agentic reliability. GPQA Diamond scores from GPT-5 pro and Claude 3.5 Sonnet represent a capability tier that verified 2026 evidence still places ahead of open-weights models on the same harness. The gap on "extremely difficult science questions" — multi-step expert-level chemistry, biology, and physics problems — is visible on the benchmark surfaces that matter most here, not on every task a model might face.
On repo-level debugging at SWE-bench Pro difficulty, GPT-5.5's 58.6% score has no verified open-weights counterpart published to the same harness. The absence of that number does not confirm parity; it confirms the comparison has not been made publicly and reproducibly.
Agentic workflows that require tool use under ambiguity — where the model must decide when to call a tool, when to ask for clarification, and when to proceed — remain directionally stronger on closed APIs based on practitioner reports and framework evaluations, but verified 2026 benchmark numbers across model classes on this dimension are not available.
| Gap area | Benchmark | Closed frontier signal | Open-weights status |
|---|---|---|---|
| Expert scientific reasoning | GPQA Diamond | SOTA: GPT-5 pro, Claude 3.5 Sonnet | No verified competitive score |
| Hard repo-level debugging | SWE-bench Pro | GPT-5.5: 58.6% | No verified comparable public score |
| Long-context multi-hop | No single standard | Directional: closed leads | No verified 2026 number |
| Agentic tool use reliability | No single standard | Directional: closed leads | No verified 2026 number |
Closed frontier models: where the premium still buys real capability
Closed frontier models justify their API premium on three dimensions: peak reasoning capability, managed inference reliability, and zero self-hosting overhead. On GPQA Diamond and MMLU Pro, Anthropic's Claude 3.5 Sonnet and OpenAI's GPT-5 family hold the verified highest scores, with Claude 3.5 Sonnet described by Anthropic as delivering "Frontier intelligence at 2x the speed." GPT-5.5's 58.6% on SWE-Bench Pro sets a public upper bound on difficult software-engineering task performance that open-weights models have not publicly matched.
Chatbot Arena provides a live preference signal with strong contamination resistance: with over 130,000 votes across 40+ models in a single update cycle, the platform gives frontier closed models a large human-preference validation sample. Their Elo positions on Arena reflect real user preferences on diverse prompts, not a curated benchmark suite they may have been trained toward.
| Model | Access | GPQA Diamond | SWE-bench | Chatbot Arena position |
|---|---|---|---|---|
| GPT-5.5 | API only | Not directly verified | 58.6% on Pro (vendor-reported) | Top cluster |
| Claude 3.5 Sonnet | API only | New industry high (vendor-reported) | HumanEval: new high | Top cluster |
| GPT-5 pro | API only | SOTA (vendor-reported) | — | Top cluster |
Vendor-reported benchmark wins should be treated as directional until reproduced on a shared harness. Buyers should audit whether the prompt format, temperature, and pass@k settings match their production conditions.
Why live-eval systems matter more than stale leaderboard wins
Static benchmark contamination is a documented problem: as a benchmark's test set circulates, models trained after its publication can absorb signal from its distribution, inflating scores without genuine capability gains. Chatbot Arena addresses this directly through its core design: "anonymous, randomized battles in a crowdsourced manner" mean the prompt distribution is determined by real user behavior, not a fixed held-out set. The platform's policy of continuous vote accumulation means a model's rating reflects ongoing performance against whatever queries users bring, not a snapshot from the model's release month.
LMSYS quantified the reliability of Arena-derived evaluation: Arena-Hard-Auto-v0.1 achieves 87.4% separability and 89.1% agreement with Chatbot Arena human preferences. That 89.1% agreement figure means a well-designed derived benchmark can approximate live preferences, but the underlying Arena votes remain the more trustworthy signal because they capture the "the voting data provided by our Arena users and the prompts-answers generated during the voting process reflect how the chatbots perform in normal human-chatbot interactions." This is the exact LMSYS wording that supports the interaction claim.
For open-weights models and closed frontier models alike, a strong Chatbot Arena position indicates the model generalizes to diverse real-world prompts rather than excelling on a narrow benchmark family. This is particularly consequential when evaluating whether an open-weights model is genuinely competitive or merely well-calibrated to a public benchmark. The Arena's contamination resistance is why it should anchor any comparison, with task-specific benchmarks (SWE-bench, GPQA) layered on top for domain-specific decisions.
| Evaluation system | Contamination resistance | Task specificity | Update frequency | Best used for |
|---|---|---|---|---|
| Chatbot Arena | High (live, blind, randomized) | Low (general chat) | Continuous | Chat quality, instruction following |
| SWE-bench Verified | Moderate (fixed 500-instance set) | High (code/patching) | Periodic releases | Coding agent selection |
| GPQA Diamond | Moderate (static) | High (expert reasoning) | Infrequent | Reasoning capability ceiling |
| HumanEval | Low (widely contaminated by 2026) | High (function synthesis) | Fixed | Function-level code baseline only |
| MMLU Pro | Moderate | Moderate (knowledge breadth) | Infrequent | Broad knowledge, not reasoning depth |
Benchmark snapshot: what the 2026 evidence actually shows
The following table summarizes verified benchmark signals across evaluation surfaces. Numbers marked "vendor-reported" come from official launch posts; numbers marked "benchmark-maintainer-reported" come from the benchmark's own leaderboard.
| Benchmark | Best-known closed score | Source type | Open-weights position | Source type |
|---|---|---|---|---|
| Chatbot Arena | Over 130,000 votes across 40+ models | Community-reported | Publicly eligible open-weights models can participate | Community |
| SWE-bench Verified (500 instances) | Human-filtered subset of 500 instances | Benchmark-maintainer-reported | Competitive top open models | Community-reported |
| Arena-Hard-Auto-v0.1 | 87.4% separability; 89.1% agreement | Benchmark-maintainer-reported | Validates live Arena preference structure | Community-reported |
| SWE-bench Pro | GPT-5.5: 58.6% | Vendor-reported (OpenAI) | No verified public comparable | — |
| GPQA Diamond | GPT-5 pro: SOTA; Claude 3.5 Sonnet: new industry high | Vendor-reported | No verified competitive score | — |
| HumanEval | Claude 3.5 Sonnet: new industry high | Vendor-reported | Strong open-weights models competitive | Community-reported |
| MMLU Pro | Claude 3.5 Sonnet: new industry high | Vendor-reported | Partially competitive | Community-reported |
Two gaps in this table are intentional. Verified 2026 scores for Llama 4 Maverick, DeepSeek-V3, Qwen2.5-72B, and GLM-5.2 on SWE-bench Pro and GPQA Diamond were not available from benchmark maintainers at press time. The absence of a number is informative: it means no reproducible, third-party-confirmed comparison exists on those surfaces.
How to read the benchmark table without overfitting to one number
SWE-bench and Chatbot Arena answer fundamentally different product questions. SWE-bench asks: given a codebase and a GitHub issue, can the model generate a patch that resolves the described problem? Chatbot Arena asks: across diverse real-world chat prompts, which model do users prefer in a blind pairwise comparison? A model that excels on one will not necessarily excel on the other, and using either as a global ranking is wrong.
The practical rule: select the benchmark whose task family matches your production workload. If you are building a coding agent that operates on real repositories, SWE-bench Verified is the primary signal, with Chatbot Arena as a secondary check on instruction-following quality. If you are building a user-facing conversational product, Arena preference is primary, with MMLU Pro or GPQA as a check on factual reliability. If you are building a research assistant for expert-level domains, GPQA Diamond is the discriminating surface.
| Your workload | Primary benchmark | Secondary benchmark | Do NOT rely on |
|---|---|---|---|
| Coding agent (repo-level) | SWE-bench Verified / Pro | Chatbot Arena | HumanEval alone (too narrow) |
| User-facing chat | Chatbot Arena | MMLU Pro | Single vendor release post |
| Expert domain reasoning | GPQA Diamond | MMLU Pro | HumanEval or Arena alone |
| Instruction following | Chatbot Arena | Arena-Hard | Static MMLU (contamination risk) |
Decision matrix for choosing open-weights or closed frontier models
The buy-vs-build decision between open-weights models and closed frontier models is driven by four independent axes: capability ceiling required, data control requirements, operational maturity of the team, and cost at target scale. No single benchmark settles all four.
Frontier API models (GPT-5.5 at 58.6% SWE-bench Pro; Claude 3.5 Sonnet at GPQA new industry high) are the rational choice when the capability ceiling matters more than any other axis. Open-weights models (Llama 4 Maverick, DeepSeek-V3, Qwen2.5-72B) are the rational choice when data control, fine-tuning ownership, or cost at scale outweigh the capability gap.
| Scenario | Recommended class | Primary reason | Benchmark anchor |
|---|---|---|---|
| Coding agents operating on enterprise repos | Closed frontier or best open-weights | Highest SWE-bench scores at frontier | SWE-bench Verified / Pro |
| Long-context reasoning and research assistants | Closed frontier | GPQA gap is still visible on verified evidence | GPQA Diamond |
| Regulated deployments with strict data residency | Open weights | Weights stay on-prem; no data egress | Operational, not benchmark |
| Rapid prototyping and chat products | Either; open if cost-sensitive | Arena parity on chat quality and faster infra setup tradeoffs | Chatbot Arena |
| High-volume inference with a mature ML team | Open weights | Cost and control can win at scale if utilization is high | Cost model + SWE-bench |
When to choose open-weights models
Choose open-weights models when any of the following conditions hold:
Choose open-weights when: - Your data cannot leave your infrastructure (regulated industries: healthcare, finance, defense). Self-hosting the weights eliminates data egress by design. - You need to fine-tune on proprietary data. Open weights give you full checkpoint ownership; you control the fine-tuning pipeline and the resulting model artifact. - Your workload is high-volume and your team can maintain GPU infrastructure. At sufficient utilization, owned inference on H100s undercuts API per-token pricing — though you must model this against your actual utilization curve, as no verified 2026 cost figures were available at press time. - You need reproducible, pinned model behavior. Self-hosted open-weights models allow you to freeze a checkpoint; frontier APIs can change model behavior with a version update. - The task class falls within the narrow gap: SWE-bench Verified-level code tasks, chat quality, instruction following, HumanEval-class function synthesis.
| Criterion | Open-weights advantage |
|---|---|
| Compliance / data residency | No data leaves your infra |
| Fine-tuning | Full weight ownership |
| Cost at scale | Lower per-token at high utilization |
| Reproducibility | Exact checkpoint pinnable |
| Customization | PEFT, LoRA, full fine-tune all viable |
When to choose closed frontier models
Choose closed frontier models when capability ceiling and operational simplicity outweigh cost and control concerns:
Choose closed frontier when: - Your workload requires GPQA Diamond-level reasoning. GPT-5 pro holds the state-of-the-art performance on GPQA; no verified open-weights model matches this on the same harness. - You need the highest available SWE-bench Pro performance. GPT-5.5 at 58.6% has no verified open-weights counterpart on the same task set. - Your team has low ML infrastructure maturity. Managed inference removes the serving stack, quantization, and scaling burden entirely. - You are prototyping quickly and do not yet know your scale requirements. API access eliminates upfront hardware commitment. - Agentic reliability under ambiguity is load-bearing and you cannot tolerate degraded tool-use performance. Directional evidence favors closed APIs here, though verified 2026 numbers are sparse.
| Criterion | Closed frontier advantage |
|---|---|
| Peak reasoning (GPQA) | Verified SOTA; no open match |
| Hard software engineering (SWE Pro) | GPT-5.5: 58.6%; no open equivalent verified |
| Ops overhead | Zero; vendor-managed |
| Time to first call | Minutes (API key); no infra setup |
| Agentic reliability | Directional lead; verify before committing |
FAQ
Are open-weight models as good as closed models?
For chat quality, instruction following, and function-level code synthesis: yes, the best open-weights models (Llama 4 Maverick, DeepSeek-V3, Qwen2.5-72B) are competitive with closed APIs on Chatbot Arena and HumanEval-class tasks. For expert scientific reasoning (GPQA Diamond), hard repo-level debugging (SWE-bench Pro), and agentic reliability under ambiguity: no — closed frontier APIs still hold verified leads that open-weights models have not publicly matched on the same harnesses.
What is the best benchmark for comparing LLMs?
No single benchmark is sufficient. Chatbot Arena is the most contamination-resistant signal for general chat quality, having accumulated over 130,000 human preference votes using "anonymous, randomized battles." SWE-bench Verified is the strongest signal for coding agents operating on real repositories. GPQA Diamond discriminates reasoning capability at the expert level. Use the benchmark whose task family matches your workload.
Is Chatbot Arena a reliable benchmark?
Yes, with known scope limitations. Its blind pairwise design and continuous vote accumulation reduce static-benchmark contamination. Arena-Hard-Auto-v0.1 achieved 87.4% separability and 89.1% agreement with live Arena preferences, confirming the system has strong internal consistency. Its limitation is task scope: it measures chat preference, not code correctness, reasoning depth, or agentic performance. Use it as the primary signal for conversational workloads, paired with task-specific benchmarks for everything else.
Which open-weight model is best in 2026?
Task-dependent. For SWE-bench Verified-level coding tasks: DeepSeek-V3 and Llama 4 Maverick are the strongest verified open-weights contenders. For chat preference on Chatbot Arena: Llama 4 Maverick and Qwen2.5-72B occupy upper-tier positions. For GPQA Diamond-level reasoning: no open-weights model has a verified competitive score at press time.
Pro Tip: Use Chatbot Arena and SWE-bench Verified together as your primary evaluation pair. Arena gives you contamination-resistant chat preference; SWE-bench Verified gives you a harness-consistent code-agent signal. Together they cover the two task families where most production workloads live — and where the open-vs-closed gap is most practically meaningful.
Watch Out: Vendor launch posts are the most common source of benchmark numbers, and they are also the least reliable. Vendors choose the benchmark version, prompt format, temperature, and pass@k that best reflects their model. Before treating any vendor-reported number as a purchasing signal, check whether the same model has been independently evaluated on the same harness by the benchmark maintainer or a third-party evaluator.
Sources & References
- LMSYS Chatbot Arena policy — Official evaluation policy for the Chatbot Arena live-eval platform, including model inclusion requirements and blind-testing procedure
- LMSYS Chatbot Arena: Benchmarking LLMs in the Wild with Elo — Original platform description; source of the "anonymous, randomized battles in a crowdsourced manner" methodology
- LMSYS Chatbot Arena leaderboard update (December 2023) — Source for 130,000+ votes and 40+ models figure
- LMSYS Chatbot Arena leaderboard (May 2023) — Source for the quote on user-driven prompt-answer data reflecting real human-chatbot interaction
- LMSYS Arena-Hard-Auto-v0.1 — Source for 87.4% separability and 89.1% agreement figures between Arena-Hard and live Chatbot Arena preferences
- SWE-bench overview — Benchmark maintainer page; source of task definition and real-GitHub-issue methodology
- SWE-bench Verified — Benchmark maintainer page; source of the "human-filtered subset of 500 instances" definition
- SWE-bench original (SWE-Llama) — Source for open model weights and training data availability in the SWE-bench ecosystem
- OpenAI: Introducing GPT-5.5 — Vendor source for GPT-5.5's 58.6% SWE-Bench Pro score
- OpenAI: Introducing GPT-5 — Vendor source for GPT-5 pro state-of-the-art GPQA performance claim
- Anthropic: Introducing Claude 3.5 Sonnet — Vendor source for Claude 3.5 Sonnet benchmark claims on GPQA, MMLU, and HumanEval
Pro Tip: When tracing a benchmark number back to its source, distinguish benchmark-maintainer-reported scores (highest credibility), community-reproduced scores on shared harnesses (high credibility), and vendor-reported scores on vendor-chosen harness configurations (directional only). The SWE-bench maintainer leaderboard and Chatbot Arena Elo ratings represent the first two categories; most model launch post numbers represent the third.
Keywords: Chatbot Arena, SWE-bench Verified, GPQA Diamond, HumanEval, MMLU Pro, LMArena, Claude 3.5 Sonnet, GPT-5.5, Llama 4 Maverick, DeepSeek-V3, Qwen2.5-72B, GLM-5.2, H100, OpenHands



