← Reddit

Claude doesn't understand project any more?

Reddit · CreasedEdge · April 15, 2026
A user experienced Claude failing to maintain project context in a newly created chat within an established project containing multiple previous conversations. The new chat exhibited behavior characteristic of a chat external to the project, with Claude requesting clarification on information already confirmed in other chats within that project.

Detailed Analysis

A Reddit user on r/ClaudeAI reported an unexpected breakdown in Claude's ability to retain and apply context within an established project, describing a situation where a newly created chat within an existing project behaved as though it were completely isolated — failing to recognize references to prior conversations and requesting clarification on details already established in earlier sessions. The complaint points to a fundamental misunderstanding of how Claude's "Projects" feature functions: while Projects provide a shared system prompt and persistent instructions, individual chats within a project do not automatically inherit the full conversational history of other chats. Each new conversation starts fresh, with access only to the project-level instructions and any uploaded knowledge files — not the accumulated dialogue from previous sessions. The user's expectation that Claude would "remember" details confirmed in other chats reflects a common conflation of project-level memory with chat-level memory.

This distinction matters considerably for how users structure their workflows with Claude. The Projects feature was designed to give Claude consistent behavioral parameters and domain context across sessions — not to function as a persistent, cross-chat memory system. If a user wants Claude to retain specific facts, decisions, or confirmed details from prior conversations, that information must be explicitly encoded into the project's instructions or uploaded as a reference document. Without that, each new chat begins with the same baseline state, regardless of how many prior conversations have taken place within the same project. This architectural choice reflects deliberate design tradeoffs between privacy, context window management, and predictability of behavior.

The broader technical backdrop adds another layer of complexity. In mid-to-late 2025, Anthropic acknowledged a series of infrastructure bugs — involving routing logic, compilation pipelines, and multi-platform hardware systems — that caused degraded and inconsistent responses across Claude deployments. Anthropic's head of reliability, Todd Underwood, publicly addressed the incidents, and the company committed to improved debugging tools and evaluation processes. While those bugs were reportedly resolved, they established a precedent for users interpreting unexpected Claude behavior as potential system-level failures rather than user-side configuration gaps. In the case described in this post, however, the most probable explanation remains the architectural limitation of per-chat context isolation rather than any underlying infrastructure fault.

This episode connects to a wider tension in the AI assistant space between user mental models and actual system design. Research into Claude's internal reasoning — including Anthropic's interpretability work on Claude 3.5 Haiku, which traced how the model forms multi-step conceptual links during inference — demonstrates that Claude's comprehension capabilities are genuinely sophisticated at the individual-session level. The challenge is not Claude's reasoning capacity but rather the gap between what users intuit a "project" should do and what it technically provides. As AI assistants become more deeply embedded in ongoing, multi-session workflows, the demand for true persistent memory across conversations will likely intensify, pushing developers like Anthropic to expand memory architectures — whether through retrieval-augmented systems, explicit memory tools, or richer cross-chat context management — to meet those evolving expectations.

Read original article →