AI News

OpenAI is publicly challenging one of the AI industry’s most watched coding benchmarks, arguing that a substantial share of tasks in SWE-Bench Pro may be flawed enough to distort model comparisons. In a new analysis published by OpenAI, the company said its audit found evidence that about 30% of tasks in the benchmark are broken.

The finding matters beyond one dataset. Coding benchmarks such as SWE-Bench Pro have become a shorthand for judging progress in agentic software development, shaping research priorities, launch messaging, and in some cases enterprise perceptions of which model is best suited for coding work. OpenAI’s core point is that if the underlying tasks are unreliable, headline scores may say less about actual software engineering ability than many model makers and buyers assume.

Why OpenAI is disputing a benchmark the industry has leaned on

According to OpenAI, the company began reviewing SWE-Bench Pro after previously concluding that SWE-bench Verified had significant design and contamination problems. At that time, OpenAI said it had encouraged the broader community to move toward SWE-Bench Pro as a stronger test of longer-horizon, more realistic coding tasks.

That newer benchmark has been influential partly because it appeared to show rapid progress. OpenAI wrote that on the 731-task public split, frontier models improved from a 23.3% pass rate to 80.3% in eight months. That kind of jump would normally suggest major gains in practical coding ability.

OpenAI now argues that those results need more caution. In its latest audit, the company said its internal datapoint analysis pipeline flagged 200 tasks, or 27.4% of the dataset, as broken. A separate human annotation campaign identified 249 tasks, or 34.1%, as broken. Based on those reviews, OpenAI said it estimates that about 30% of SWE-Bench Pro tasks are flawed.

The company’s position is not that every task is unusable, nor that no signal remains. Instead, it is warning that benchmark results should be interpreted carefully because a significant portion of the test may punish correct behavior or reward incomplete fixes.

The specific failure modes OpenAI says it found

OpenAI’s analysis breaks the problems into several categories that will be familiar to anyone who has worked with evaluations, especially in software tasks where hidden tests stand in for human judgment.

One category is overly strict tests. According to OpenAI, some tasks require a very specific implementation detail that is not stated in the prompt. That means a model can produce a functionally correct solution and still fail.

A second category is underspecified prompts. In those cases, OpenAI said hidden tests enforce requirements that are not reasonably inferable from the task description. This creates a mismatch between what the model is asked to do and what it is graded on.

A third issue is low-coverage tests. OpenAI said some tests do not adequately check whether the requested feature has actually been implemented, allowing partial or incomplete fixes to pass. For buyers evaluating AI coding systems, that is the reverse failure mode from overly strict tests: the benchmark can overstate capability, not just understate it.

OpenAI also pointed to misleading prompts that direct models toward behavior that conflicts with what the tests later expect. The company included an example involving Markdown table-of-contents formatting where the visible prompt and hidden test cases differed by a leading space. In that scenario, a model following the prompt as written could still be marked wrong.

That example gets to the heart of the broader critique. Many software issues and pull requests originate in real repositories for human collaboration, not as clean evaluation tasks. OpenAI argues that when those artifacts are converted into a benchmark, the prompt, reference patch, and tests do not always line up well enough to support reliable scoring.

How the audit was conducted, and where uncertainty remains

The strongest facts in this story come from OpenAI’s own published methodology, but they are still vendor-reported findings rather than an independent third-party benchmark review.

OpenAI said it built a quality assurance pipeline that examined task instructions, model attempts, metadata, and failure traces to identify likely problem cases. The company said an initial automated filter flagged 286 potentially broken tasks for deeper review.

From there, OpenAI used two parallel review paths. One involved Codex-based investigator agents with access to the repository and execution environment, allowing them to inspect files, run tests, and analyze model failures. The other was a human annotation campaign involving experienced software engineers. OpenAI said each flagged task in that review process was examined by five engineers, with disagreements escalated.

OpenAI reported that human reviewers were generally more likely than the agent pipeline to mark tasks as broken. The company also said category overlap between reviewer judgments and the agent pipeline was 74% for the flagged tasks, and that in no flagged task was “not broken” the most common human label.

Those details strengthen the company’s argument that the issues are not limited to isolated edge cases. But there are also limits to what can be concluded from the published material. The available source evidence does not include an external response from the maintainers of SWE-Bench Pro, nor does it provide a side-by-side re-scoring of major models under a repaired version of the dataset. So while OpenAI makes a substantial case that the benchmark is noisy, the exact impact on model rankings is still unclear from the evidence provided.

Why this matters for model builders and enterprise buyers

For AI labs, the immediate implication is that benchmark wins in coding may be less durable than they look. If nearly a third of tasks contain defects, leaderboard gaps could reflect prompt-test mismatches, implementation assumptions, or weak test coverage rather than real differences in model skill.

That matters especially for teams building AI agents for software work. SWE-Bench Pro has been positioned as a meaningful test of longer-horizon coding behavior, closer to what agent systems do in production. If its tasks are materially flawed, then builders need broader evaluation stacks that include repository-specific testing, human review, regression analysis, and real deployment metrics rather than a single public score.

For enterprise AI buyers, OpenAI’s warning is a reminder not to equate benchmark pass rates with production readiness. A model that performs well on SWE-Bench Pro may still struggle with reliability, ambiguity, or test completeness in a real codebase. Conversely, a model that appears weaker on the benchmark could be penalized by defects in the tasks themselves.

This is also a governance issue. OpenAI explicitly tied benchmark quality to safety and deployment decisions under its Preparedness Framework. The argument is straightforward: if evaluations overstate or understate capability, they can distort both product launch choices and risk assessments. That point extends beyond OpenAI and beyond coding benchmarks. As models are increasingly evaluated for agentic behavior, poor benchmark hygiene becomes a strategic problem, not just an academic one.

The company’s emphasis on agent-assisted auditing is notable too. OpenAI is effectively arguing that the same class of systems being tested can also help debug the tests. Whether that approach becomes standard will depend on whether outside researchers accept that agent-based review can improve dataset quality without introducing another layer of model-dependent bias.

Evidence, claims, and what is vendor-reported

The central claim in this story is vendor-reported: OpenAI says about 30% of SWE-Bench Pro tasks are broken based on its internal audit process and a human review campaign it organized.

OpenAI also reports that frontier models improved from 23.3% to 80.3% on the benchmark’s 731-task public split over eight months. In this article, that figure should be read as a benchmark trend cited by OpenAI, not as an independently verified market measure.

The methodological details are more concrete. OpenAI says its automated filter flagged 286 tasks, its datapoint analysis pipeline judged 200 tasks broken, and its human annotation campaign judged 249 broken. It also says five experienced engineers reviewed each flagged task and that reviewer judgments overlapped with the agent pipeline in 74% of flagged cases.

What remains unverified from the available evidence is how benchmark maintainers or other labs would classify the same tasks, whether repaired tasks would materially reorder model leaderboards, and whether similar error rates appear in adjacent coding benchmarks besides SWE-bench Verified and SWE-Bench Pro.

What to watch next

The first signal to watch is whether the maintainers of SWE-Bench Pro publish a response, revised dataset, or formal rebuttal. If they agree with a meaningful share of OpenAI’s findings, the benchmark could be updated quickly. If they dispute the conclusions, the field may need an independent adjudication process.

Second, watch whether major labs change how they report coding performance. If future model launches place less emphasis on SWE-Bench Pro and more on private eval suites, repository-level testing, or task-completion studies, that would indicate weakening confidence in public coding leaderboards.

Third, keep an eye on whether OpenAI releases more tooling or methodology around benchmark auditing using Codex or related investigator agents. A reproducible audit pipeline could influence how the industry validates not just coding datasets but also evaluations for AI agents more broadly.

Finally, the larger question is whether benchmark inflation is now a recurring pattern in fast-moving model categories. OpenAI previously criticized SWE-bench Verified, and now it is raising issues with SWE-Bench Pro. If the next generation of coding evaluations runs into similar problems, the market may shift toward mixed evidence: public benchmarks, customer telemetry, and controlled real-world workflow tests rather than single-number rankings.

Creati.ai perspective

OpenAI’s analysis is important less because it attacks one benchmark and more because it exposes a structural problem in AI measurement. The industry wants clean, comparable numbers for coding models, but software tasks are messy. When prompts, hidden tests, and reference patches are pulled from real repositories, small inconsistencies can quietly turn evaluation into noise. That is a problem for builders trying to optimize models and for enterprises trying to buy with confidence.

The practical takeaway is not to stop using SWE-Bench Pro, SWE-bench Verified, or other public benchmarks. It is to demote them from final verdicts to directional inputs. For teams shipping AI agents, benchmark literacy is now part of product work: understand what a score actually measures, what it misses, and how fragile it may be. The labs that earn trust in coding will be the ones that pair strong public results with transparent evaluation design, real workflow evidence, and a willingness to audit their own measuring sticks.

Featured
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
Claude API
Claude API
Claude API for Everyone
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
SharkFoto
SharkFoto
SharkFoto is an all-in-one AI-powered platform for creating and editing videos, images, and music efficiently.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
Anyvids AI
Anyvids AI
Any Idea to Video. Made Simple. All Top AI Video Models, One Simple Platform.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
Coffee Chats AI
Coffee Chats AI
AI-matched coffee chat automation for communities, teams, mentorship, and alumni networking.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
MenuForma
MenuForma
MenuForma turns restaurant menus into QR ordering, multilingual digital menus, payments, analytics, and review tools.
Laper
Laper
AI screenplay editor for writing, formatting, reviewing, and collaborating on film and TV scripts.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
Media.io Free AI Image Generator
Media.io Free AI Image Generator
Create AI visuals with Media.io from text prompts or reference images for social media, marketing, ecommerce, and more.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.

OpenAI says roughly 30% of SWE-Bench Pro may be broken, challenging a key coding benchmark

OpenAI says about 30% of SWE-Bench Pro tasks may be broken, raising new doubts about how the AI industry measures coding models.