Anthropic's Claude Managed Agents can now "dream," sort of
Anthropic has introduced "dreaming" to Claude Managed Agents, a capability that periodically analyzes multi-agent sessions and memory stores to identify patterns and consolidate critical information—addressing a fundamental limitation of LLMs' finite context windows for long-running projects. This enhancement enables organizations to deploy autonomous multi-agent systems that improve over time by learning from collective experiences, reducing errors, and establishing team-wide workflows without manual intervention. For IT organizations, this represents a significant advancement in the viability of AI agents for enterprise automation, particularly for complex projects spanning hours or days that previously required manual memory management or architectural workarounds.
SAN FRANCISCO—At its Code with Claude developers' conference, Anthropic has introduced what it calls "dreaming" to Claude Managed Agents. Dreaming, in this case, is a process of going over recent events and identifying specific things that are worth storing in "memory" to inform future tasks and interactions. Dreaming is a feature that is currently in research preview and limited to Managed Agents on the Claude Platform. Managed Agents are a higher-level alternative to building directly on the Messages API that Anthropic describes as a "pre-built, configurable agent harness that runs in managed infrastructure." It's intended for situations where you want multiple agents working on a task or project to some end point over several minutes or hours. Anthropic describes dreaming as a scheduled process, in which sessions and memory stores are reviewed, and specific memories are curated. This is important because context windows are limited for LLMs, and important information can be lost over lengthy projects. On the chat side of things, many models use a process called compaction, whereby lengthy conversations are periodically analyzed, and the models attempt to remove irrelevant information from the context window while keeping what's actually important for the ongoing conversation, project, or task.Read full article Comments