Stop Fable 5.1 from wasting tokens

@dr_cintas
INGLÊS02/09/2026
180K
68
6
1
210

TL;DR

Alvaro Cintas shares a workflow for optimizing Fable 5.1 token consumption, focusing on reasoning effort levels, prompt hygiene, and specialized compression tools.

Fable 5.1 is a beast. And it burns tokens like one.

Here is how to cut token waste with four commands, and free open-source repos that cut it even further.

None of this touches output quality. It changes what you pay for the same result.

And it all works whether you're on Fable 5.1 or not, because token cost adds up the same way regardless of which model you run.

Now let's start.

Step 1: Drop your effort level.

This is the single biggest trick, and it's a setting you can control on every request.

There are five levels: low, medium, high, xhigh, and max.

Effort controls how much the model reasons before it answers. Higher effort means more thinking before a response, which costs more tokens whether or not the task actually needed the thinking.

Here's the way to think about it. Effort level is how long you let someone think before they answer. Ask anyone what 2+2 is and they say "4." Ask them to think hard for ten minutes first, and you pay for ten minutes of thinking to get the same "4."

Well...most tasks are 2+2.

Anthropic's guidance for Fable 5.1 is: start at high, which is the default. Step up to xhigh or max only for the most capability-sensitive coding and agentic work. Drop to medium or low for routine or latency-sensitive tasks, once the lower level is confirmed to still hold quality.

Alvaro Cintas - inline image

The numbers are wild. On CursorBench, Fable 5.1 at low effort scored higher than Fable 5 at high effort, at a third of the cost.

Test it before trusting it. Pick a task where the right answer is already known, then run it low.

"Run this request at low effort and tell me what changed in the response"

Use one of your real tasks. Compare the output directly before assuming low effort means worse results. Keep the heavy stuff, multi-step reasoning, real debugging, anything where a wrong answer costs time later, at high or above.

Step 2: Run cost-optimize.

This one launched August 26 as part of the claude-api skill. It looks into recent usage and ranks the cost levers that matter for a specific project.

bash
1/claude-api cost-optimize

It checks caching, token hygiene, batch processing, effort level, and model choice, in that order. Caching and token hygiene are usually the cheapest fixes and pay off the fastest, before it ever suggests something structural like switching models.

Alvaro Cintas - inline image

Each suggestion gets approved or skipped one at a time. Nothing changes without confirmation, so there's no risk of it rewriting a setup.

Step 3: Run prompt-audit.

Prompts and skills collect junk over time.

Think of it like a junk drawer. Every edit puts one more thing in, and you don't ever clean it out. Except this "drawer" charges you tokens for every request, forever, until the junk gets removed.

bash
1/claude-api prompt-audit
Alvaro Cintas - inline image

Run it on any Skills folder you have. The old skills, the ones that you've probably edited over and over, are exactly where it finds the most waste. Every edit added something without removing what it replaced. Run this and you'll notice the difference.

Step 4: Migrate old API configs.

If a project is still running configuration built for an earlier model, this handles the model ID swap plus any breaking parameter changes across the codebase.

bash
1/claude-api migrate this project to claude-fable-5-1

Name the actual target model. It confirms scope first, the whole working directory, one subdirectory, or a specific list of files, before it edits anything. Then it gives you back a checklist of whatever's left to verify by hand.

Four repos to cut waste even further.

These aren't specific to Fable 5.1. On any model, the same token saving applies, so it's good to know what's out there and what each one actually does.

Caveman

Alvaro Cintas - inline image

Compresses the model's own replies into short, telegraphic responses instead of verbose ones.

Setup:

bash
1curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash

RTK

Alvaro Cintas - inline image

A Rust proxy that compresses shell command output before it reaches the model's context.

Setup:

bash
1brew install rtk
2rtk init -g

Ponytail

Alvaro Cintas - inline image

Makes the agent write less code in the first place. A senior-developer lens that picks one line over fifty.

Setup:

bash
1/plugin marketplace add DietrichGebert/ponytail
2/plugin install ponytail@ponytail

CodeGraph

Alvaro Cintas - inline image

This one works completely differently. Instead of compressing text, it builds a knowledge graph of the codebase, so the agent can query symbol relationships and call graphs directly rather than scanning files with grep and read.

Setup:

bash
1npx @colbymchenry/codegraph
2cd your-project
3codegraph init -i

Where to start.

If nothing else gets done, do Step 1. Drop the effort level on the next routine task and compare the output. That one setting does more for your credits than any repo, and it costs nothing to try.

Then run cost-optimize and prompt-audit on any of your projects.

The four confirmed settings from Anthropic's own team beat anything installed from a repo. Go looking at the wider ecosystem after that with the four repos I gave you.

If this saved you tokens/money, make sure to like and share it with your network.

See you in the next one :)

Recriar no YouMind

Turn one viral article into a full content workflow

Collect the source, decode the pattern, create assets, draft the story, and distribute from one AI workspace.

Explore YouMind
Para criadores

Transforme o seu Markdown num artigo 𝕏 impecável

Quando publica os seus próprios textos longos, formatar imagens, tabelas e blocos de código para o 𝕏 é uma dor de cabeça. O YouMind transforma um rascunho completo em Markdown num artigo 𝕏 impecável e pronto a publicar.

Experimente Markdown para 𝕏

Mais padrões para decifrar

Artigos virais recentes

Explorar mais artigos virais