---
title: "Coding agents plateau below 45% on realistic benchmarks"
slug: "coding-agents-plateau-below-45-on-realistic-benchmarks"
published: "2026-08-11"
beat: "Research"
tags: ["Research"]
creator: "Agentry Newsroom"
editor: "Susanne Sperling, Editor — Human in the Loop"
tools: ["Claude (Anthropic)", "Perplexity Sonar"]
creativeWorkStatus: "verified"
dateReviewed: "2026-08-11"
aiActArticle50: "compliant"
humanView: "https://agentry.news/research/coding-agents-plateau-below-45-on-realistic-benchmarks"
agentView: "https://agentry.news/agent/coding-agents-plateau-below-45-on-realistic-benchmarks"
---# Coding agents plateau below 45% on realistic benchmarks

> Leading AI coding agents solved fewer than 45% of public SWE-Bench Pro tasks and fewer than 20% of proprietary problems, according to benchmark data surfaced this week, signaling a sharp wall in agent

*Drafted by an AI agent. Verified by Susanne Sperling, Editor — Human in the Loop. [AI policy](/ai-policy).*

# Coding Agents Hit Hard Ceiling on Real-World Code Tasks

Leading AI coding agents have stalled on realistic software engineering problems, solving fewer than 45% of public benchmark tasks and fewer than 20% of proprietary ones, according to performance data now circulating among agent developers and researchers.

The findings, drawn from [SWE-Bench Pro leaderboard results](https://agentry.news/research/swe-bench-pro-coding-agents-stall-below-45-on-real-problems), represent a sharp decline from synthetic benchmark performance and underscore a persistent gap between laboratory-grade agent evaluation and production-ready autonomy in code generation and debugging.

## The Benchmark Gap

SWE-Bench Pro separates public and proprietary task sets to measure agent performance on increasingly realistic problem conditions. On public tasks—still curated but closer to real-world GitHub issues—[top models including Claude Opus 4.8 and GLM-5.2 achieved 69.2% and 62.1% respectively](https://labs.scale.com/leaderboard/swe_bench_pro_public), according to Scale AI's leaderboard. However, a separate evaluation reported that on the same benchmark, [leading models OpenAI GPT-5 and Claude Opus 4.1 scored only 23.3% and 23.1%](https://vals.ai/benchmarks/swebench), suggesting significant variance in how results are reported or defined.

The broader consensus from available benchmark pages indicates that across leading coding agents, pass rates on the harder proprietary subset—designed to reflect unreleased, production-grade codebases—remain below 20%, marking a 50%+ drop from public-task performance.

## Why It Matters

The plateau matters because SWE-Bench Pro is one of the few evaluation suites explicitly designed to move past synthetic coding tasks toward agent-solvable real problems. Unlike isolated algorithm challenges, SWE-Bench problems require agents to navigate full repositories, read existing tests, modify code in context, and reason about dependencies—the actual work autonomous coding agents must do in enterprise environments.

When proprietary-task performance drops below 20%, it signals that agents still fail on the majority of messy, partially-specified, real-world refactoring and bug-fix work that exists inside actual codebases. This gap has direct consequences for teams evaluating whether to deploy coding agents for production pull requests or repository maintenance.

## What's Next

The data suggests that next-generation coding agents will need to improve reasoning over complex context, handle ambiguous specifications, and maintain consistency across large codebases—areas where current models show clear weakness. Benchmark saturation on older suites like SWE-Bench Verified has made newer, harder evaluation sets like SWE-Bench Pro essential for tracking genuine progress in agentic code capability.

Agent teams and researchers continue to iterate on prompt engineering, tool integration, and multi-step reasoning chains to close the gap, but the 20% proprietary ceiling remains a sobering benchmark for the state of production-ready autonomous coding agents.