← Reddit

Running into "Context Window" errors on fresh chats when using Max Thinking in Fable 5

Reddit · productboffin · July 12, 2026
A user reported experiencing persistent context window errors when using Fable 5 with Max Thinking enabled, despite payload sizes of approximately 145K characters appearing to fall within the advertised 1M-token context window. The errors occurred exclusively when the reasoning budget was set to maximum, while identical prompts processed successfully with lower thinking settings. The user proposed that extended reasoning models may exhaust their output budget on hidden reasoning tokens before generating visible responses, or that the web interface silently reduces maximum allowed input when Max Thinking is enabled.

Detailed Analysis

A Reddit user in r/Anthropic has surfaced a technical puzzle that illustrates one of the more opaque aspects of how large context windows interact with extended thinking (reasoning) modes in Claude. The poster, a Max plan subscriber, describes feeding roughly 145,000 characters — translating to an estimated 60,000-75,000 tokens — into fresh, history-free conversations inside a Project. That payload sits comfortably within the advertised million-token context window, yet the same prompt reliably fails with a context window error when the reasoning/thinking budget is set to "Max," while succeeding when the thinking budget is dialed back. This is a classic case of a power user pushing a system past the edges of its documented behavior and finding that the marketing headline (1M tokens) doesn't fully capture how the underlying architecture allocates capacity when multiple demands compete for the same budget.

The user's hypotheses point to a real and underappreciated mechanical wrinkle in how extended thinking models work: the token budget for a response is typically shared between the model's hidden reasoning/chain-of-thought tokens and its final visible output. When thinking is set to maximum, the model may reserve or consume a disproportionate share of that budget attempting to reason over a large prompt before producing any visible text, effectively shrinking the usable input capacity relative to what's advertised for standard (non-extended-thinking) generation. The user's second hypothesis — that the web application itself may dynamically throttle the effective input ceiling when max thinking is enabled, as a guardrail to preserve compute or output headroom — is also plausible and would be an intentional product-level constraint rather than a hard model limitation. Both explanations point to the same underlying reality: a "1M token context window" is not a single flat number that applies uniformly across all configurations; it's a shared resource pool that gets sliced differently depending on reasoning depth, output length expectations, and possibly UI-level safety margins that aren't transparently documented to end users.

This matters because it exposes a gap between how context windows are marketed and how they actually behave under real-world, high-intensity usage — exactly the kind of gap that sophisticated users (the "drunken sailor" framing suggests someone who has stress-tested the system extensively) are most likely to hit and most likely to publicly flag. For users building on Projects with large document sets, this creates a genuine workflow tradeoff: enabling deeper reasoning, which is often desired for complex analytical or research tasks precisely when working with large corpora of project documents, can paradoxically break the very use case it's meant to serve. Without clear documentation of how thinking budgets subtract from usable input capacity, users are left doing reverse-engineering via trial and error, as this poster is attempting, rather than being able to plan payload sizes with confidence.

More broadly, this kind of report reflects a recurring theme in the current generation of reasoning-augmented LLMs: extended or "chain-of-thought" reasoning modes, whether in Claude, GPT-class models, or others, introduce new resource-allocation tradeoffs that complicate the simple narrative of ever-expanding context windows. As vendors race to advertise larger context limits (100K, 200K, 1M tokens), the practical ceiling users experience is increasingly shaped by secondary factors — reasoning token consumption, dynamic throttling, output reservation — that aren't fully visible in the interface. This tension between headline context-window figures and effective usable capacity under advanced reasoning settings is likely to become a more prominent point of user frustration and community troubleshooting as reasoning models proliferate, underscoring the need for AI labs to be more transparent about how thinking budgets, input limits, and output allocations interact rather than leaving users to infer the mechanics from failure messages.

Read original article →