AI Agents AI Gadgets & HW AI Models - LLM AI Open Source AI Security AI for Coding AI for Gaming AI for Images AI for Music AI for Videos Artificial Intelligence Editor's Choice NVIDIA AI Other News Robotics Tech Face-off Tech Satire

Anthropic Launches Memory for Claude Managed Agents in Public Beta

By Artūras Malašauskas Apr 25, 2026 5 min read Share:
Anthropic has released Memory for Claude Managed Agents, enabling enterprise AI agents to retain and share knowledge across sessions through a filesystem-based architecture with full audit controls.

Anthropic has officially released the Memory feature for Claude Managed Agents, now available in public beta. The update allows enterprise AI agents to accumulate and recall information from prior sessions without requiring developers to manually update prompts or retrain models. This represents a significant shift in how organizations deploy autonomous agents for long-running workflows.

The feature is built on a filesystem-based architecture. Memory data stores as files that developers can export, manage through APIs, and scope with permissions for organizational needs. According to Anthropic's engineering documentation, this design choice means agents can rely on the same bash and code execution capabilities that already power their agentic tasks. The filesystem approach also enables multiple agents to access and work against the same store concurrently without overwriting each other.

Transparency and control sit at the center of this release. Every memory write becomes a session event in the Claude Console, creating an audit trail for each session and agent. Organizations can trace what an agent learned, where it came from, and roll back or redact data if something goes awry. This level of programmatic control distinguishes the offering from earlier versions and competitive products that may not provide the same auditability (a requirement that enterprise security teams have been demanding for years).

Early adopters are already leveraging the feature. Netflix, Rakuten, Wisedocs, and Ando are among the companies using Memory to streamline workflows, reduce errors, and accelerate processes. The ability for agents to build memory over time could shift how companies automate complex workflows and manage organizational knowledge. For developers, this means less time spent maintaining context windows and more time focusing on actual business logic.

Memory is available immediately in public beta to all users of Managed Agents. Access comes through the Claude Console and programmatic interfaces. The feature supports a range of platforms by integrating with the existing Claude agent infrastructure. Documentation from the company reveals that scoped permissions enable control over agents—stores used across an enterprise might be set as read-only, while per-store users might allow read-write access.

The physical reality of using this system matters. Developers interact with Memory through the same terminal commands and API calls they already use for code execution. There's no new UI to learn, no separate dashboard to navigate. When an agent writes to memory, it's a file operation—visible in the filesystem, traceable in logs, manageable through standard tools. This familiarity reduces friction for teams already working with Claude's infrastructure.

Anthropic's approach with this release centers on solving an old problem in computing: how to design a system for "programs as yet unthought of." Decades ago, operating systems solved this by virtualizing hardware into abstractions—process, file—general enough for programs that didn't exist yet. The abstractions outlasted the hardware. Managed Agents follow the same pattern, virtualizing agent components into interfaces that make few assumptions about what runs behind them.

The company started by placing all agent components into a single container, which meant the session, agent harness, and sandbox all shared an environment. There were benefits, including direct syscalls for file edits and no service boundaries to design. But coupling everything into one container created infrastructure problems. If a container failed, the session was lost. If a container was unresponsive, engineers had to nurse it back to health.

Debugging unresponsive stuck sessions became difficult. The only window in was the WebSocket event stream, but that couldn't tell where failures arose. A bug in the harness, a packet drop in the event stream, or a container going offline all presented the same. To figure out what went wrong, an engineer had to open a shell inside the container, but because that container often also held user data, that approach essentially meant they lacked the ability to debug effectively.

The solution was to decouple what Anthropic thought of as the "brain" (Claude and its harness) from both the "hands" (sandboxes and tools that perform actions) and the "session" (the log of session events). Each became an interface that made few assumptions about implementation. This allows the implementation of each to be swapped without disturbing the others. The company is opinionated about the shape of these interfaces, not about what runs behind them.

Independent reporting from SD Times corroborates the timeline and scope of the changes. The outlet notes that Memory mounts directly onto a filesystem, so Claude can rely on the same bash and code execution capabilities that make it effective at agentic tasks. With filesystem-based memory, the latest models save more comprehensive, well-organized memories and are more discerning about what to remember for a given task.

For enterprise customers, the implications are practical. Teams can now deploy agents that learn from past interactions without rebuilding context windows for every session. This reduces token costs and improves consistency across long-running workflows. The audit trail also satisfies compliance requirements that many organizations face when deploying AI in regulated environments. Whether users actually pay for it remains the real question.

Anthropic, the developer of Claude, is recognized for focusing on enterprise-grade AI tools that prioritize safety, transparency, and developer control. This release aligns with their strategy of offering advanced agent capabilities for businesses seeking robust, auditable AI solutions. The company has consistently positioned itself as the enterprise alternative to more consumer-focused AI providers.

Industry observers note that the ability for agents to build memory over time could shift how companies automate complex workflows and manage organizational knowledge. The feature is designed to work with existing tools and infrastructure, reducing the learning curve for adoption. However, the filesystem-based approach also means developers need to manage memory storage and permissions themselves, which adds operational complexity.

Time will tell if this architecture scales as well as Anthropic claims. The filesystem approach works for individual agents, but enterprise deployments with hundreds of concurrent agents may face challenges with storage management, permission conflicts, and audit trail volume. The company's engineering blog suggests they've thought through these issues, but real-world stress testing will reveal the actual limitations.

Whether organizations actually adopt this feature at scale depends on whether the benefits outweigh the operational overhead. For some teams, the ability to audit and control agent memory will be essential. For others, the complexity of managing filesystem-based memory stores may not justify the gains. The market will decide which side of that equation most companies fall on.

Arturas Malas Artūras Malašauskas is an AI Systems Integrator with 20+ years of production-grade web engineering experience. He has designed, shipped, and scaled enterprise Python/PHP systems for logistics, SaaS, and public-sector clients. For the past year, he has focused exclusively on AI integrations: deploying open-source LLMs, building generative media pipelines (image, audio, video), and engineering multi-agent workflows for real production environments. His standard: reproducibility, security, cost-efficient inference—no vaporware. He documents and evaluates emerging AI tooling, separating verified capabilities from marketing noise. Technical editor at: muza-ai.eu, ai-verslas.lt, ai-naujinos.lt Connect on LinkedIn
Share:

Comments

Sign in to comment:
    <