Ship’s log — entry 009

Is Claude Fable 5 Worth It? I Built a Video Editor From Screenshots

A hands-on Claude Fable 5 review for business builders: landing-page screenshots became a working local video editor in an hour. The catch was the bill.

By Jordan Urbs · 8 min read · Updated July 19, 2026

Logged 2026.06.24

One morning in June I gave Claude Fable 5 nothing but screenshots of Descript’s landing page. The marketing page — I never signed in to screenshot the real interface.

About an hour later I was exporting clips from a working video editor running on my own machine. Filler-word removal, AI edit commands, a clips finder, show notes, subtitle export... all local, all running off one Venice API key I control.

No specs. No planning doc. (I named it Redline, a riff on Descript’s edit-video-like-a-doc look.)

So when someone asks me whether Claude Fable 5 is worth it, I’m not reaching for benchmark charts. I have a build log, a bill, and a couple of caveats the hype posts keep skipping. This is the business-builder version of the review.

The whole spec was a stack of marketing screenshots

My setup: VSCodium (a copy of VS Code with Microsoft’s usage tracking stripped out), an empty folder, and screenshots of the features section on Descript’s landing page.

The prompt, more or less: look at these screenshots, build me a bare-bones first version of this app, I’ll run it locally, design a clever UI, use a Venice API key for the AI features. Plan mode on (Claude Code drafts an approach before touching any files), effort set to high.

It asked clarifying questions back. Import video or record in-app? Which AI co-editor features matter? I answered — import only, and give me the whole flow — then let it build.

Some context for why this floored me: I’ve spent 18 months building agentic systems (AI that takes multi-step actions on its own instead of only chatting), and the early era meant babysitting. Writing specs, checking the work line by line. This time the plan came from a handful of screenshots and its own questions back to me.

If you’ve never opened Claude Code at all, start with the complete guide for non-technical builders — everything below assumes only that you can take a screenshot.

The one-shot didn’t one-shot

“One-shot,” if the term is new to you: building the whole thing from a single prompt, no back-and-forth.

Mine needed back-and-forth.

I dragged in a longer MP4 and hit my first error within the opening minutes: file could not be read. A 20-second test clip worked fine. The two-hour podcast files I built the thing for? Nothing.

The misses kept coming:

  • The app quietly shipped with Llama 3.3 running the AI features until I pointed it at Claude Sonnet 4.6 via Venice.
  • The clips screen was unreadable. My entire bug report was a screenshot plus “UI problem, I can’t see.”
  • The dev server wasn’t running when I went to test, and the app froze once mid-fix.

Notice what’s missing from that list, though: a debugging session. Every fix was one conversational sentence. “Longer video files don’t seem to work, but shorter ones, yes. I need the long ones.” That sentence was the entire repair job for the file reader.

(Welcome to vibe coding... minus the 2am part, this time.)

The billing catch the hype posts skip

A date stamp, because it matters: I ran this build in June 2026, when Fable 5 sat inside Claude Pro and Max plans as a launch promo scheduled to end June 22. Anthropic’s stated plan after that: API billing only — pay-per-use, metered like a utility instead of covered by the flat monthly subscription.

What the metered rate would be, I couldn’t tell you. The number I’d need to do the math wasn’t published when I recorded. (That silence told me something.)

Even inside the promo there was a tax: Fable 5 burned my subscription usage limits twice as fast as Opus. Two sessions’ worth of limits for one session of work.

My advice on camera, and I stand by it: if you’re a builder on a budget, don’t get addicted to a model on a promo clock. If a Fable 5 workflow starts making you money, a metered bill becomes a business expense you can justify. If it’s a toy... toys go back to the plan models.

Model lineups shift fast, so check what your plan covers today before you commit a routine to any one model. For the wider cost picture — what the $20 plan includes, when the Max tiers make sense — see what Claude Code actually costs.

What this means if you run a business on AI

The part of this build that stuck with me had nothing to do with benchmarks.

The app handled a 10-gigabyte video file because nothing left my machine. No login to wire up, no upload progress bar to babysit — my internet connection couldn’t push 10 gigs to someone’s cloud in a sane timeframe anyway.

In this build, the AI was the real service. Instead of renting Descript month after month and living inside a vendor’s product decisions, I pointed at their landing page and said: I don’t want to pay for this, please make it for me. Then I customized it on the spot.

(Funny admission: I’ve never actually used Descript. I cloned it from its own marketing page, sight unseen.)

If your current AI life is juggling tools with no system — one subscription for editing, another for transcripts, a ChatGPT tab for everything else — this is the door out of that. You rent the reasoning for an hour; the software it produces runs on your machine for good.

That’s the trade this whole way of working points toward: the software works for you, and the subscription drawer gets shorter.

So... is Claude Fable 5 worth it?

I’m impressed. And I refuse to be breathless about it.

Am I convinced Opus couldn’t have built the same thing? I honestly don’t know. I get strong results with Opus, and I hadn’t vibe-coded an app in a long time — some of my wow might be the gap since my last attempt. Local apps are also easier to build than hosted ones. I can’t cleanly separate those factors, so I won’t pretend to.

What I can say: the babysitting era of AI building looks mostly over. The specs, the planning docs, the line-by-line review I did for 18 months... this build needed none of it.

The hour? Worth it, unambiguously. The ongoing workflow? That depends on your bill and on whether the thing you build earns. My rule from the video: take advantage of whatever access you have, and start looking at how the build could make you money — so it can at least pay for itself.

One more thing outlasts any single model: the system around it. Your instructions, your files, your process — your harness — survive every model swap, which is why a promo clock doesn’t scare me much.

And if you want to build like this with a clear order to learn in, feedback on real work, and a crew to think with, AI Captains Academy is exactly that ($83/month or $497/year, 7-day free trial). Bring a SaaS landing page you resent paying for — it makes a great first project.

Questions people actually ask

What is Claude Fable 5?
Claude Fable 5 is a frontier model from Anthropic — the most capable current class of AI models — that runs inside Claude Code, the tool that lets AI work directly in your files. It launched in June 2026, when it was included in Claude Pro and Max plans as a launch promo scheduled to end June 22 — check what your plan covers today. Its signature strength is long, hands-off building: give it a goal and it plans, builds, and fixes with minimal supervision.
Is Claude Fable 5 worth it for non-technical business builders?
On capability, yes. In my hands-on test it built a working local video editor from landing-page screenshots in about an hour, and every bug fix took one plain-English sentence. On cost, be deliberate: it burned subscription limits twice as fast as Opus and was headed for metered API pricing after its promo window. Worth it when the thing you build earns; expensive as a toy.
Can Claude Fable 5 really one-shot an entire app?
Nearly. Mine produced a working video editor from a single prompt plus clarifying questions — but the first long video file threw a could-not-be-read error, the clips screen was unreadable, and it quietly defaulted to Llama 3.3 for the AI features until I corrected it. Each fix was one conversational sentence rather than a debugging session. Call it one-shot plus a short conversation.
How much does Claude Fable 5 cost?
When I tested it in June 2026, Fable 5 was included in Claude Pro and Max plans as a launch promo scheduled to end June 22, after which Anthropic said it would move to pay-per-use API billing — at a rate that hadn't been published when I recorded. Inside the promo it consumed subscription usage limits about twice as fast as Opus, so heavy use cost double.
Do I need to know how to code to build with Claude Fable 5?
No. My entire input was screenshots of a landing page, plain-English answers to its clarifying questions, and bug reports like “longer video files don't seem to work.” Claude Code handled the code end to end. What you do need: clarity about what you want built, patience for a few fix-it prompts, and the habit of running new projects in their own folder.
Should I build my daily workflow on a brand-new model?
Carefully. New models can arrive as promos, change price, or leave subscription plans — Fable 5's own promo window was about two weeks long. Enjoy the capability while you have it, but keep your instructions, files, and processes in a system you own, so swapping the model underneath costs you an afternoon instead of a rebuild.
Jordan Urbs

Keeper of the log

Jordan Urbs

Founder of AI Captains Academy. I still can’t code, but I can work with code — and I teach solo business builders to run their businesses on AI systems they own. Free tutorials on YouTube.