← Reddit

[Bug] Fable 5 'Extra effort' mode times out, instantly drains daily limits, and keeps eating weekly limits in the background

Reddit · Emil_Zakirov · July 24, 2026
A user reported a bug with Fable 5's 'Extra effort' mode in which a single failed request instantly exhausted their daily usage limit and consumed 25% of their weekly allowance. The system continued draining weekly limits in the background even after the daily limit was depleted, eventually consuming 33% of the weekly quota without any new requests being submitted. Despite extended processing time and resource consumption, the feature ultimately failed to deliver the requested output and terminated with an out-of-credits message.

Detailed Analysis

A user report describes a significant reliability failure in a product referred to as "Fable 5," specifically involving its "Extra effort" mode — a higher-compute setting presumably intended for more thorough, multi-step reasoning or file-editing tasks. According to the account, a single request to correct errors in a text file triggered a cascade of failures: the request timed out after the system read the file and began "thinking," yet the failed attempt alone consumed the user's entire daily usage allowance and roughly a quarter of their weekly quota. Screenshots documented in the post show the weekly limit usage climbing from 25% to 30% and eventually 33%, even though the daily allowance was already exhausted and no new prompts had been issued. The episode concluded with a twelve-plus-minute spinning loader, an abrupt termination of the generation, and a final "You're out of usage credits" message — with no corrected file ever delivered.

The core grievance here is not merely that the mode failed, but that the failure was compounded by what appears to be background metering: usage limits continued to deplete after the visible request had already errored out, with no corresponding output or value delivered to the user. This is a distinct and more serious category of bug than a simple timeout, because it suggests a disconnect between the client-facing UI (which reported an error and stopped responding) and the backend billing/quota system (which kept counting against the user's allocation as if work were still being performed). For products that gate access through daily and weekly credit systems, this kind of silent, unaccountable drain undermines user trust far more than an outright failure would, since users have no way to predict, monitor, or halt the consumption once it starts.

This complaint fits into a broader pattern seen across AI products that offer "extended," "extra effort," or "deep thinking" modes — features that allocate significantly more compute and inference time to a task in exchange for better quality output. These modes are inherently more expensive to run and more prone to timeouts on long or complex jobs, such as full-file rewrites or multi-step corrections. When rate-limiting and billing are tied directly to raw compute consumption rather than to successful task completion, failed or hung requests can disproportionately — and sometimes invisibly — eat into a user's available budget. Vendors that ship these premium modes without robust safeguards (automatic refunds for failed generations, hard caps on background processing after a client-side error, or clear real-time usage telemetry) risk generating exactly this kind of user frustration, especially among power users who rely on generous quotas for iterative coding or writing workflows.

More broadly, the report reflects growing scrutiny of how AI companies structure usage limits as reasoning and agentic modes become more common. As vendors push customers toward higher-effort, higher-cost inference tiers to improve output quality, the fairness and transparency of metering systems become a central trust issue — arguably as important as raw model capability. Bugs like this one, where a user pays (in credits, not necessarily money) for a service that never renders a usable result, are likely to fuel calls for better failure-handling guarantees, clearer disclosure of how "effort" modes are billed, and independent verification of whether usage counters accurately reflect actual compute delivered rather than compute merely attempted.

Read original article →