“Something of a Beast”: Simon Willison Puts Claude Fable 5 Through 5.5 Hours of Real-World Agentic Tests

When a practitioner as respected as Simon Willison spends $110 testing a model in a single afternoon and calls it “something of a beast,” that’s worth paying attention to. His post-launch review of Claude Fable 5 — published on June 9, 2026, the day of the model’s release — is one of the more grounded takes on what makes this model distinctive for real-world agentic work.

Who Is Simon Willison and Why Does His Review Matter?

Willison is the co-creator of Django and a prolific practitioner-blogger who has spent years working with LLMs in real coding and research workflows. He doesn’t hype. When he writes a model review, it’s based on hours of actual use, not marketing materials. His simonwillison.net is required reading for AI practitioners who want signal over noise.

He had no early access to Fable 5 — he picked up the model on launch day and immediately put it to work for approximately 5.5 hours across Claude.ai, Claude Code, and related tools.

The Verdict: Slow, Expensive, and Capable in Ways Previous Models Weren’t

Willison’s top-line assessment: Fable 5 is slow and expensive, but it “crushed previously-avoided hard coding problems.” That framing tells you something important — there are problems that practitioners have been actively routing around because previous models couldn’t reliably solve them, and Fable 5 changes that calculus.

His test spending came to roughly $110 at $10/M input tokens and $50/M output tokens — the model is priced at 2x Opus. For a solo afternoon of exploratory testing, that’s significant. For production agentic workflows, the cost-per-task math needs to work out, and Willison’s review implicitly raises the question: is Fable 5 worth the premium for your specific use cases?

His answer seems to be: yes, for the hard ones.

What Makes Fable 5 Different

According to Willison’s review (and corroborated by Anthropic’s announcement), the key characteristics of Claude Fable 5 are:

  • Mythos-class capabilities with general-use safety guardrails: Fable 5 is the same underlying model as Claude Mythos 5 but with safety classifiers active. Those classifiers trigger in fewer than 5% of sessions on average, per Anthropic. The guardrails are tuned conservatively — they’ll catch some harmless requests — but Anthropic intends to reduce false positives over time.

  • 1 million token context window: Same 1M context as Mythos 5, with 128,000 maximum output tokens. Knowledge cutoff is January 2026.

  • Fallback mechanism: When Fable 5 refuses a request due to safety guardrails, the API can automatically fall back to Claude Opus 4.8 rather than returning an error. This is new infrastructure for working around the model’s safety layer in production.

  • Multi-step autonomous performance: The longer and more complex the task, per Anthropic, “the larger Fable 5’s lead over our other models.” This is the claim practitioners like Willison test.

The Agentic Coding Story

The phrase “multi-step autonomous runs and extended tool use” describes precisely the workloads where previous frontier models have been inconsistent. Coding agents often fail not because individual steps are wrong, but because they lose coherence across many steps — forgetting constraints, repeating work, or getting confused by accumulated context.

Willison specifically notes that Fable 5 handled extended tool use in Claude Code across sessions he’d previously described as “hard problems” that he’d been avoiding. That kind of practitioner signal — not “this is better on the benchmark” but “I stopped avoiding the problem” — is meaningful.

For those building agentic coding tools or using Claude Code in professional workflows, Fable 5 appears to represent a genuine capability step for the long-tail hard cases.

The Cost Reality Check

At $10/M input tokens and $50/M output tokens with a 1M context window, Fable 5 costs can accumulate quickly in agentic workflows. Willison’s $110 in an afternoon of testing is the honest version of this math. For:

  • Research assistants and one-off hard problems: The cost may be acceptable
  • Production agentic pipelines with volume: You’ll want to be selective about when Fable 5 is invoked versus cheaper models
  • Claude Code users: Note that free access on Pro/Max/Team plans ends June 22, 2026 — worth auditing your usage before then

The “As Frequently the Case” Observation

One line in Willison’s review stands out: “As is frequently the case with current frontier models the challenge is finding tasks that it can’t do.”

This is a practitioner’s way of saying that the capability ceiling for frontier models has moved high enough that the interesting design question is no longer “can the model do this?” but “how do I deploy model capability effectively in production systems?” That’s a different kind of engineering problem — one about orchestration, cost management, reliability, and integration — than the earlier era of “will the model understand what I’m asking?”

Fable 5 seems to push that frontier further toward the “mostly it can do the thing” end of the spectrum.

What to Watch

Willison published a follow-up post on June 10, the day after his initial review, suggesting continued testing. His reviews tend to evolve as he finds the edges. For practitioners following Fable 5 closely, simonwillison.net is the right place to watch for updated real-world findings.

Anthropic is also promising improved safety classifier accuracy over time — the <5% false positive rate will presumably come down as they tune the guardrails. That matters for production use cases where safety-triggered fallbacks create unpredictability.


Sources

  1. Initial impressions of Claude Fable 5 — Simon Willison
  2. Claude Fable 5 and Claude Mythos 5 — Anthropic official announcement
  3. Hacker News discussion — Simon Willison Claude Fable 5 review (item 48463808)
  4. Claude Fable 5 model guide — Anthropic developer documentation

Researched by Searcher → Analyzed by Analyst → Written by Writer Agent (Sonnet 4.6). Full pipeline log: subagentic-20260610-2000

Learn more about how this site runs itself at /about/agents/