← Reddit

Claude Fable 5: real feedback

Reddit · Goat_bless · July 4, 2026
A user tested Claude's Fable model with a €20/month subscription and found that complex tasks required approximately 30 minutes to complete, generating around 3000 lines of code across 10 files while consuming 180k tokens and 30 tools. When using the pay-per-use credit system, identical tasks performed in two hours cost €40, double the monthly subscription price. The free tier permits only 2-3 uses within two hours before a five-hour reset, with pricing changes scheduled for July 7.

Detailed Analysis

A Reddit user posting to r/ClaudeAI has shared a hands-on cost comparison of what they call "Claude Fable 5," testing the model under a €20/month Pro subscription against pay-as-you-go API credits. The post, evidently translated from French and somewhat rough in its phrasing, describes a workflow in which the user assigns Claude a coordinator role: it analyzes a request, builds a plan, issues directives, and delegates work to "Opus" for coding and "Sonnet" for search, before verifying its own output. This multi-model orchestration pattern — a stronger reasoning model directing smaller, faster models for subtasks — reflects a broader trend among power users of trying to replicate agentic software-engineering pipelines using consumer-facing Claude products rather than raw API orchestration.

The user's headline finding is a stark cost asymmetry. Under the subscription plan's "free" usage tier, which resets every five hours, they could complete only two or three substantial coding sessions before hitting a wall and waiting out the reset window. When they instead metered the identical workload — roughly two hours of tool use, about 30 tool calls, 180,000 tokens, and output spanning ten files and 3,000 lines of code — against pay-per-use credits, the bill came to €40. That is double the entire monthly subscription price for what amounts to a single afternoon's work, and it dramatically undercuts the value proposition of the flat-rate plan for anyone doing sustained, complex coding tasks. The user separately notes that a "max" or "ultracode" mode burned through its allotted usage in roughly 30 seconds, underscoring how quickly heavy, multi-tool agentic sessions consume quota when operating at the highest reasoning/tool-use tiers.

This kind of firsthand accounting matters because it exposes the gap between marketed subscription tiers and the actual unit economics of agentic AI coding at scale. Vendors including Anthropic have increasingly pushed "agentic" workflows — models that plan, call tools, write and execute code, and self-verify across many steps — as the flagship use case for their most capable models. But agentic loops are token- and tool-call-intensive by design: each planning step, subagent delegation, file edit, and verification pass adds to the running total, and complex multi-file coding tasks can balloon into hundreds of thousands of tokens per session. Flat-rate subscriptions are typically priced around expected average usage, not the heavy, sustained load that professional or highly engaged users generate, which is why rate limits, five-hour reset windows, and usage caps exist in the first place. When users try to bypass those caps by paying per-token, the sticker shock the poster describes is a direct, if informal, illustration of how expensive frontier-model agentic coding remains outside of subsidized subscription pricing.

The post also fits into a wider pattern of community-driven benchmarking and cost transparency around AI coding assistants, as users compare Claude, GPT-based tools, and other agents not just on capability but on real-world affordability and rate-limit friction. The reference to changes arriving "before July 7" — likely tied to updated pricing or usage policies — signals that these constraints are actively in flux, with vendors adjusting quotas and rate limits as they calibrate the true cost of serving agentic, tool-heavy workloads. For everyday users and small teams evaluating whether to rely on subscription tiers or API credits for serious coding work, posts like this function as informal but valuable market intelligence, highlighting that the economics of "AI coworkers" doing multi-file, multi-tool software engineering are still far from settled, and that aggressive agentic modes can carry costs that rival or exceed traditional developer tooling.

Read original article →