Agentic AI·June 9, 2026·9 min read

What it feels like to work with Fable

Claude Fable 5 is a new Mythos-class model for long-horizon agentic work. I tested the shift on the recent Nvidia's "Hack for Impact" hackathon in London — PowerRanger, an EV fleet flexibility agent. While getting a win in the Economics category, got a few quirks.

M

Mike Doroshenko

Founder, Vahue

Commercial EV depot in London with Claude Fable 5 coordinating chargers, batteries, and grid flexibility signals

Last updated June 9, 2026. Claude Fable 5 is the first generally available model in Anthropic's Mythos class. The important thing is not just that it is stronger. It changes the work pattern: less prompt-by-prompt steering, more commissioning a complete outcome and judging what comes back.

Short answer: Claude Fable 5 matters because it is built for long-horizon agentic work: planning, tool use, code execution, revision, and verification across large tasks. I tested that shift on PowerRanger, a real EV fleet flexibility agent, where the model had to connect public grid signals, private fleet constraints, safe control actions, and settlement evidence.

What is Claude Fable 5?

Claude Fable 5 is Anthropic's most capable widely released Claude model, designed for demanding reasoning and long-horizon agentic work. It is generally available on June 9, 2026 through the Claude API and major cloud platforms. In business terms, it turns a goal into a workflow. You do not only prompt the model; you brief it, set constraints, and judge the result.

  • Claude Fable 5 supports long-horizon agentic work.
  • Claude Fable 5 supports a 1M token context window and up to 128k output tokens per request.
  • Claude Fable 5 uses adaptive thinking, with raw thinking hidden and summarized thinking available for integrations.
  • Claude Fable 5 includes safety classifiers and can refuse or route risky requests.

For Vahue, this is the moment AI starts moving from chat to command center. Related Vahue work includes enterprise AI systems, AI-native engineering, and AI strategy.

What it feels like to work with it

The most striking part is not a single answer. It is the way the work moves. With previous models, I felt like an operator: ask, inspect, correct, repeat. With Claude Fable 5, the role feels closer to a commissioner. I describe the outcome, constraints, quality bar, and risk boundaries. The model works through the project, makes many local decisions, and returns something closer to a finished artifact.

The viral point: the human role changes from operator to commissioner. You brief the system, it spins up the work, and your job becomes judgment, risk, and taste.

This is powerful, but it is also strange. The better the model gets, the less you personally touch each intermediate step. You still control the goal, constraints, and acceptance criteria. But you do not see every micro-decision. That is the tradeoff: more leverage, less process visibility.

Claude Fable 5 pros and quirks

Quick verdict: Claude Fable 5 is strongest when the task is large, ambiguous, and worth deep autonomous work. It is weaker when you need a fast, terse answer or when the model spends too much time clarifying what it could decide itself.

What stands outWhat it means in practice
Workflow modeIt can break a large assignment into many parallel checks: files, edge cases, documentation gaps, UX issues, and implementation risks.
AutonomyIt is more willing to work for a long time toward a goal instead of stopping after a shallow first pass.
Long-horizon confidenceIt feels built for massive tasks: code reviews, multi-agent planning, product architecture, research-heavy builds, and complex systems work.
High token appetiteThe same thoroughness can burn budget quickly. Use effort settings intentionally and lower them more than feels natural for ordinary tasks.
Verbose explanationsIt can over-explain and produce dense reasoning. Give it a style rule: concise first, details only when requested.
Clarifying-question loopsIt may ask, summarize, confirm, spec, and confirm again. For operational work, tell it which decisions it may make without asking.
Slower feelIt may feel slower than lighter models because it is optimizing for thoroughness, not quick token flow.

The practical advice: use Claude Fable 5 for hard work, not every work. Give it high-context briefs, explicit decision rights, a budget, and a concise reporting format. For small tasks, use lower effort or a faster model.

Here is how I used it in a flexibility project

My serious test was PowerRanger: a sovereign edge agent for commercial EV depots in London. Electricity is not normal inventory. The grid needs constant balancing, and commercial EV fleets can either stress the grid or become flexible assets that earn money. The goal was to build an agent that monitors flexibility opportunities, reasons over private fleet constraints locally, controls chargers and batteries, verifies delivered flexibility, and generates settlement evidence.

This is the kind of project where Claude Fable 5 becomes interesting. It is not just writing a component or summarizing a document. It has to hold the product concept, energy-market logic, operational constraints, API workflows, charger-control assumptions, risk checks, and evidence generation in one coherent build. Secure LLM deployment becomes part of the product architecture, not a compliance afterthought. External proof for the market is already visible: UK Power Networks says flexibility can reduce load-related expenditure by up to £410 million in the current regulatory period.

  • PowerRanger reads public flexibility dispatch data.
  • PowerRanger keeps fleet constraints on sovereign edge infrastructure.
  • PowerRanger converts flexible load into settlement-ready evidence.

How the model helped structure the build

PowerRanger starts with public grid and flexibility signals, including UKPN's Flexibility Dispatches dataset. It combines those signals with private fleet, charger, and battery data. Sensitive constraints stay local, while specialist agent skills evaluate day-ahead prediction, intraday decisioning, battery degradation, delivery SLA risk, and settlement proof.

The useful part of Claude Fable 5 was holding all of those layers together. A normal chatbot can describe the architecture. A long-horizon agentic model can help turn it into a product shape: data polling, private reasoning, control boundaries, human interruption, telemetry, and settlement reporting. The opportunity is not only large batteries. The underserved market is distributed demand: EV fleets, depots, small commercial batteries, cold-chain sites, HVAC, refrigeration, and small businesses with flexible load.

Example dispatch

SignalPowerRanger decision
ZoneSouth London Flex Zone
WindowTomorrow 18:00-19:30
Requested reduction80 kW
Indicative value£180/MWh
Operational constraints7 priority vans cannot be throttled; 9 standard vans can delay charging by 90 minutes; battery can discharge 30 kW safely.
Safe flexibility84 kW
Economics£22.68 expected revenue, £0 delivery SLA risk, £2.10 battery degradation, £20.58 net expected value.
ActionAccept 80 kW dispatch, control batteries and chargers, generate settlement report, keep Telegram and web UI observability open for interruption.

Why this is different from normal AI work

A chatbot explains flexibility. An agentic system participates in it. That distinction is the whole point of the Claude Fable 5 release. Value stacking requires assets to move between revenue streams, markets, and constraints; energy-flexibility operators describe value stacking as using one asset to generate multiple revenue streams across market opportunities. A normal software workflow waits for people to reconcile data. An agentic workflow watches, decides, acts, and proves.

The same pattern already shows up in fleet electrification. A London smart-charging case study showed that intelligent charger control can increase the number of 7.5-tonne electric trucks at one site from 65 to 170 without upgrading the power supply connection. Grid data and agentic workflows are becoming an economic infrastructure category.

Illustration positioning Claude Fable 5 above other current AI models in a throne-room style comparison
How the release feels in practice: less like another model picker option, more like a new tier of delegated work.

What to watch before adopting it

Claude Fable 5 is not a free lunch. It is designed for harder work, and that means cost, governance, and safety behavior matter. Official docs list pricing at $10 per million input tokens and $50 per million output tokens. The model also carries data retention requirements for safety classifiers, and high-risk requests can be refused or handled through fallback patterns. For enterprise buyers, those details are not footnotes. They determine where the model belongs in your stack.

How to apply Claude Fable 5 in your company

  • Pick a bounded economic workflow. Start where the decision has a measurable value, deadline, and audit trail.
  • Separate public signals from private constraints. Let agents read market signals, but keep sensitive fleet, customer, or operational data in controlled infrastructure.
  • Use specialist agents, not one giant prompt. Assign separate skills for prediction, risk, control, evidence, and human escalation.
  • Design for interruption. Give humans observability and override through web UI, chat, or ops tooling.
  • Measure settlement, not vibes. The output should be proof: telemetry, decision logs, risk notes, and financial result.

Mini-FAQ

What is Claude Fable 5?

Claude Fable 5 is Anthropic's generally available Mythos-class model for demanding reasoning and long-horizon agentic work.

What is an agentic economic system?

An agentic economic system uses AI agents to monitor signals, reason over constraints, take bounded actions, and produce evidence for business or market outcomes.

Why use EV fleet flexibility as the example?

EV fleet flexibility is concrete, valuable, and constrained: the agent must balance grid signals, private fleet needs, charger control, risk, and settlement proof.

What makes this different from automation?

Traditional automation follows predefined rules; an agentic system evaluates changing signals, constraints, rewards, and risks before taking a bounded action.

Where should companies start?

Companies should start with a workflow that has clear inputs, reversible or bounded actions, human override, and measurable economic value.

How should teams control Claude Fable 5 cost and verbosity?

Teams should lower effort for ordinary tasks, set decision rights clearly, define a concise reporting format, and reserve high-effort runs for hard long-horizon work.

Sources

Key takeaway

Claude Fable 5 is not interesting because it can make more impressive demos. It is interesting because it can help operate real workflows. The next AI advantage is not asking better questions. It is designing better commissions.

Next step

Deploying something similar? Let's talk.

Vahue helps teams ship enterprise-grade AI systems — from secure LLM deployments to AI-native engineering pods. 30-minute discovery call, zero pressure.

Keep reading