← Reddit

The toll of session compaction

Reddit · newlido · August 2, 2026
Compacting a Sonnet 5 thread containing 328k tokens of context consumes 8% of a Claude Pro subscription's session usage before any actual work begins. The user who documented this finding recommended starting a new thread instead when possible to preserve session tokens for productive use.

Detailed Analysis

A Reddit post highlighting an operational quirk of Claude's session management has drawn attention within the r/ClaudeAI community: compacting a long conversation thread consumes a non-trivial share of a user's available usage quota before any new work even begins. According to the poster, compacting a Sonnet 5 thread that had accumulated 328,000 tokens of context consumed roughly 8% of their Claude Pro subscription's session allowance—overhead incurred simply to condense prior conversation history, not to answer a new query. The tone is wry rather than outraged, with the user noting sardonically that they're "glad" to still have 92% left to work with, but the underlying point is a practical one: heavy context accumulation carries a real, quantifiable cost that isn't always obvious to end users until they hit it.

This matters because context compaction is a core mechanism Claude and other large language model products use to manage conversations that exceed a model's usable context window. As a session grows—through long back-and-forth exchanges, large file uploads, or extended coding sessions—the underlying system periodically summarizes or truncates older parts of the conversation to keep the active context manageable while preserving continuity. That compaction step is not free: it requires the model to process and re-encode a large volume of prior text, which counts against rate limits or usage caps just like any other inference call. For subscribers on metered or capped plans, this creates a subtle tax on long-running conversations, effectively penalizing the exact behavior—deep, extended, iterative work—that many power users rely on Claude for, particularly in coding and research contexts where 300k+ token threads are increasingly common with expanded context windows.

The broader trend this reflects is the tension between expanding context windows and the practical economics of serving them. As Anthropic and competitors like OpenAI and Google push context limits higher (Claude models now support context windows in the hundreds of thousands of tokens, with some configurations reaching beyond a million), the computational cost of maintaining, summarizing, and re-processing that context scales accordingly. Longer context windows are marketed as a headline feature enabling more sophisticated agentic workflows, multi-file codebase analysis, and persistent long-form collaboration, but the compaction overhead illustrated in this post reveals a hidden operational cost that users bear directly through usage limits. This mirrors a broader pattern across the AI industry where the benefits of larger context windows are real but come with underappreciated tradeoffs in latency, cost, and now, apparently, quota consumption.

The practical advice embedded in the post—"if you can, just start a new thread"—reflects a workaround strategy that experienced users have adopted to avoid the compaction penalty altogether, favoring fresh, shorter sessions over long-running ones even when continuity would otherwise be preferable. This behavior pattern is notable because it runs counter to Anthropic's own product narrative around long-context and agentic capabilities, which implicitly encourages users to maintain extended sessions for complex, multi-step tasks like large codebase refactors or research projects. If users are instead incentivized to fragment their work into shorter threads to conserve usage allowance, it suggests a friction point between the platform's technical capabilities and its pricing/quota model—an issue Anthropic may need to address, whether through more efficient compaction algorithms, exempting compaction from usage counts, or clearer communication about the true cost of long sessions, as competition intensifies among AI providers to offer not just powerful context handling but also predictable, user-friendly cost structures.

Read original article →