My Honest Review of Claude Fable 5
Anthropic's first Mythos-class model is finally here. I got early access to Claude Fable 5 and tested it across coding, writing, design, vision, and multi-agent workflows. Here's what actually impressed me, what disappointed me, and where this model belongs in your AI stack.
Claire Vo
Full episode
Watch or listen
Workflows from this episode
Episode outline
Where Claude Fable 5 fits
Claude Fable 5 is excellent at some very specific kinds of work: visual document formatting, exhaustive technical investigation, and long-running analysis where depth matters more than speed. It was much weaker at the things many people will immediately try first, including readable PRDs, one-shot frontend design, and loosely scoped product implementation.
In this episode of How I AI, I tested Fable 5 across document formatting, technical writing, frontend design, implementation work, and multi-agent orchestration. The pattern that emerged was consistent. The model behaves like a very experienced engineer who wants to reduce uncertainty before moving forward. Sometimes that produces impressive work. Sometimes it produces cautious, overbuilt output that is harder to use than the simpler alternatives.
I received early access to the model and ran most tasks using the extra-high effort setting because I wanted to see the upper bound of what it could do. I compared the results against work I would actually ship, not just whether the output looked intelligent on first read.
These observations come from a relatively small set of real product and engineering tasks, not a comprehensive benchmark sweep.
The most useful question is not whether Fable 5 is "the smartest." It is which jobs benefit from its depth enough to justify the cost, latency, and review burden.
I focused on what it feels like to use Fable 5 for everyday product, engineering, and AI workflow tasks rather than extreme benchmark scenarios.

What Anthropic announced
Anthropic introduced Fable 5 as the first generally available model in its Mythos intelligence class and positioned it as a model for long, complex, highly autonomous work. The capability claims and benchmark numbers in this section come from Anthropic’s launch materials rather than my own testing.
Launch pricing was $10 per million input tokens and $50 per million output tokens, putting it above Opus 4.8 and firmly in the category of models you use selectively rather than casually.

Anthropic emphasized five characteristics:
- Long-running autonomy for asynchronous work.
- Deep technical investigation.
- Proactive execution with less step-by-step direction.
- Strong vision capability.
- High effort, including more verification and tool use.
Anthropic also said the model consumes roughly twice as many tokens as earlier models. That matters because Fable is intentionally designed to think longer, investigate more aggressively, and use more tools. The practical question becomes whether the additional effort produces a meaningfully better artifact for the task at hand.

Anthropic’s SWE-Bench Pro results
Anthropic’s launch comparison reported these SWE-Bench Pro scores:
- Fable 5: 80.3 percent
- Opus 4.8: 69.2 percent
- GPT-5.5: 58.6 percent
- Gemini 3.1 Pro: 54.2 percent
Those are launch benchmark numbers, not a substitute for real task evaluation. My own tests were narrower and focused mostly on product and engineering workflows, so they should not be treated as validation of the ranking itself.

The seasoned engineer tradeoff
Anthropic describes Fable 5 as behaving like a seasoned engineer. In practice, that showed up as extremely thorough investigation, heavy verification, and a strong preference for certainty before acting.
The tradeoff is that thoroughness does not automatically create a better product artifact. Several times, the model invested substantial effort reducing ambiguity or narrowing risk when I actually wanted stronger product judgment, clearer prioritization, or faster execution.
For some tasks, especially product-facing work, I wanted less ceremony and more willingness to make decisions.
I used the extra-high effort setting for most trials, which meant the model consumed a large number of tokens very quickly. I evaluated the outputs based on whether that additional effort improved the final result, not whether the reasoning process looked sophisticated.
Safeguards and the Fable versus Mythos distinction
Anthropic applies classifiers to the generally available model for cybersecurity, biology, chemistry, and model distillation related requests.
When one of those classifiers is triggered, Anthropic says the system can fall back to Opus 4.8 instead of refusing the request outright. The same fallback behavior is available through an optional API setting.

Anthropic described the distinction this way:
- Fable uses the safeguards and is generally available.
- The unrestricted Mythos variant is limited to Project Glasswing partners.
- Anthropic presents them as versions of the same underlying model.
Anthropic said 95 percent of sessions did not trigger a fallback. I did not encounter one in my own testing, although my work did not involve cybersecurity, biology, or chemistry use cases.
Related product launches
Anthropic also launched several adjacent capabilities alongside Fable 5:
- Claude Managed Agents: Anthropic’s hosted harness and sandbox for long-running agent work, with Fable available as a model option.
- Advisor strategy: Use Fable 5 for senior analysis while assigning execution to a less expensive model.
- Fallback API: An optional Messages API parameter that routes a blocked request to Opus 4.8 at Opus pricing.
Test 1: Vision and document formatting
The first task was simple but surprisingly revealing: document layout and formatting.
I asked Fable 5 and Opus 4.8 to generate handwriting practice pages for my seven-year-old using classic poems and texts. Fable produced the better result immediately. The spacing was cleaner, the writing areas were easier to follow, and the overall page looked like something designed for an actual second grader instead of compressed text dropped into a template.
The difference was not flashy, but it was noticeable. The Opus version felt denser and less intuitive about where the child should write. Fable handled white space, alignment, and visual clarity more naturally.

That result made me much more interested in testing Fable for PDF layout, document parsing, and other vision-heavy workflows. It is not proof that the model dominates every visual task, but it was one of the clearest quality differences I saw in the entire evaluation.
Test 2: Technical writing
Technical writing was the opposite experience. Fable’s prose was often difficult to use because the detail overwhelmed the structure and the actual decision-making.

I ran an adversarial review against ChatPRD product-graph requirements to see whether the model could identify inconsistencies and gaps in the logic. Fable returned a long Markdown document packed with cross-references, dense paragraphs, and extensive internal analysis.
The work appeared thorough. The problem was readability. It was difficult to scan, difficult to prioritize, and difficult to extract the core conclusions from the volume of explanation. I repeatedly ran into the feeling that the model was technically complete but operationally hard to work with.
This is where the "seasoned engineer" framing became very literal. Fable investigated every corner of the problem space, but the resulting artifact made it harder to see the overall product direction.

For human-readable specs and PRDs, I would still start with Sonnet or Opus. Fable makes more sense as a reviewer, implementation planner, or execution orchestrator where the depth matters but humans do not need to read every intermediate detail.
Test 3: One-shot frontend design
Frontend design was the biggest disappointment in my testing. I asked Fable 5 to design a skills registry, and the first result was a sparse gray, black, and red interface that looked unfinished and visually weak.
This was not subtle taste disagreement. The hierarchy, color choices, and overall layout all felt below the quality level I would expect from current frontier models.

After feedback from Anthropic that the prompt likely needed more detail, I reran the task with stronger direction and additional constraints. The result improved somewhat, but not enough for me to prefer Fable over Opus for one-shot frontend generation.
What surprised me most was that I have not needed unusually detailed prompting for frontend quality in quite a while. Most current models recover reasonably well from broad design prompts. Fable did not. You can follow the full implementation in How to Create Well-Formatted Educational PDF Worksheets Using AI. See How to Create Well-Formatted Educational PDF Worksheets Using AI.
My takeaway is that benchmark strength does not automatically translate into visual taste or interface judgment. Fable may work better inside an established design system with explicit constraints than in open-ended design generation.
Test 4: Ambitious implementation
I also tested whether Fable would take initiative on implementation work when given a specification and a broad goal to ship a useful first version.
Instead, the model interpreted the scope very conservatively and delivered a much narrower result than I expected. It optimized heavily around minimalism and risk reduction rather than trying to maximize user value within the constraints.

I cannot confidently attribute that behavior to Anthropic’s safeguards, but the pattern was noticeable. The practical lesson is that product ambition needs to be stated extremely explicitly. If you want the model to optimize for usefulness, breadth, or user delight instead of caution, you probably need to define that in the prompt and then verify that the execution still aligns with the intended outcome.
Test 5: Multi-agent work
I also tested Claude’s dynamic workflows and subagent orchestration using Fable for longer-running work. Some runs completed successfully and demonstrated the potential value of the architecture. Others stalled, errored, or became difficult to monitor.

In one run, I stepped away from the computer and came back roughly three hours later to stalled subagents. I could not determine whether the failure came from the model itself, Claude Code, or the orchestration layer around it.
That distinction matters because long-horizon autonomous work only becomes practical if the surrounding execution environment is observable, recoverable, and stable. The intelligence may already be capable enough for these workflows, but the operational layer still needs maturity.
My task-level recommendation

Based on these tests, I would consider Fable 5 for:
- Hard technical problems where thorough investigation matters.
- Vision and document-formatting tasks similar to the handwriting-page test.
- Long-running work with explicit outputs and active monitoring.
I would not make it my first choice for:
- One-shot frontend design.
- Human-readable strategy documents and PRDs.
- Fast, loosely specified MVPs.
Fable 5 makes the most sense as part of a task-specific model stack rather than as a universal default. Its depth is valuable when the work benefits from exhaustive analysis and when there is a clear finish line for humans to review against.
My next round of testing would focus on instrumented long-running workflows, stronger design constraints, and whether an advisor-executor split actually improves quality per token spent.
Fable 5 is capable, expensive, and unusually opinionated about how work should proceed. The strongest results came from tasks where precision, investigation, and persistence mattered more than speed or presentation.
The parts worth copying today are the vision capabilities, the depth of technical analysis, and the ability to sustain longer autonomous workflows when closely supervised. The parts that still require heavy human judgment are product strategy, readable communication, design taste, and deciding when the model is over-optimizing for caution instead of usefulness.
Watch or listen
Build your next product with ChatPRD
Turn an idea into a PRD, user stories, and a plan.

