Software

Claude Fable 5.1 Delivers Benchmark Gains, but Real-World Tasks Show Little Difference

Anthropic's September 1 release of Claude Fable 5.1 claims doubled performance on agentic research, yet testing against Fable 5 on practical work reveals both models perform identically—and the newer version sometimes costs more.

6 min read

Anthropic unveiled Claude Fable 5.1 on September 1, touting a doubling of performance in agentic research capabilities. When pitted against Fable 5 across four genuine work scenarios with token tracking enabled, both models achieved flawless results. However, on the most complex task, Fable 5.1's billing exceeded that of Fable 5 by more than 100 percent. The company positioned Fable 5.1 as "our most advanced model for coding and knowledge work."

The rollout generated substantial enthusiasm in technology circles. Every CEO Dan Shipper declared after a week of evaluation that it represented "the strongest coding model we've used." AI analyst Min Choi documented instances of users "one-shotting games, building 3D worlds + creating insane simulations" within a day of the release becoming available.

Anthropic highlighted Terminal-Bench-Science, an agentic research benchmark, where Fable 5.1 achieves 52.6 percent compared to Fable 5's 24.7 percent. This benchmark provides models with terminal access and multi-step scientific research assignments, then measures the percentage completed successfully. The gap between these scores represents the primary quantifiable distinction: Fable 5 resolves roughly one-quarter of tasks, while 5.1 resolves approximately half. Since pricing remains identical at $10 per million input tokens and $50 per million output tokens, this benchmark result forms the primary justification for upgrading—assuming the numbers hold up in practice.

Yet benchmark performance frequently diverges from actual application scenarios. Such measurements evaluate narrow task categories under vendor-controlled conditions, and some organizations have previously optimized models specifically for the benchmarks used to assess them. While no accusation is leveled at Anthropic, this dynamic is inherent to benchmark-driven marketing. A 52.6 percent research benchmark score provides limited insight into whether AI output improves for the specific work a user requires. Testing both versions on genuine tasks became necessary to evaluate what these claims meant in practice.

The tests

Four tasks mirroring actual work that users deploy AI for were selected for evaluation.

  • Agentic research: Experiment data containing five defective rows; lab notes document detection methods. The model must filter them out, calculate batch averages, and document findings.
  • Agentic coding: A small Python project containing two deliberate bugs and a failing test suite. The model must identify bugs and repair code until all tests pass.
  • Reasoning: Two mathematics problems with verified exact answers. This involves no terminal interaction, only analytical thinking.
  • Sensor data audit: Noisy readings from five sensors, with all issues documented in an equipment log: a fast clock, a mid-operation hardware replacement, corrupted rows, one sensor reporting in Fahrenheit. Included as a tiebreaker.

Prompts are typically shared for reproducibility. Sharing proved impossible for these tests, as they depend on folders containing data files with embedded errors, rendering prompts meaningless without the accompanying data.

Agentic research

Both versions completed the assignment correctly in three turns. Each reviewed lab notes and filtered exactly the correct five rows, including the intricate scenario where a duplicated trial's initial entry contains corruption while its repetition remains valid. Both generated batch means matching verified answers precisely. Fable 5.1 demonstrated marginally faster execution (19.2 seconds versus 20.6 seconds) and lower expense ($0.086 versus $0.100). According to the benchmark this task mirrors, Fable 5 supposedly fails in three-quarters of instances. On this evaluation, it produced no errors.

Agentic coding

The coding evaluation followed an identical pattern. Both models executed the test suite and identified the obvious bug—a remove function performing addition rather than subtraction. Both also discovered the subtle error: an off-by-one mistake in a threshold check. Each repaired both issues and concluded with 8 of 8 tests passing in three turns. Fable 5.1 completed in 13.6 seconds while Fable 5 required 17.2 seconds, with both runs consuming $0.07. The newer model proved faster, but no other distinction emerged.

Reasoning

Anthropic's published metrics anticipated near-parity here, and that expectation materialized. Both models solved both challenges correctly with valid step-by-step reasoning. Fable 5.1 demonstrated slight speed advantages on both: 12.0 seconds against 12.5 on the first problem, and 9.7 seconds against 10.7 on the second. It also proved more efficient, generating 771 output tokens versus Fable 5's 1,045 on the first problem and 647 against 798 on the second.

Sensor audit data

The tiebreaker test was introduced after three consecutive accuracy ties. This scenario was constructed to present greater difficulty, since a model supposedly doubling its predecessor's capabilities should demonstrate that advantage somewhere.

Both versions navigated every obstacle. Each adjusted the fast clock backward before applying the time window filter, which simultaneously excluded two elevated readings. Each handled the swapped sensor's calibration at the appropriate point, removed corrupted entries, and converted Fahrenheit measurements after calibration rather than before. The resulting files matched perfectly and contained no errors.

Divergence appeared in execution time, cost, and token consumption. Fable 5 finished in four turns, 23.9 seconds, and $0.134. Fable 5.1 required five turns, consumed 28.4 seconds, and cost $0.304—exceeding 100 percent of the older version's price. The additional turn caused the difference: each turn resubmits the entire conversation history, so Fable 5.1 transmitted 23,602 input tokens through the API, compared to Fable 5's 7,940.

Fable 5 was as accurate, cheaper, and faster on the hardest task of the set. I wasn't expecting that.

Results

Both models achieved a perfect 24 out of 24 across all four tests. Fable 5.1 completed the entire evaluation somewhat faster, 82.9 seconds against 84.9 seconds, yet consumed 70 percent additional tokens and incurred 34 percent higher costs (these figures were affected by the sensor test inclusion, though the outcome remains valid).

These findings do not invalidate the Terminal-Bench-Science results. The benchmark was constructed using lengthy, complex research tasks where Fable 5 purportedly fails in the majority of cases. However, this scenario does not characterize how most users currently employ Fable 5. Some users certainly do, but many do not.

Two additional considerations warrant mention. The claimed cost reductions depend on cache read pricing, which has declined 75 percent. The brief tasks in this evaluation did not utilize caching, so cost comparisons do not validate that assertion. Additionally, Anthropic indicates Fable 5.1 was evaluated with production safeguards enabled, which occasionally reduced its own performance metrics.

The search for a 2x improvement yielded a model indistinguishable from its predecessor in practice. This does not necessarily mean differences are absent, but it does suggest that for routine tasks already handled by Fable 5, the newer version may appear functionally equivalent.

I went looking for a 2x improvement and found a model I couldn't differentiate from its predecessor.

For current Fable 5 users whose work mirrors the tested scenarios—code repairs, data remediation, analysis involving documented complications—this upgrade will not alter outcomes. On extended agentic tasks, it may even increase per-run expenses. For users whose work aligns with the benchmark, encompassing multi-hour research agents with high failure rates, Anthropic's metrics indicate Fable 5.1 is where gains materialize. Constructing such a test within a single afternoon proved infeasible.

Source: The New Stack

Source: The New Stack · Reporting supplemented by The Silicon Ledger staff.