Modern Creator
BridgeMind · YouTube

Claude Fable 5 Makes New Things Possible

A first-day review from a builder who burned 700 million tokens in one session — benchmarks, demos, and the habits that make the usage limits survivable.

Posted
yesterday
Duration
Format
Review
hype
Views
28.6K
1.4K likes
Big Idea

The argument in one line.

Fable 5 is not an incremental improvement but the first model capable of one-shotting previously impossible tasks, and its 2x cost demands deliberate prompting habits to avoid burning subscription limits in minutes.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • You are on Claude Max or Claude Code and actively building with AI agents daily.
  • You want a benchmark-grounded comparison of Fable 5 vs GPT 5.5 and Opus 4.8 from someone who ran it at production volume.
  • You have hit Claude Max usage limits quickly with Fable 5 and want practical tips to extend them.
  • You are building autonomous coding agents and need to understand how sub-agent spawning multiplies cost.
SKIP IF…
  • You are looking for a technical breakdown of Fable 5 architecture or training methodology — this is a practitioner review, not a research analysis.
  • You want a head-to-head comparison for creative writing or non-coding tasks.
TL;DR

The full version, fast.

Fable 5 scores 80.3 on SWE-Bench Pro vs 69.2 for Opus 4.8 and 72.9 on CursorBench vs 64.3 for GPT 5.5 — the largest single-generation coding benchmark jump on record. The practical proof is a one-shotted horror game with collision detection, flashlight battery mechanics, and ghost AI. The catch: Fable 5 costs twice Opus 4.8, and a multi-agent run with five sub-agents can burn 31% of a $200/month Claude Max plan in under 20 minutes. Three habits make the limits survivable: cap effort at extra high not max, suppress sub-agent spawning in your prompts, and give the model single specific tasks rather than open-ended briefs.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0002:24

01 · Bridge Horror House One-Shot Demo

Live playthrough of a fully playable horror game built in one Claude Code session: dark corridors, brass key inventory, flashlight with battery drain, ghost AI that retreats from light, interactive notes.

02:2404:24

02 · Fable 5 Pricing and Usage Limit Tips

Pricing: $10/M input, $50/M output (2x Opus 4.8). Plan inclusion ends June 22. Three tips: effort level extra high not max, no sub-agents, single-agent prompting.

04:2405:30

03 · Benchmarks: SWE-Bench, CursorBench, Artificial Analysis

SWE-Bench Pro 80.3 vs 69.2. Frontier Code 29.3 vs 13.4. CursorBench 72.9 vs 64.3 (GPT 5.5). Artificial Analysis coding index: Claude now leads GPT.

05:3010:01

04 · Building BridgeAgent Live with Fable 5

Live demo of BridgeAgent MVP — an autonomous software developer with responsibility and integration system. Fable 5 one-shots a transcription feature, then fixes a two-month-old BridgeVoice bug that Opus 4.8 and GPT 5.5 both failed on.

10:0115:51

05 · Sub-Agent Usage Warning and Final Verdict

Real-time usage check shows 31% burned by four agents in 20 minutes. Anthropic blog confirms June 22 cutoff with intent to restore. Final verdict: 10/10, best model ever used.

Atomic Insights

Lines worth screenshotting.

  • Fable 5 scored 80.3 on SWE-Bench Pro vs 69.2 for Opus 4.8 — the largest single-generation coding benchmark gap ever recorded.
  • A two-month-old bug that GPT 5.5 and Claude Opus 4.8 both failed to fix was resolved by Fable 5 in one shot.
  • Running four Fable 5 agents for 20 minutes consumed 31% of a $200/month Claude Max plan.
  • Sub-agents multiply Fable 5 token consumption linearly — one prompt spawning five agents behaves like five simultaneous Fable 5 sessions.
  • Setting effort to extra high instead of max extends usage substantially with no meaningful loss in output quality for most tasks.
  • Fable 5 is included in Claude Max through June 22; after that it requires usage credits at API pricing of $10/M input and $50/M output.
  • Fable 5 scores 72.9 on CursorBench vs 64.3 for GPT 5.5 — the first time a Claude model has clearly outperformed GPT on real multi-file Cursor sessions.
  • On Frontier Code, Fable 5 scored 29.3 vs Opus 4.8 at 13.4 — more than doubling its predecessor.
  • A fully playable horror game with atmospheric lighting, flashlight battery mechanics, ghost AI, and inventory was one-shotted in a single Claude Code session.
  • Anthropic has stated it aims to restore Fable 5 to subscription plans once sufficient compute capacity is available.
Takeaway

Three habits that make Fable 5 limits survivable

WHAT TO LEARN

Fable 5 is twice the cost of its predecessor, and the way you prompt determines whether it builds your entire MVP or burns your subscription in 20 minutes.

  • Setting effort to extra high instead of max extends your Claude Max quota substantially with no meaningful loss in output quality for most coding tasks.
  • Sub-agents multiply token consumption linearly — one prompt that spawns five agents behaves like five simultaneous Fable 5 sessions; adding a no-sub-agents instruction to your prompt is the single highest-leverage usage optimization.
  • Giving Fable 5 a single, specific task rather than an open-ended brief produces faster completions and better accuracy, not just lower token usage.
  • A bug that has survived multiple attempts with other models is worth one focused Fable 5 session before assuming it requires architectural changes.
  • The June 22 plan-inclusion deadline is a real forcing function — the highest-ROI use of the current window is tackling the hardest backlogged problems first, before the model moves to usage-credit pricing.
Glossary

Terms worth knowing.

SWE-Bench Pro
A benchmark evaluating AI models on real GitHub issues requiring multi-file code changes. Higher scores indicate the model can autonomously resolve more complex real-world engineering tasks.
CursorBench
A benchmark from Cursor measuring model performance on ambiguous, multi-file coding tasks drawn from real Cursor user sessions — closer to actual developer workflow than synthetic tests.
Sub-agents
Additional AI agent sessions spawned by a primary agent to parallelize work. In Claude Code, each sub-agent runs its own model session, multiplying token consumption by the number of agents launched.
Effort level
A setting in Claude Code controlling how thoroughly the model thinks before responding. Options range from low to max — higher levels use more tokens and take longer.
Vibe coding
A development style where the programmer describes intent in natural language and AI agents write, test, and iterate on code autonomously, with the human acting as product director.
Usage credits
Post-quota billing units on Claude subscriptions. Once a model is removed from plan limits, continued use draws down usage credits at API pricing rates rather than being covered by the flat subscription.
Resources

Things they pointed at.

Quotables

Lines you could clip.

02:13
I have never seen AI be able to create a game like this.
Declarative, no setup needed, plays well over game footageIG reel cold open↗ Tweet quote
03:43
This is the largest jump in terms of the SWE-Bench Pro benchmark that we've ever seen.
Specific, superlative, benchmark-backedTikTok hook↗ Tweet quote
15:08
It's not about just getting a step in improvement. It's about getting a model that literally makes what was previously impossible now possible.
Clean thesis, emotional peak, standalonenewsletter pull-quote↗ Tweet quote
04:05
I have decided to cancel my $200 a month ChatGPT pro plan. There's no point in even using OpenAI models at this point.
Strong take, dollar amount anchors it, controversy-readyTikTok hook↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

analogy
00:00Yesterday, Anthropic released Claude Fable five. And in this video, I'm gonna be showing you what I built with it and why I think that Fable five makes new things possible and why this model is a massive leap in AI capabilities. Yesterday, I spent over 700,000,000 tokens inside of Cursor while blowing through my three clawed code max subscriptions.
00:22Before I get too deep into this review, I do wanna show you one output that we got yesterday while live on stream that really puts Fable five in a league of its own. Check this out. So this is Bridge Horror House.
00:35This is a horror game that we built with Claude Fable five. So pretty much, you go around, you find these keys. Okay?
00:44So we're going around. Here's a key. I'm gonna pick up this key.
00:47So I need to find these keys. And I want you to look at the graphics. Okay?
00:51Look. I can open the doors. This is literally I can look at this.
00:55I can pick up batteries for my flashlight, and I'm gonna go over to this room. I actually played this yesterday quite a bit.
01:01Look. Here's a key right here. So woah.
01:03What was that? Did you guys see that? I'm gonna pick up this key.
01:10Okay. Let's look at this. So now I can pick this up and I can read it.
01:13It says he cannot stand the light. Hold your beam on him. Hold it.
01:17Do not blink. And he comes apart like smoke, but the light eats batteries and taking what is his only makes him angrier. Press e to put down.
01:25So look, there's that ghost. So basically, I have to look at the ghost. And if I don't look at it with my flashlight, then I'm gonna die.
01:32But I now have two of the brass keys. I'm gonna go find the third one. And I just want you guys to look at all of the graphics.
01:39You guys can let me know what you think in the comment section down below. But we have never seen anything get output like this in regards to games. So here's the final key.
01:47I'm gonna pick this up, and let's go see if we can get out. So here's the ghost.
01:51Where is it? So there's the ghost right there. It's coming at me.
01:54I have to look at it. Okay. Boom.
01:55I game it. So now I have to get out. Now I have to get out of the house.
01:58I'm gonna go over here. I'm gonna unlock the front door, and I escaped.
02:04Okay. So that is a horror game that was one shot. Okay?
02:09That was one shot using Fable five. And I have never seen AI be able to create a game like this.
02:18Fable five is expensive. It's $10 per million on the input and $50 per million on the output, making it twice the cost of Opus 4.8. But remember, this was rumored to be $25 per million on the input and a $125 per million on output.
02:34So I was actually pleasantly surprised with the price. I did hit my usage limits on my 200 a month Claude Max subscription in less than thirty minutes using Fable five, and this x post literally has 735,000 views.
02:49So a lot of people are experiencing this. But I'm gonna give you a few tips so that your Quad Fable five usage limits last longer. To make your usage limits go further, please please please put your effort level in extra high or high.
03:03Do not use max. Max is overkill. It's gonna take way longer than you need it to take, and it's gonna use way more usage than you need it to take.
03:11Also, you should not be using sub agents when you're launching Fable five. Just have it work with a single agent. Do not ask it to run sub agents because it will obliterate your usage.
03:24When it comes to benchmarks, Fable five is a huge gap up. So if you look at this here on SweetBench Pro, Opus 4.8 scored 69.2.
03:33Fable scored 80.3. That is a massive jump. And then in Frontier Code, look at this.
03:39Opus four point eight scored 13.4. Fable scored 29.3. So this is the largest jump in terms of the SWE bench pro benchmark that we've ever seen.
03:48And on artificial analysis, look at this. We also now have Claude models surpassing GBT models in coding capabilities. Look at this.
03:58Opus 4.8 was at 56.7. Now Fable five, sixty two. It destroys GPT 5.5.
04:05In intelligence, same thing. Look at this.
04:07GPT 5.5 extra high. It's 60.2. Claude Fable five, almost a five point difference.
04:13Because of this disparity, I have decided to cancel my $200 a month ChatGPT pro plan. There's no point in even using OpenAI models at this point. I think Claude Fable is so much better that I won't even touch a GPT model.
04:28With the money that I'm saving from canceling this subscription, I'm gonna be giving one of you a free month of Claude Max, the $200 plan. So make sure that you like this video, subscribe and turn on post notifications, and join the BridgeMind Discord community, the home of the vibe coding movement, and then comment down below that you've done so.
04:47And I'm gonna select one of you guys to win $200 towards a Claude Max subscription. Another benchmark which is definitely worth looking at is CursorBench.
04:56So if you go down, you're gonna see that Fable five destroys the Frontier. Okay?
05:00It scores 72.9% compared with Opus 4.7 Max, which scored 64.8%, and GBT 5.5, which scored 64.3%.
05:10And what I want you guys to look at is just that jump. Okay? This is a leap in capability.
05:16This is not, oh, it got a little bit better. No. This is okay.
05:20This is obviously outperforming anything else. I now wanna show you guys what it is that I built yesterday using Fable five, and we're then gonna give a couple prompts to Fable five to continue the development of BridgeAgent.
05:34So this is BridgeAgent. Okay? This is a competitor to Hermes agent, but rather than being a general purpose agent, this is a highly specialized agent for software development.
05:45The goal of BridgeAgent is to create an agent that is able to build software autonomously. I used Fable five to build out the complete MVP, and I just wanna show you guys a little bit about what it created. So there's a new concept of responsibility.
06:01So you can have AI create the responsibilities for you. You can also select from a library. So one example would be DDoS protection.
06:08So this is how it works. So this is a responsibility. You can assign this responsibility, but in order to do so, you can see that I have to click connect.
06:17And when I click connect, you're gonna see that this is the integrations that Bridge Agent has. So you integrate it with GitHub, you integrate it with Sentry or Cloudflare or AWS, and once you integrate those things, your agent becomes a recursive, self improving agent that works as a software developer for you.
06:35And Fable five was able to build this for us. One thing that I've noticed with Fable five is its ability to just one shot pretty much any feature that you ask it to build. So if you guys look at this, one feature that I built last night is this one over here, just a transcription feature.
06:52Watch this. Let's record. There, Bridge agent.
06:54How are you doing today? It's perfectly. Okay?
06:59And that really is the key there is that I didn't have to two shot this. I didn't have to three shot this. This was a complete one shot, and that's what I'm seeing with Claude Fable five is that this is able to pretty much one shot any back end feature.
07:13Now, one thing that I do wanna draw your attention to is that I don't see massive improvements in the design capabilities of Fable five. I think that a lot of the improvements that I'm seeing are its back end capabilities. So you guys know that GPT 5.5 is good at back end, and people would say, oh, Claude isn't that good at back end.
07:32That is no longer the case. And I do think that while there is improvements in some aspects of the front end design, I think that with Claude Fable five, it did create this UI.
07:42So you guys can let me know what you think. You guys can go check this out at bridgeagent.app. But this is the website that it created for Bridge Agent.
07:50We're currently taking people that want to get free access and get on the wait list so that we can get this tested. But you guys can see that it is pretty much kinda like the Apple website. If you go to request access, this is what it looks like.
08:01It set up a Cloudflare turnstile token for us. It set up everything correctly, but I do think that the design is still a little bit not necessarily AI slop, but it definitely is not this incredibly unique design.
08:12So I don't think that we're there yet. There's this really cool visual representation that you can get of BridgeAgent. We built this using Fable five.
08:19But what I wanna do next is I actually wanna put Fable five through my vibe coding workflow so that you guys can see how I'm using it. I need you to do a complete in-depth review of BridgeAgent and of BridgeAgent desktop, and I need you to create a new project in the root BridgeAgent directory that is called BridgeAgent docs.
08:39This should be a FumaDocs project that is incredibly well designed, is dark themed, and light themed, and make it re cap and summarize all of the documentation that is needed for BridgeAgent.
08:52So I'm gonna submit that there. And basically, what I'm seeing with Fable five is that you give it a task and it's able to complete it. Now this is slower than Opus 4.8 is.
09:05I am putting it in max effort right now. I know I advised you guys against this, but remember, I have three Cloudmax subscriptions. So I can rip through my usage much more than an average person would be able to.
09:17Also, one thing before I give the next prompt, note this. Fable five is here, our newest model for complex long running work, included in your plan limits until June 22, then switch to usage limits to continue. So this has actually caused quite a bit of outrage.
09:32People are not happy that pretty much they're gonna give us Fable five. And then on June 21, that's gonna be the last day that we have access to Fable five inside of our Cloud subscription. Now here's what I'll say.
09:44First of all, let's lock in and let's work as hard as we can while we still have the model. But then I'll show you in a second what they said in one of their blog posts because it looks like we're probably gonna get it back in the plan once they get the compute, but I'll show that to you guys a little bit later. So the next thing I'm gonna do is I am gonna add BridgeVoice, and I'm just gonna say, I need you to do an in-depth review of the push to talk functionality for BridgeVoice.
10:07And sometimes I get a bug where even though I lift up my finger from pressing the push to talk key, it does not stop recording immediately. Review the functionality associated with this and perfect it to make sure that it is instant. Okay.
10:20So I'm gonna submit that. Sometimes I get this weird bug with BridgeVoice, and what I find is that any bug that I have, if I give it to Fable five I actually had a very difficult bug yesterday with BridgeVoice, and I'll even show it to guys right now.
10:32Do you guys see the BridgeVoice widget pill here? Do guys see this? Watch this.
10:35So I'm just gonna press it. And do you guys see this here how it says too short, nothing transcribed? This is something I've literally been trying to get working for so long.
10:46If you look at this screenshot, this is what it looked like before when I had an error in BridgeVoice. You can see that it's basically cut off.
10:53It's terribly styled, and this is a bug that I've had for the past two months in BridgeVoice that trust me. I've given it to GPT 5.5 extra high.
11:04I've given it to Claude Opus 4.7 max. I've given it to Claude Opus 4.8 max. But finally, there's a model that actually designs this where if I do I'll do it again.
11:12Look at this. I'll produce it again. Look at this.
11:14Too short, nothing transcribed. Finally, it fixed the bug with the design, and just so you know, it did it in one shot.
11:22I need you to review all of the integrations with BridgeAgent, and note that we need respective skills for each integration, because BridgeAgent is an autonomous software developing agent that needs to be able to integrate really well with each of those integrations. So do a complete review and improve our skills and improve the agent's abilities to create software autonomously.
11:44So I can literally give it this prompt. Right? And what I find, like I said, is that Fable five is so intelligent.
11:52With broader prompts, it's able to get things done. So I now have these three agents running. You guys can see that this agent is actually coding now.
12:00But this agent here, I'm having it do a security audit. It's five minutes in. And what I don't like is that it actually launched I think it launched five sub agents.
12:09Yeah. Look at this. It launched five explore agents.
12:12And this is a problem now because with Fable five, it's so expensive that this is gonna like I said, it's gonna obliterate your usage. So let's do a quick usage check and just know I'm at 10% used.
12:24Okay? But think about this. If I now run these five agents and they work, let's say, for the next ten to fifteen to twenty minutes, okay, that usage is probably gonna be, like, 30%.
12:34And it's not because, oh, Fable five is just this incredibly expensive model. If you give it one prompt, it's gonna obliterate your 200 max plan. It's more, hey, I would honestly recommend prompting to not launch sub agents because at this point, this is just overkill.
12:48While my Fable five agents are working, I do wanna draw your guys' attention to the official blog article that explains the usage limits and explains what's gonna happen. So it says from today through June 22, Fable five is included on Pro Max team and seat based enterprise plans at no extra cost.
13:06And then on June 23, they're gonna remove Fable five from those plans. So after that, it's gonna cost usage credits. So you're basically gonna spend API pricing, which is gonna make it incredibly expensive.
13:17But look at this here. After this point, when sufficient capacity allows us to do so, we aim to restore Fable five as a standard part of subscription plans. We intend to do this as quickly as we can.
13:29So while everybody is upset about the fact that they're giving us a model and then taking it away, I do think that they'll add it back relatively quickly, and hopefully, they can get so much influx of demand that they're gonna be able to find that compute. This Fable five agent that was working on that BridgeVoice bug is now complete.
13:48If you scroll up here, you can literally see it just went into the diagnostics TXT, and it found the bug, and it just fixed the bug. And this is what I'm seeing from Fable five.
13:58You give it a task, it's gonna be able to complete it with incredible accuracy. Now, this one here, we saw the same issue on this one. If you look at this, what you're gonna see is that this launched sub agents, and I don't like that.
14:10I don't like the fact that it's launching sub agents. So just make sure that you prompt Claude Code to not launch sub agents because, hey, if I look at my usage limits now, look at this.
14:20Let's see. 31% used.
14:21Right? So that's a lot of usage for only running four agents. Now if I prompted it to not launch sub agents, that would be a lot less.
14:29But you can see that, yeah, Fable five is gonna eat your usage limits. It is two times the cost. But if you do have multiple Cloudmax subscriptions, you're gonna be okay.
14:37I think that for me, having three of them, I probably do have unlimited Fable use if I don't launch a bunch of sub agents. Now for the big question, does Fable five get the BridgeMind stamp of approval?
14:49And I already think you guys know the answer to this. 100%, 10 out of 10, this is the best model I've ever used in my life.
14:58This makes new things possible. This is the model that I've been waiting for because it's not about just getting a step in improvement. It's about getting a model that literally makes what was previously impossible now possible.
15:09And that's what I'm seeing with Fable five. And, guys, we have to lock in because it's only here until June 22. So for the next two weeks, we have to lock in.
15:20We have to use it while it's included in our quad subscriptions because, yes, it is expensive. But, guys, let's lock in and let's make the most of it. I'm gonna be live today for day 191 of Vybecoing and app until I make a million dollars, and the only model I'm gonna be using is Fable five.
15:35I give it a task. It gets it done. But with that being said, I do have a like goal of 500 likes on this video.
15:40So if you haven't already liked, subscribed, and joined the Bridge Mind Discord community, the home of the vibe coding movement, make sure you do so. And with that being said, I will see you guys in the future.
The Hook

The bait, then the rug-pull.

One day after Anthropic released Claude Fable 5, this builder had already burned 700 million tokens across three Claude Max subscriptions and built a fully playable horror game in a single prompt. The question the video answers is not whether Fable 5 is good — it is — but whether the model is worth what it costs to run at scale.

Frameworks

Named ideas worth stealing.

02:48list

Effort Level Hierarchy

  1. low
  2. medium
  3. high
  4. extra high
  5. max

Claude Code effort levels control how deeply the model thinks before responding. Extra high is the practical optimum for Fable 5 — max is wasteful and slower without proportional gains.

Steal forAny Claude Code workflow where usage limits matter
12:21concept

Single-Agent vs Sub-Agent Cost Multiplier

Each sub-agent spawned by Claude Code runs its own independent model session. With Fable 5 at 2x normal cost, five sub-agents multiply effective token burn by roughly 5x. Suppressing sub-agent spawning via explicit prompt instruction is the highest-leverage usage optimization.

Steal forAny multi-agent Claude Code prompt template
CTA Breakdown

How they asked for the click.

VERBAL ASK
04:22subscribe
Make sure that you like this video, subscribe and turn on post notifications, and join the BridgeMind Discord community.

Bundled with a $200 Claude Max giveaway — like + subscribe + Discord join + comment. Well-integrated incentive mid-video before benchmark section.

Storyboard

Visual structure at a glance.

hook — host intro
hookhook — host intro00:00
horror game demo
valuehorror game demo00:54
pricing and usage tips
valuepricing and usage tips02:24
CursorBench results
valueCursorBench results04:55
BridgeAgent landing page
valueBridgeAgent landing page05:30
BridgeAgent app UI
valueBridgeAgent app UI08:21
multi-agent live coding
valuemulti-agent live coding10:23
Anthropic availability blog
valueAnthropic availability blog12:49
final verdict
ctafinal verdict15:08
Frame Gallery

Visual moments.

Watch next

More from this channel + related breakdowns.

21:09
AI Edge · Talking Head

Claude Fable — First Look and Honest Review

A 21-minute first-hours take on the public release of the Mythos-class model — what it does, what it costs, and a practical framework for deploying it without burning your token budget.

June 9th
Chat about this