Detailed Analysis
A Reddit post in r/ClaudeAI has surfaced user frustration over unexpectedly rapid credit consumption when using "Fable," a Claude Code-related workflow or model configuration referenced by the poster, alongside Anthropic's usage-based credit system. The user describes enabling pay-as-you-go credits after exhausting a monthly allotment, then issuing a single, modest prompt to Claude Code. Before any visible output was generated, the session had already consumed $20 and hit the user's self-imposed monthly spending cap. The poster does the math: at Fable's stated $10-per-million-input-token rate, with a combined prompt, CLAUDE.md context file, and memory well under 50,000 tokens, the charges should not have approached $20 unless hundreds of thousands of tokens were silently consumed by extended thinking before any response appeared.
The complaint highlights a recurring pain point in agentic coding tools built on large language models: the opacity of token consumption in extended-reasoning or "thinking" modes. Claude Code and similar agentic interfaces can invoke multi-step reasoning, tool calls, file reads, and context-window reconstruction (including CLAUDE.md project instructions and persistent memory) behind the scenes before a user sees any output. When extended thinking is enabled, models can generate very large volumes of internal reasoning tokens that count toward billing even though they're invisible to the end user, creating a mismatch between perceived prompt complexity and actual cost. This is compounded when session context, prior conversation history, or tool outputs get re-sent with every turn, effectively multiplying token counts far beyond what a user manually typed.
This issue matters because it strikes at trust and predictability in consumption-based AI pricing models, which Anthropic and competitors like OpenAI have increasingly adopted as usage scales beyond flat-rate subscriptions. As coding agents grow more autonomous and are trusted to operate with less oversight, users need transparent, real-time visibility into token usage, especially for hidden reasoning steps that don't appear in the visible chat transcript. Without clear cost breakdowns or safeguards, users can be blindsided by charges that break their expected linear relationship between prompt size and cost, undermining confidence in the tool for both hobbyists and professional developers who need predictable budgeting for agentic workflows.
This complaint reflects a broader tension across the AI industry in 2025-2026 as coding assistants like Claude Code, GitHub Copilot, and Cursor push toward more autonomous, multi-step "agentic" behavior. The more capability a tool has to reason extensively, execute tool calls, and manage large contexts, the more its cost structure diverges from simple token-counting intuition. Anthropic has faced parallel criticism around Claude Code rate limits and weekly caps throughout 2025, suggesting that as these agents become more powerful and more embedded in professional workflows, pricing transparency, granular usage dashboards, and configurable thinking-token budgets will become as important a competitive differentiator as raw model capability itself.
Read original article →