← Reddit

Is it normal for the thought process not to be displayed?

Reddit · crzDiego · July 11, 2026
A user reported that Opus 4.8 in cowork mode does not display its thought process, which typically appears when using Sonnet. The user expressed uncertainty about whether the model is actually reasoning through responses and noted that while answers appear adequate, they could improve given the model's tendency to forget previously discussed details.

Detailed Analysis

This Reddit post raises a user-experience question about Claude's extended thinking feature, specifically why the visible "thought process" doesn't always appear when using what the poster refers to as "Opus 4.8" in "cowork mode." The user notes that this reasoning display shows up more consistently with Sonnet models but is inconsistent or absent with Opus, and questions whether the model is actually performing extended reasoning behind the scenes even when the trace isn't shown. It's worth flagging that "Opus 4.8" and "cowork mode" are not officially documented Anthropic product names as of this writing—Anthropic's released Claude model lineup includes Claude 3 Opus, Claude 3.5/3.7 Sonnet, and the Claude 4 family (Opus 4, Sonnet 4, etc.)—so this may reflect either a community nickname, a misremembered version label, a third-party integration, or genuine confusion about naming conventions that often arises in fast-moving AI product ecosystems.

The underlying technical question is legitimate and reflects a broader pattern in how Anthropic has rolled out "extended thinking" (sometimes called visible chain-of-thought) across its model lineup. Claude's extended thinking mode, introduced with Claude 3.7 Sonnet and carried into later releases, allows the model to allocate additional inference-time computation to work through problems step-by-step before producing a final answer, with that intermediate reasoning optionally surfaced to users. However, the visibility, verbosity, and even the presence of this reasoning trace can vary based on several factors: the specific model checkpoint, whether extended thinking is toggled on in settings, the interface being used (Claude.ai web app, API, or third-party tools), token budget allocated to reasoning, and prompt complexity. Anthropic has also implemented a form of "thinking summarization" in some contexts, where the full raw reasoning trace is condensed or hidden from the end user for interface simplicity or intellectual-property reasons, even though the underlying computation still occurred. This means a lack of visible reasoning doesn't necessarily indicate the model skipped reasoning altogether—it may simply not be displayed.

The user's secondary concern—that responses "forget details just discussed"—points to a separate but related issue: context window management and memory continuity within a session. This is a common friction point across large language model products generally, not unique to Claude, and often stems from context truncation, summarization of earlier turns, or the model deprioritizing earlier context when generating extended reasoning. Users conflating "no visible thinking" with "worse quality answers" is a natural inference, but the two phenomena (reasoning transparency and context retention) are technically distinct subsystems.

This kind of post is emblematic of a broader trend in the AI assistant space: as reasoning models become mainstream (following OpenAI's o1/o3 series and Anthropic's extended thinking models), users increasingly want transparency into *how* an AI arrives at an answer, not just the answer itself. Anthropic has positioned interpretability and reasoning transparency as core differentiators and safety priorities, but product-level inconsistencies—where reasoning traces appear intermittently or are abbreviated—can undermine user trust and fuel confusion about model capabilities. It also highlights the challenge AI companies face in balancing genuine interpretability (useful for safety research and user confidence) against UX simplicity, latency, and competitive concerns about exposing proprietary reasoning chains. As community discussions like this one proliferate on forums such as r/ClaudeAI, they serve as informal signal to Anthropic about where documentation, UI consistency, and communication about model behavior need improvement.

Read original article →