← Reddit

Switched existing chat from Opus 4.6 to 4.7 then back to 4.6. Learned a lesson

Reddit · reezypro · May 11, 2026
A user switching an existing chat from Opus 4.6 to 4.7 observed a 17% session usage spike and subsequently switched back to 4.6, but the per-prompt usage remained approximately 10 times higher than before the model switch. The unusually high token consumption persisted even after reverting to 4.6, leading to rapid session limit depletion. The observation suggests that switching to 4.7 fundamentally changes the context in a way that does not fully revert when switching back to the earlier model.

Detailed Analysis

A Reddit user's hands-on experience with switching between Claude Opus 4.6 and 4.7 mid-conversation has surfaced a notable behavioral quirk in Anthropic's model architecture: context tokenization or session state appears to undergo a persistent transformation when a user upgrades to a newer model within an ongoing chat, and this transformation does not revert when the user switches back to the previous model. The user reported that a single, elementary file path question triggered a 17% session usage spike immediately after switching to 4.7, an abnormally high consumption rate for such a low-complexity query. Upon reverting to 4.6, per-prompt usage remained dramatically elevated — estimated by the user at roughly a 10x increase — resulting in an unexpected session limit being reached in unusually short order.

The likely explanation centers on how context windows are encoded and managed across model transitions. Different versions of Claude likely tokenize, compress, or represent conversational history differently. When a session migrates from 4.6 to 4.7, the newer model may re-encode or re-process the existing context according to its own internal representation schema — a process that could substantially inflate the effective token footprint of the accumulated conversation. Critically, when the user switches back, this re-encoded context may persist in its inflated form rather than reverting to the original 4.6 representation, meaning the session continues to carry the heavier computational load associated with the 4.7 context structure.

This observation carries practical significance for users who operate near session usage limits, particularly those conducting long, complex technical conversations — such as debugging sessions, which fits the user's described use case. The instinct to switch to a more capable model when stuck on a problem is natural and widely practiced, but this report suggests that doing so mid-conversation carries a hidden cost: the session's token economy may be permanently disrupted for that conversation's lifespan. Users who switch models expecting a seamless, reversible experience may be surprised to find their available session capacity significantly eroded with no path to recovery short of starting a new conversation.

More broadly, this highlights a gap in transparency within Anthropic's Claude interface. Users are given model-switching controls without accompanying documentation about the downstream effects of those switches on session state or token consumption. As Anthropic iterates rapidly across model versions — with the jump from 4.6 to 4.7 representing a meaningful capability increment — the behavioral divergences between versions become increasingly consequential for power users who manage tight session budgets. The absence of warnings or explanatory UI elements around cross-model context behavior represents a user experience friction point that Anthropic may need to address as its model versioning becomes more granular and more frequently utilized.

The community value of this Reddit post lies precisely in its specificity: the user quantified the degradation (17% spike, estimated 10x multiplier, rapid session limit) rather than reporting a vague sense that "things felt slower." This kind of empirical, reproducible observation from the user community often precedes formal acknowledgment or documentation from AI developers, and serves as a useful signal for other Claude users to treat mid-conversation model switches with caution, treating them as potentially irreversible transformations of the session's computational footprint rather than simple toggles.

Read original article →