Claude Now Remembers What It Learns Across Chats and Automated Tasks

Anthropic has updated Claude's memory so that what the chatbot learns about you in conversation is also available to Claude Cowork, a separate tool that can perform tasks on your computer. Cowork was released at the start of 2025 and has been available on macOS and Windows since April 9, 2026. When Cowork runs a task in the cloud, it can draw on what Claude already knows about you from chat. And what Cowork learns while doing tasks feeds back into that shared memory (Engadget).
The memory system works by storing information in files. Claude can create, read, update, and delete those files on its own (Anthropic docs). Users can also manually add information by going to Settings > Capabilities and clicking "View and edit your memory" (Anthropic support). Memory is turned on by default for all Free, Pro, and Max accounts (Engadget).
Anthropic also added a new "include sensitive topics in memory" toggle. By default, Claude does not store topics related to personal or sensitive subject matter, including health, race, ethnicity, religious beliefs, politics, and gender identity. When the toggle is turned on, Claude notifies the user each time it adds such a topic to memory. Users can turn it off at any time and can edit or delete individual memory entries (Engadget).
Anthropic has set hard limits around certain data regardless of the toggle. Claude will not store social security numbers, criminal history, or immigration status even when the sensitive-topics option is on. The company also says Claude will not go back and add past conversations to memory. Only new interactions going forward contribute to the memory store (Engadget).
For Team and Enterprise plans, the interaction between memory and Projects adds another management layer. Pro and Team users can organize chats into Projects, which consolidate internal knowledge and chat activity in one place (Anthropic). The ability to move chats into and out of Projects effectively lets users control what falls within Claude's memory scope on those plans (Anthropic support).
The cross-surface memory update arrives amid a busy stretch for Anthropic. The company introduced Claude Opus 5 on July 24, 2026, describing it as a major improvement for the Opus tier, optimized for long-running agents, coding, and professional work. Claude Sonnet 5 followed on June 30, 2026, focused on performance across coding, agents, and professional work at scale. On August 14, Anthropic published technical details on Claude's text watermark, and on August 7 it announced improvements to Claude Fable 5's biology safeguards to reduce false positives. The company also published its position on open-weights models on July 27 and detailed three real-world cybersecurity incidents from its evaluations on July 30 (Anthropic newsroom).
The practical effect of sharing memory across chat and Cowork is that a user who refines a project through back-and-forth chat can hand off execution to Cowork without re-explaining preferences, constraints, or background. The agent picks up what the chatbot already knows.
The broader context here is a design tension that anyone building persistent memory into a consumer-facing AI assistant has to navigate. Memory that spans different tools is genuinely useful for productivity, but it is also a concentrated store of personal information that now flows from chat into cloud-based agent execution. Default-off for sensitive categories, per-event notifications when the toggle is on, and categorical exclusions for identifiers like SSNs and immigration status are Anthropic's attempt to give users granular control without forcing them to choose between utility and privacy.
In my view, the file-based memory architecture means Claude can create, read, update, and delete memory files on its own, and individual users on Free, Pro, and Max tiers are relying on per-entry editing and deletion for ongoing memory hygiene. The retroactivity exclusion matters: it means the memory store only grows from the point of activation forward, not from the full history of prior conversations.
For developers building on Claude's API or integrating Cowork into workflows, the shared memory layer means context established in one tool is no longer siloed. Whether that unification reduces friction enough to change how people build agent workflows will depend on how reliably the model retrieves and applies the right memories at the right moments. The mechanism is in place; the quality of retrieval is what will determine its practical value.


