AI Mindset

I Ran the Most Expensive AI Model on Six Real Projects for a Week. Here's Where It Earned Its Price

A week-long natural experiment across six real repositories — and the 3-question test I now use before reaching for the premium model.

Published 2026-07-04  ·  Last updated 2026-07-26

TL;DR / The Direct Answer: During Claude Fable 5's free week (July 1–7, 2026), I used it across six real project repositories and kept score. Only three kinds of work justified the premium model: designs that must be right before any execution, long unsupervised work runs, and one-shot builds with no cheap retry. Everything else — bug fixes, repetitive edits, well-specified implementation — came out just as well on the default model. The most valuable thing the expensive model produced wasn't code at all: it was instructions that make the cheaper model better.

Who this is for: Anyone deciding whether a premium AI tier is worth paying for — and anyone who suspects they're using their most expensive AI budget on tasks a free model handles fine.

Skip this if: You use AI a few times a week for emails and summaries. The default model in any major tool is genuinely enough for that, and this article won't change your mind.

Note: AI pricing, plan names, and product features can change quickly. Re-check official pages before you pay for a tool or choose a plan.

The Setup: A One-Week Natural Experiment

Anthropic's Fable 5 — its most capable and most expensive model — came back on July 1 after a 19-day suspension. From July 20, Max and Premium seats keep included access (capped at 50% of weekly limits); Pro and Standard seats pay usage credits at roughly twice the rate of Opus 4.8. (Full story: Claude Fable 5, explained.)

That created a rare test window: seven days where the price of the best available model was zero, but the clock wasn't. I maintain six project repositories — a financial-analysis desktop app, an offline anti-scam Android app, a local Hindi-English dictation tool for macOS, this content platform, and my portfolio site plus its public mirror. Instead of pointing the expensive model at everything, I made it an experiment: route every task to the cheapest model that could do it, escalate only when the task itself demanded it, and write down what actually required the frontier model.

By the end of the week, the answer was narrower — and more useful — than I expected.

Where the Expensive Model Earned It: Three Kinds of Work

1. Designs that must be right before anyone executes

The financial-analysis app had a phase gated on a hard question: how do you let an AI propose "areas worth investigating" in a company's annual report without it ever inventing a fact or implying a verdict? Getting that design wrong isn't a bug you patch later — it's the kind of mistake that poisons everything built on top of it.

The frontier model's week-one job was to read a real 140-page annual report end to end, survey the published research on making AI cite its sources honestly, and produce three documents: a research plan, a formal decision record for me to accept or reject, and a 14-task implementation breakdown. Deliberately, it wrote zero code. The deliverable was judgment on paper — nearly 700 lines of it — that a human signs off on once, and a cheaper model can then execute task by task.

That's the pattern: when the cost of a wrong decision is high and the decision only gets made once, the premium model is cheap at any price.

2. Long unsupervised runs

The dictation app needed a series of small, fiddly improvements to how it cleans up Hindi-English speech: converting "Rs" and "rupees" to the ₹ symbol, rolling "100 lakh" over to "1 crore", handling the danda (।) correctly at sentence ends, fixing the spacing where Devanagari and English text meet mid-sentence.

None of these is individually hard. What's hard is doing ten of them in a row, unsupervised, without breaking each other — each change validated by tests before it's committed, with a written log of what changed and why. The frontier model ran that loop and produced ten clean, individually-tested commits that I reviewed and merged as one batch.

The economics here are about your time, not the model's price: a long run that finishes correctly while you're doing something else beats a cheap model that needs you checking in every twenty minutes.

3. One-shot builds with no retry loop

Some work has no cheap iteration: a portfolio page that a recruiter sees once, an interactive tool where a broken first impression is the only impression. During the week, the frontier model built my portfolio's case-study pages and this site's AI Workday Diagnostic in single sessions — including checking its own work in a browser at mobile, tablet, and desktop widths before calling it done.

When you can't afford a second draft, you pay for the model most likely to get the first draft right. When you can iterate cheaply, that premium is wasted.

Where It Was Wasted: Everything Else

The same week included plenty of work where the frontier model would have added nothing:

  • A CI failure on this site turned out to be one HTML attribute on one line. Any model finds that; the error message practically names it.
  • Porting the same rulebook files across five repositories — pure repetition of an existing pattern.
  • The monthly fact refresh on published articles — checking claims against official pages and updating rows in a registry. Careful work, but specified work.

The dividing line isn't how important the task is — the CI fix blocked a release, and it was still a cheap-model task. The line is how much unwritten judgment the task needs. If the judgment is already written down (a spec, a checklist, a clear error message), the cheap model plus a way to verify the result equals the expensive model, at a fraction of the cost.

The Surprise: The Best Output Was Instructions for the Cheap Model

Here's what I didn't predict. At the end of the week, the artifacts I valued most weren't the pages or the commits. They were documents:

  • The 14-task breakdown, where each task carries a recommendation for which model tier should execute it — so the expensive judgment was spent once and the cheap execution is planned in advance.
  • Two reusable meta-prompts — one for "produce a research plan + decision record", one for "build a page that must look right the first time" — extracted from the week's successful sessions so the next session starts from a proven shape instead of a blank chat.
  • A written model-routing policy now sitting in every repo's rulebook, telling any future AI session when to escalate and when not to.

The expensive model's highest-value use was making itself less necessary. That's not a paradox; it's what good senior people do too — they turn judgment into process so juniors can execute.

What This Means for Your ₹0-to-₹2,000-a-Month Decision

You probably aren't routing AI models across six repositories. But the same decision shows up at every scale: free tier or paid, default model or the premium option in the dropdown, quick mode or the slow "thinking" mode. (Plan-level comparison: the best AI subscription in India.)

Route by task type, not task importance:

Checklist — The 3-Question Routing Test
THE 3-QUESTION ROUTING TEST — before picking the premium model

1. ONE-SHOT? Is a wrong first attempt expensive or embarrassing
   (client deliverable, public page, board slide)?
2. JUDGMENT-HEAVY? Is the hard part deciding WHAT to do, not
   doing it (a plan, a structure, a recommendation)?
3. LONG RUN? Will it work through many steps without you
   checking each one?

0 "yes" answers → default/free model + a checklist to verify.
1+ "yes"        → premium model is buying you something real.
And if you do use the premium model: make its last step
writing down the judgment, so next time question 2 is a "no".

Do next: Before your next AI task, run it through the 3-question test above and pick the model tier that actually matches it.

Read next: The 5 Questions to Ask Before You Trust Any AI Tool With Numbers

Avoid: Picking the premium model because the task feels important, or the free model because the task feels small — neither tracks what actually justifies the cost.

K

Kalpit is a Bengaluru-based Consultant with 5 years of experience, currently working at one of India's largest organizations in an AI-first environment. He built LearnAI.how to help Indian professionals cut through the hype and actually use AI at work.



Become the most productive person in your office

Get one practical AI-at-work workflow per week — copy-paste prompts included. No hype, no AI news. Unsubscribe anytime.