Specific Labs Launches Private-Code Benchmark Where Top Coding Setup Solves 38.8%

The new Real-SWE benchmark is designed to test unfamiliar production systems, not public repositories. Its first results suggest that business rules, existing architecture, and multi-service workflows remain hard for today’s coding agents.

By 3 min read
Specific Labs Launches Private-Code Benchmark Where Top Coding Setup Solves 38.8%
Specific Labs Launches Private-Code Benchmark Where Top Coding Setup Solves 38.8%

Listen to this story

The audio brief

About 1:46
0:001:46
Read transcript
Specific Labs’ new Real-SWE benchmark puts the leading coding setup at just 38.8% success on private enterprise software. That result came from Fable 5.1 running through Claude Code, and it means the system completed the task correctly on its first attempt in fewer than four out of ten cases. Real-SWE is designed to test work agents cannot solve by recognizing a public repository or a familiar issue. Its tasks come from licensed, private production codebases, covering billing, taxes, customer migrations, and infrastructure. The reference solutions changed a median of 11 files, so these are often system-wide edits rather than small, isolated patches. The benchmark’s resolution rate is essentially pass-at-one: the average first-try success rate across eight independent runs per task. GPT-6 Astra with Codex CLI scored 33.8%, while Gemini 3.8 Flash with Gemini CLI reached 31.2%. Those numbers compare complete model-and-tool setups, not models in isolation, so the leaderboard cannot cleanly separate model capability from workflow and context handling. Performance was sharply uneven. A multi-region sweep reached 67.2%, but a tax-jurisdiction task managed only 3.1%, and the analytics task had no successful rollouts among the tested combinations. Longer runs did not help much either: 71.4% of runs under ten minutes failed, compared with 73.4% of longer runs. The key constraint is clear: agents can write code, but company-specific rules and unfamiliar architecture still expose major gaps—and Real-SWE is designed to measure exactly those gaps.

Story brief

3 key points

Specific Labs’ first Real-SWE leaderboard suggests private enterprise coding remains difficult even for leading agent setups: Fable 5.1 paired with Claude Code resolved 38.8% of tasks on a first attempt, while the next published combinations were below 34%. Because scores reflect full model-and-harness systems, not isolated models, the benchmark is better for comparing workflows than declaring a universal winner....

  1. 01

    Tasks came from licensed private codebases spanning billing, taxes, migrations, and infrastructure; reference solutions edited a median of 11 files.

  2. 02

    GPT-6 Astra with Codex CLI scored 33.8%; Gemini 3.8 Flash with Gemini CLI reached 31.2%.

  3. 03

    Resolution rate equals pass@1: average first-attempt success across eight independent runs per task.

Specific Labs has released Real-SWE, a benchmark built from licensed private enterprise codebases and the production tasks engineers actually face. Its first leaderboard offers a restrained answer to whether coding agents can reliably handle that work: the highest-scoring setup, Fable 5.1 running through Claude Code, resolved 38.8% of tasks.

That score measures a model-and-harness combination, not the underlying model alone. Specific Labs used each system’s native coding tool, aiming to reflect how enterprise engineers use agents in practice. Resolution rate is equivalent to pass@1: the average first-attempt success rate across eight independent runs per task.

Real-SWE’s central design choice is its source material: private production codebases licensed from real companies. The tasks cover billing, taxes, customer migrations, and infrastructure changes—work where a patch may need to preserve existing behavior while fitting company-specific rules and systems.

Specific Labs says keeping code and solutions off the public internet reduces the chance that a benchmark task or its answer was already exposed in training data. The tradeoff is intentional: agents must inspect the workspace available to them, rather than rely on familiarity with a public repository or issue history.

The next two reported results were GPT-6 Astra with Codex CLI at 33.8% and Gemini 3.8 Flash with Gemini CLI at 31.2%. GLM 5.3 with Claude Code followed at 28.8%; the remaining four published combinations scored 23.8% or lower.

The benchmark’s tasks are not necessarily long requests. Real-SWE reported a median instruction length of 1,742 characters across its repository-backed sample tasks. But its reference solutions edited a median of 11 files, compared with six in the cited FrontierCode and DeepSWE comparisons.

What the benchmark asks agents to do

  • Find the relevant implementation details inside an unfamiliar, proprietary codebase.
  • Reconcile instructions with business logic and coding patterns already present in the system.
  • Make changes that can cross code, infrastructure, and connected business tools.

Specific Labs’ published task analysis illustrates the unevenness. Multi-region sweep reached a 67.2% aggregate resolution rate, while tax jurisdiction reached 3.1%. Analytics stream reducer recorded no successful rollouts across the eight tested model-and-harness combinations.

Longer runs did not produce a clear advantage in the reported rollout data. Specific Labs found that 71.4% of rollouts under 10 minutes failed, versus 73.4% of those lasting 10 minutes or more. Its analysis identified missed requirements as the most common failure mode and said models often struggle with company-specific logic and conventions.

That makes Real-SWE less a declaration of a best coding model than a test of complete coding setups under private, operational conditions. The leaderboard can show which tested combination did better in this environment. It cannot separate the effects of model capability from the native harnesses that supply tools, context handling, and workflow structure.

Sources

  1. withspecific.comReal-SWE: Benchmarking AI models on private, real-world, enterprise codebases

Loading discussion...