OpenAI Flags Major Flaws in SWE-Bench Pro

OpenAI's audit reveals approximately 30% of SWE-Bench Pro's coding tasks are flawed, prompting the company to retract its recommendation for the benchmark.

7 min read
A stylized depiction of AI code review, with glowing lines of code being analyzed by an abstract AI entity.
OpenAI's audit reveals significant flaws in the SWE-Bench Pro coding benchmark, impacting AI model evaluations.· OpenAI News

Visual TL;DR. SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. SWE-Bench Pro Flaws highlights Challenges in AI Eval. Previous Benchmark Issues similar to SWE-Bench Pro Flaws. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology involved Human Engineer Review. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation.

  1. SWE-Bench Pro Flaws: OpenAI audit reveals ~30% of coding tasks are broken in the benchmark
  2. OpenAI Retracts Recommendation: company previously encouraged adoption, now withdraws its support for the benchmark
  3. Challenges in AI Eval: underscores difficulties in creating reliable coding evaluations for advanced AI models
  4. Previous Benchmark Issues: SWE-bench Verified had fundamental design and contamination problems identified earlier
  5. OpenAI Audit Methodology: comprehensive datapoint analysis pipeline reviewed model attempts and failure traces
  6. Human Engineer Review: flagged tasks underwent scrutiny by five experienced software engineers for validation
  7. 200 Tasks Broken: analysis pipeline flagged 200 out of 731 public split tasks as broken
Visual TL;DR
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to revealed found prompting SWE-Bench Pro Flaws OpenAI Retracts Recommendation OpenAI Audit Methodology 200 Tasks Broken From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to revealed found prompting SWE-Bench ProFlaws OpenAI RetractsRecommendation OpenAI AuditMethodology 200 Tasks Broken From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to revealed found prompting SWE-Bench Pro Flaws OpenAI audit reveals ~30% of coding tasksare broken in the benchmark OpenAI Retracts Recommendation company previously encouraged adoption,now withdraws its support for thebenchmark OpenAI Audit Methodology comprehensive datapoint analysis pipelinereviewed model attempts and failure traces 200 Tasks Broken analysis pipeline flagged 200 out of 731public split tasks as broken From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to revealed found prompting SWE-Bench ProFlaws OpenAI auditreveals ~30% ofcoding tasks are… OpenAI RetractsRecommendation company previouslyencouragedadoption, now… OpenAI AuditMethodology comprehensivedatapoint analysispipeline reviewed… 200 Tasks Broken analysis pipelineflagged 200 out of731 public split… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. SWE-Bench Pro Flaws highlights Challenges in AI Eval. Previous Benchmark Issues similar to SWE-Bench Pro Flaws. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology involved Human Engineer Review. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to highlights similar to revealed involved found prompting SWE-Bench Pro Flaws OpenAI audit reveals ~30% of coding tasksare broken in the benchmark OpenAI Retracts Recommendation company previously encouraged adoption,now withdraws its support for thebenchmark Challenges in AI Eval underscores difficulties in creatingreliable coding evaluations for advancedAI models Previous Benchmark Issues SWE-bench Verified had fundamental designand contamination problems identifiedearlier OpenAI Audit Methodology comprehensive datapoint analysis pipelinereviewed model attempts and failure traces Human Engineer Review flagged tasks underwent scrutiny by fiveexperienced software engineers forvalidation 200 Tasks Broken analysis pipeline flagged 200 out of 731public split tasks as broken From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai SWE-Bench Pro Flaws leads to OpenAI Retracts Recommendation. SWE-Bench Pro Flaws highlights Challenges in AI Eval. Previous Benchmark Issues similar to SWE-Bench Pro Flaws. OpenAI Audit Methodology revealed SWE-Bench Pro Flaws. OpenAI Audit Methodology involved Human Engineer Review. OpenAI Audit Methodology found 200 Tasks Broken. 200 Tasks Broken prompting OpenAI Retracts Recommendation leads to highlights similar to revealed involved found prompting SWE-Bench ProFlaws OpenAI auditreveals ~30% ofcoding tasks are… OpenAI RetractsRecommendation company previouslyencouragedadoption, now… Challenges in AIEval underscoresdifficulties increating reliable… PreviousBenchmark Issues SWE-bench Verifiedhad fundamentaldesign and… OpenAI AuditMethodology comprehensivedatapoint analysispipeline reviewed… Human EngineerReview flagged tasksunderwent scrutinyby five experienced… 200 Tasks Broken analysis pipelineflagged 200 out of731 public split… From startuphub.ai · The publishers behind this format

OpenAI has identified significant issues within SWE-Bench Pro, a prominent benchmark for evaluating AI coding agents, estimating that roughly 30% of its tasks are broken. This detailed audit, published by OpenAI News, underscores the challenges in creating reliable coding evaluations for advanced AI models.

The company previously encouraged the community to adopt SWE-Bench Pro after finding fundamental design and contamination problems in its predecessor, SWE-bench Verified. However, their latest investigation reveals similar concerns.

OpenAI's methodology for this SWE-Bench Pro audit involved a comprehensive datapoint analysis pipeline. This system reviewed model attempts, task metadata, and failure traces to flag potential evaluation flaws. Each flagged task then underwent scrutiny through multiple investigator-agent passes and independent review by five experienced software engineers.

Of the 731 public split tasks, the analysis pipeline flagged 200 (27.4%) as broken, while human annotation identified 249 (34.1%). These coding benchmark evaluation flaws fall into four primary categories:

  • Overly strict tests: These enforce specific implementation details not explicitly stated in the prompt, invalidating functionally correct submissions.
  • Underspecified prompts: Key requirements are omitted, enforced only by hidden tests and not reasonably inferable.
  • Low-coverage tests: These inadequately check the requested feature, allowing incomplete fixes to pass.
  • Misleading prompts: Models are directed toward incorrect behavior or given instructions that contradict test requirements.

These findings highlight the ongoing difficulty in curating fair yet challenging benchmarks, especially as AI model capabilities improve. The audit suggests a growing utility for agents in scalable data quality checks, helping to surface issues that were once impractical to find at scale.

Given the widespread SWE-Bench Pro task issues, OpenAI has retracted its earlier recommendation for the benchmark. The company advises developers to carefully examine results derived from SWE-Bench Pro, emphasizing that valid and informative evaluations are crucial for sound deployment and safety decisions under OpenAI’s Preparedness Framework.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.