Modern Creator
Alex Finn · YouTube

5 Things To Do In Fable Five Before It Disappears

A screen-recorded tutorial arguing you have two days left at flat pricing to reinvent how you use Fable Five before usage-based pricing kicks in.

Posted
yesterday
Duration
Format
Tutorial
hype
Views
612
50 likes
Part of the collectionThe Fable 5 PlaybookAll 45 Fable 5 breakdowns, synthesized into one page.
Read the playbook
Big Idea

The argument in one line.

Before usage-based pricing makes Fable Five expensive, use it to rebuild your personal workflows, spin up a self-built software 'mission control,' hand it creative control on coding sessions, delegate browser busywork to it, and offload routine code writing to ChatGPT instead.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • Someone already using an AI coding assistant who wants a more automated workflow than manual prompt-test-prompt loops.
  • A solo builder paying monthly for task-management or content tools who wants to replace them with something self-built.
  • Someone hitting usage limits on a premium AI model who needs a strategy for stretching it before a price change.
SKIP IF…
  • You've never used an AI coding tool and don't have an existing workflow to rethink yet.
  • You're looking for beginner setup instructions rather than workflow strategy.
TL;DR

The full version, fast.

With Fable Five about to move to expensive usage-based pricing, the video argues you should spend the remaining time restructuring how you use it rather than just using it more. First, list your existing daily workflows and reverse-prompt Fable to redesign each one; the presenter turned his manual prompt-test coding loop into a four-step spec/morning/build/review pipeline this way. Second, build a personal 'mission control' app that replaces paid SaaS tools, hosted free on Vercel. Third, let Fable drive exploratory coding sessions instead of directing every step. Fourth, delegate browser-based busywork — signups, API keys, deployments — to its built-in browser. Fifth, save Fable's limited usage for high-level thinking and route routine code-writing to ChatGPT instead.

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:0000:40

01 · Intro

States that Fable Five moves to usage-based pricing in two days and previews the five things to do before then.

00:4004:38

02 · Operating systems

Lists daily workflows (coding, content, community, routines) and reverse-prompts Fable to redesign each; turns a manual prompt/test coding loop into a four-step spec/morning/build/review pipeline.

04:3806:42

03 · Mission Control

Argues for building a personal internal app that folds in tools he was paying for — a newsletter studio, task board, content-capture board — and hosting it free on Vercel.

06:4210:35

04 · True vibe coding

Distinguishes 'true' vibe coding — letting the model choose direction and features rather than issuing commands — using an open-ended 'what should we build next' prompt on his Personal OS.

10:3513:04

05 · Do ALL your work

Uses Fable's built-in browser to research competitor YouTube channels and to sign into Vercel, add environment variables, and deploy — tasks previously done manually.

13:0415:16

06 · Use it the right way w/ ChatGPT

Reserves Fable's limited usage for high-level thinking and ideation, routes routine code-writing to ChatGPT's medium reasoning tier — found more reliable than the 'ultra' tier over a week of testing — then closes with predictions and a subscribe/Academy CTA.

Atomic Insights

Lines worth screenshotting.

  • Fable Five's usage limits reset roughly every 12 hours and can hit 40% used within hours of a reset, so budgeting its use matters as much as the tool itself.
  • Reverse-prompting — describing your current workflow and goals, then asking 'how should we do this?' instead of issuing commands — surfaces ideas a person wouldn't think to ask for.
  • A four-step spec, morning, build, review loop replaced a manual 'prompt, test, prompt, test' coding cycle and cut hours off a daily workflow.
  • Hosting a self-built internal tool on Vercel makes it reachable from a phone or tablet, which is what turns a local script into a real replacement for a paid subscription.
  • Letting an AI model choose the next feature to build, rather than directing every decision, is compared to how musicians write songs rather than how software specs are normally written.
  • A model with an in-app browser can complete tasks end-to-end — creating accounts, generating API keys, pushing code to GitHub and Vercel — without the user leaving the chat.
  • Splitting AI use by task type — a high-reasoning model for planning, a separate model for routine code writing — stretches a limited usage budget further than using one model for everything.
  • In the presenter's own week of testing, ChatGPT's medium reasoning tier stayed more reliable for routine code-writing than its higher 'ultra' tier, which he says drifted off-track more often.
Takeaway

Split your AI budget: think with one model, execute with another.

AI WORKFLOW STRATEGY

The real lesson isn't about one model's temporary discount — it's a five-part discipline for redesigning workflows, consolidating tools, and dividing AI work by which model is actually good at it.

02Operating systems
  • Before adding more AI usage, list your actual recurring workflows — coding process, content process, community management, routines — as a concrete inventory to redesign.
  • Reverse-prompt by describing your current process and your goals, then asking 'how should we do this?' instead of telling the model what to build.
  • A rethought workflow can compress a multi-step manual loop into a small number of named, repeatable stages.
03Mission Control
  • Consolidating small internal tools — task boards, content trackers, research dashboards — into one self-built app can replace several separate paid subscriptions.
  • Screenshots of a paid tool's interface can be enough of a spec for a model to rebuild a working equivalent.
  • Hosting a personal tool on a free tier makes it usable from a phone or tablet, which is what makes it a real replacement rather than a local experiment.
04True vibe coding
  • Asking an open-ended 'look at what we've built and suggest what's next' prompt, then following the model's suggestions, can surface directions a rigid spec wouldn't.
  • Treat each accepted suggestion as a thread to keep pulling — follow up on the specific idea you like rather than restarting with a fresh broad prompt.
  • This approach trades control for discovery; it fits open-ended personal projects better than work with a fixed deadline or fixed spec.
05Do ALL your work
  • An AI coding assistant with browser access can complete real end-to-end setup tasks — creating accounts, generating API keys, deploying — not just writing code.
  • Explicitly telling the model to handle a task itself, rather than walking through the steps yourself, is what triggers this kind of autonomous browser use.
  • Handling of sensitive values like environment variables inside these flows has reportedly become more permissive over time, so verify what's happening before trusting it fully.
06Use it the right way w/ ChatGPT
  • A model with tight usage limits gets used up fast — usage can jump 40% within hours of a reset — so plan which tasks are worth spending it on.
  • Reserve a high-reasoning model for planning, ideation, and workflow redesign, and route mechanical code-writing to a separate model with more available usage.
  • Test reasoning tiers against your own workload before assuming higher effort is better — a mid-tier setting can outperform a top tier on staying focused for routine tasks.
Glossary

Terms worth knowing.

Reverse prompt
Describing your current process and goals to an AI model and asking what it would do, instead of telling it exactly what to build.
Mission control
A single self-built internal app that consolidates daily tools and workflows a person would otherwise pay for as separate subscriptions.
Operating system (workflow sense)
A recurring personal or business workflow — like a morning routine or a content-creation process — used here instead of the computing meaning of the term.
In-app browser
A browser built into an AI coding assistant that lets it perform tasks on the open web, like signups or deployments, on the user's behalf.
Resources

Things they pointed at.

05:47toolVercel
13:48toolChatGPT (medium reasoning tier)
14:30toolCodex
Quotables

Lines you could clip.

00:00
Fable five is the single greatest AI model ever released, and in two days, it will be gone.
cold-open urgency hook, works standaloneTikTok hook↗ Tweet quote
11:07
The phrase you wanna start getting used to when it comes to Fable five is no. You do it.
punchy, memorable catchphrase framing delegationIG reel cold open↗ Tweet quote
13:39
Execution, you wanna use ChatGPT five six Sol medium.
concrete, specific recommendationnewsletter pull-quote↗ 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.

metaphoranalogy
00:00Fable five is the single greatest AI model ever released, and in two days, it will be gone. That's right. As of the time of this recording, on July 19, Fable five will move to API pricing, which will make it completely unaffordable for the average person.
00:16You have exactly two more days to make the most out of this incredible technology. Well, I got good news for you. In this video, I'm going to tell you five things you need to do immediately to get the most out of Fable five.
00:30If you stick with me to the end this video, you do the five things I'm about to show you, I promise your entire workflow will a 100 x. Now let's lock in and get into it. So step number one, I'm gonna get right off the rip.
00:40Probably the most important step of them all is your operating systems. Rethinking all of your operating systems. What does that mean?
00:47A big theme of this video is how Fable five is the first model I've ever used that can truly think differently, that can come up with novel, interesting ideas I've never thought of before. And what you wanna do is you want to use that power, that power to think novelty to rethink all of your operating systems.
01:08So step one of the first five use cases we're gonna go through is rethinking your operating systems. How do you do that? Well, first of all, you need to know what your operating systems are.
01:19First thing I did was I made a list of my main operating systems, the things I do on a daily basis. Right? I vibe code.
01:26I create content. I manage my community. I have my morning routines, my evening routines.
01:30There are systems behind all these things. There are workflows and ways I work for each. Right?
01:37Fable five helped me rethink how I do each one of these things. Let me show you how you can do this. First of all, make a list of all the things you do.
01:44I'm sure there are several things here you do as well. Right? You probably vibe code if you're watching this channel.
01:49But what we wanna do is use Fable five to review this operating system. So how do we do that? Let me show you how I did it.
01:56So my vibe coding operating system previously was me telling the model what to do, and then I test and review the work. That was a ton of manual work.
02:05But what I did was I went through with Fable five, and I said, hey. Review how I do vibe coding, and let's come up with new ways to do it. And what it came up with is a very advanced loop, a very advanced coding loop that actually saves me hours of time a day.
02:22But rethought my entire operating system of prompting and testing, prompting and testing, prompting and testing into four new skills, spec, morning, build, review.
02:32And now all I need to do is I do him spec. It specs out a task that needs to be vibe coded, and then it runs it through this loop automatically where it builds it out, reviews it, and then goes in a loop over and over and over again to automate all my vibe coding. My entire vibe coding operating system is 20 times better now.
02:54It came up with so many ideas I've never thought of before. You wanna do the same thing. You wanna come in, figure out what your main operating systems are, and then reverse prompt Fable five.
03:06So for instance, maybe a simple one for you will be rethinking your morning routine operating system. You'd come in, you'd go to Fable five, say, Here is my morning routine. You'd list out your morning routine, then maybe you'd put your goals.
03:20I wanna make more content. I wanna be better at checking my email, and I wanna make more revenue. Let's work on improving my morning routine to achieve my goals.
03:28How should we do that? A little reverse prompt at the end. So we're not prompting Fable to do something.
03:32We're just saying, hey. What would you do here? You hit enter on that.
03:36Fable five will rethink your entire morning routine operating system. Because Fable five can come up with such good, original, unique, novel ideas, it can help you rethink how you do everything in your entire life.
03:50So I do that at the very least. I would have Fable five redo your vibe coding operating system so it could help you come up with a powerful loop. Again, I'm coming out with a full loop engineering video very, very soon.
04:03Stay tuned for that. But rethinking your operating systems, very important use case you need to be doing with Fable five before it disappears. By the way, if you learned anything at all, make sure to leave a like down below.
04:14I have a goal of a thousand likes on this video. So everyone, let's achieve this goal. Hit the like down below.
04:19Subscribe and turn on notifications if you find any of this helpful so far, and join the Vibe Coding Academy, number one AI community on planet Earth. I do live boot camps every single Friday. I've done several live Fable five boot camps.
04:33They're all recorded so you can get access to them immediately. Link for that down below. Next up, I would build your own mission control.
04:41I I've talked about mission control many times before, but I find that Fable five is the absolute best at building a mission control. What is a mission control? It is your own custom software that fits into your life and does regular tasks you need to do.
04:57So for instance, I have my personal OS here. This is my own mission control. And everything I do regularly or other software I pay for, I build it into my mission control.
05:07So I have a newsletter studio, for instance. This studio will take tweets and videos I put out and automatically turn them into newsletters to make my life a lot easier. I have a task board.
05:18I was paying, like, $30 for things three or something. I just built my own version. I literally took screenshots and said, hey.
05:24Build this out. Now I have my own version of it. I have a content capturing board.
05:28So whenever I come up with ideas for content, I put it into my content capturing board. These are all tools I was paying for previously. I'm like, no.
05:36I'm just gonna build out with Fable five now. I find that when I give Fable five screenshots and links to other software, it's able to build it out really quickly and really easily, and it puts it all in my personal OS. What you can do from here is as you build these tools out, you can put it on Vercel.
05:52Vercel, super easy, cheap hosting site. We'll allow you to go on it on your phone, on your tablet, on anything you have. Check out your mission control from anywhere in the world.
06:01I'd highly recommend doing that. I have this host on Vercel right now. But you need your own mission control that will, a, give you all the tools you need in one place, and, b, save you money on tools you're already paying for.
06:13A good way to figure out what you should put in your mission control is, again, reverse prompt. Reverse prompt thing is gonna be a big theme in this video. Go to Fable five.
06:21Say, hey. Based on what you know about me and the tools I use on my computer, what should we build into a mission control?
06:27It'll give you a ton ideas. You can have it build it out, and boom. You have your own personal workspace to do whatever you need.
06:33Really powerful, and it just feels nice using software you built yourself. It just feels like great doing that. So go ahead, build your own mission control.
06:40Promise you won't regret it. The third thing you need to do with Fable five, and stick with me on this one, is do actual true real vibe coding.
06:50Now when people say vibe coding, basically, what they mean is just use AI to build stuff. I'm talking about with Fable five, you need to do true real actual vibe coding.
07:02What does that mean? Well, let me show you. And this is, again, what Fable five is absolutely best at.
07:08So I am in my personal OS. That's the mission control I just showed you. Let's do true, real vibe coding.
07:15True, real vibe coding is having Fable choose which directions to go in, have Fable choose all the decisions, and then just go with whatever Fable chooses. You're going on a journey that Fable is taking you on.
07:30You're not guiding the journey. Fable is guiding you. And I think that is a really important distinction to make with Fable five because it is so smart and intelligent.
07:40You shouldn't be guiding it as much. It is super intelligence. It should be guiding you.
07:44So let me show you how to do that. So look at this prompt I just gave it. Take a look at the personal, uh, OS we've built.
07:50Take a look at the features and the purpose of the application, then come up with five ideas for how we could improve this application where it brings us closer to the goals of the app and improve our lives.
08:00I'm not giving Fable five commands on what to do. I'm just saying, hey. Explore the app.
08:06Figure some things to do. Then it's gonna give me options, and then we're gonna kinda pull that strand. We're just gonna keep pulling strands, pulling strands, pulling strands until we get somewhere interesting.
08:17I have no goals when it comes to what we're building right now. I have no ambitions, ideas, anything. I'm just saying Fable five go wild, and we're just gonna keep pulling strands till we get somewhere interesting.
08:27This is something I find. Fable five is, like, the first model ever I can do something like this with. We're just vibing out, figuring new ideas out.
08:35Like, this is kinda how, like, musical artists make songs or make records. They don't go in, oh, I gotta make a song about this.
08:42It's gonna have this style. It's gonna have these lyrics. It's gonna have this purpose.
08:45They go in. They just kinda start humming, making beats, and seeing where things go and pulling interesting strands till they have a good song or record.
08:55That's what we're doing here with Fable five. We're basically taking the approach of, like, a musical artist when it comes to creating. Alright.
09:02So let's see what it came up with. Turn the homepage into a real daily brief. Mission Control is currently a static grid of tool cards.
09:07It tells you what the app has, not what it needs you. Replace it with a live brief. Draft awaiting your review.
09:12New sponsor leads since your last visit. Failed runs. Interesting.
09:15That's pretty good. Close the revenue loop on sponsorship finder. I kinda like the idea of having the home page be a daily brief.
09:23So let's do that. Let's do number one, the daily brief.
09:29What are some interesting things we can add to that daily brief?
09:35And as you can see, we're pulling another strand. Alright. I like that idea, but let's expand on that.
09:40Let's see what we can add to it. Let's see how we can improve that. And now we're just going down that another lane.
09:45We're pulling on that strand a little bit more. We're starting to massage the idea out. Right?
09:50And now it's telling me what we can put in that daily brief. Need your decision queue, momentum staleness signals, sponsor market intelligence.
09:58Right? We're going okay. Now we choose one of these ideas, and we develop it a little bit more.
10:02You wanna do actual true vibe coding with these next two days. And what's great is is, like, you don't need to go in with any sort of preparation, with any sort of ideas.
10:13Just open up your Claude code. Open up any project you have and say, hey. Take a look at the application.
10:19What should we build next? And just start going down that path. This is, like, for me, the most fun way to do vibe coding ever because it's just pure creativity, pure letting the juices flow.
10:30That's what I love about vibe coding. Right? And this is the ultimate version of that.
10:34Fourth thing you need to do in fable five is have it do all your work. What do I mean by that? Well, a small update they do with Fable five that not many people talk about is the incredible in app browser they have.
10:46Fable five now has a browser built in that can basically do any work on your computer you can think of. So things you used to do before while you were vibe coding that you had to do manually, getting API keys, signing up for websites, pushing code live on GitHub, pushing code live on Vercel, you don't need to do any of that anymore.
11:07The phrase you wanna start getting used to when it comes to Fable five is no. You do it. If you use this phrase a lot, you are gonna save so much time.
11:17So any work you can think of and let me show you some examples right now. You just say, no. You do it, and I bet you Fable five can do that work.
11:25So for instance, I'm building competitive AI YouTube researcher tool inside my personal OS. It goes out.
11:31It finds other AI YouTube channels, tells you what their latest videos are, tell me what's working, what isn't working for them. And I basically said, hey. Can you just find the AI YouTube channels for me?
11:41Typically, I would have to go and give it a list of channels that it would track and all of that. But I just said, hey. You go on YouTube.
11:48You find the AI focused channels for me. And it opened up the browser and started searching through YouTube for me. Another one, I wanted to put my personal OS on Vercel so I can go on my browser on my phone and see it there on my iPad or anything I'm using.
12:02Typically, would have to go on vercel.com, create a new project, all that. But I said, hey.
12:07No. You open it up. You go to Vercel.
12:09You upload all our environment variables. You get any other API keys we need, and you put it in Vercel yourself. And it popped open the browser and did it for me.
12:19I guess they added a way into Claude code recently where it'll be willing to handle environment variables. Before, it refused to kinda get environment variables or do anything like that. Oh, you put the environment variable in the chat.
12:30Reset everything. Do you did a wrong emergency. Emergency.
12:33It doesn't really do that anymore. And now it's more willing to handle that for you. I think they added security or something to it.
12:40So there's pretty much nothing on your computer you can't do with Fable five and Claude now. So the fourth thing you wanna do is all work you're doing on your computer, try running it through Claude code. I bet it can do it for you.
12:53Whether you're researching other channels, finding data, getting environment variable keys, uploading code, whatever it is, I bet through the in app browser, Fable five can do it for you. And the fifth thing you need to do before fable five disappears is use it the right way with chat GPT.
13:11What I mean is this. Fable five's limits are unbelievably low.
13:15Let me show you what I've been doing. They reset fable five's limits, like, twelve hours ago. I'm already at 40% used used again.
13:21Again. You need to be super careful with exactly what you're doing with fable five. What I do is after fable five does the kind of vibe coming up with ideas, after fable five redos the operating systems and comes up with new ways to do things, When I need to do actual execution, actual writing simple code, I'll come in to chat GBT, and I will use chat GBT five six Soul medium, not ultra medium.
13:47Medium is the way to go. Through my tests over last week, I find medium is actually way better than ultra because it stays on the rails a lot better. It doesn't get distracted and hallucinate and do crazy things.
13:59Execution, you wanna use Chad GPT five six Soul medium. You'll save a ton of money. You get tons of usage with Chad GPT.
14:06They reset the limits, like, every five minutes. So the next two days, just so you don't run out of usage, so you can do a ton of vibing, so you can do a ton of rethinking your operating systems. Do your execution with five six sold medium on writing the code and fables doing the actual thinking, orchestrating of what to do.
14:25Some people say, oh, you should spin up ChadGBT sub agents inside ClaudeCode. I don't think so. I like Codex a lot.
14:33I think their remote control capabilities are better. So if I can do coding in Codex, I'll do that here. But for code writing, for low level kinda associate level code writing, use ChadGBT.
14:44For everything higher level, you wanna make sure you're using Claude Code in Fable five. Fable five is an absolutely amazing model. You wanna make sure you get the most out of it before it disappears.
14:54I wouldn't be surprised if Opus five drops the moment Fable disappears, So make sure to keep it tuned to the channel. For when that comes out, I'll give you all the guides and sauce you need.
15:03Subscribe. Turn notifications. Again, check out the Vibe Coding Academy link down below.
15:08I so appreciate you watching my channel. It truly means the world. You choose to learn from me.
15:13So thank you so much, and I'll see you in the next video.
The Hook

The bait, then the rug-pull.

The pitch is urgency: a hard pricing deadline in two days. But the advice underneath it is durable — five concrete ways to get more out of an AI coding assistant that have nothing to do with the countdown.

Frameworks

Named ideas worth stealing.

02:30list

Spec, Morning, Build, Review loop

  1. spec
  2. morning
  3. build
  4. review

A four-skill pipeline the presenter had Fable design to replace his manual 'prompt the model, then test and review the work' coding routine — spec-ing a task, then running it through an automated build/review loop.

Steal forany repetitive multi-step workflow you want to fully automate instead of driving by hand
CTA Breakdown

How they asked for the click.

VERBAL ASK
15:02product
Subscribe, turn on notifications, and check out the Vibe Coding Academy link down below.

Placed after full value delivery at the very end; a softer version (like/subscribe + Academy plug) was also woven in mid-video around the operating-systems chapter rather than held for one hard-sell block.

MENTIONED ON CAMERA
Storyboard

Visual structure at a glance.

open
hookopen00:00
reverse prompt
valuereverse prompt04:06
vibe coding
valuevibe coding08:29
browser automation
valuebrowser automation11:21
outro
ctaoutro15:10
Frame Gallery

Visual moments.

Watch next

More from this channel + related breakdowns.

Chat about this