Back to Feed

Post banner

ChatGPT Memory Goes Active: The Dreaming V3 Shift

June 06, 2026
2 min read

OpenAI has overhauled ChatGPT’s memory architecture, replacing the original “saved memories” system with a background process called “Dreaming.” This update addresses staleness, correctness, and scalability issues inherent in explicit, cue-based memory. For developers building on ChatGPT or analyzing its behavior, this shift represents a move from passive storage to active, continuous synthesis.

Dreaming V3 automatically curates memories by referencing chat history in the background, rather than relying on explicit user instructions. This allows the model to maintain context across multi-year time horizons and hundreds of millions of users. The system prioritizes freshness, continuity, and relevance. Memories are now reviewable via a summary page, allowing users to add, update, or suppress specific topics. This introduces a new layer of user control over what context is injected into future interactions, which is critical for managing hallucination risks and data privacy in enterprise deployments.

The update significantly improves three core capabilities:

  • Context Retention: The model now correctly recalls factual details about user setups (e.g., specific camera gear) without requiring re-introduction.
  • Preference Following: It better applies implicit constraints, such as dietary restrictions or accommodation preferences, reducing the need for prompt engineering to enforce style guides.
  • Temporal Awareness: Dreaming automatically updates the user’s state over time. For example, it correctly transitions a user’s location from a temporary trip to their home base once the trip ends, preventing stale recommendations.

OpenAI reports a 5x reduction in compute cost for serving Dreaming to Free users, enabling a broader rollout. Plus and Pro users in the US have immediate access, with Free and Go users receiving the update in the coming weeks. This infrastructure improvement suggests that long-context windows and memory retrieval are becoming more cost-effective to serve at scale.

Developers should note that memory synthesis is now a background process, not a deterministic API call. This means the context available to the model is dynamic and potentially opaque. When building applications that rely on ChatGPT for long-term user assistance, account for the possibility that irrelevant or outdated information may be synthesized and injected. The new memory controls offer a mitigation path, but the underlying retrieval mechanism is no longer strictly user-defined. This shift impacts how we design for consistency and auditability in conversational AI products.


Sources


This post was generated with the assistance of AI and reviewed through automated processes. AI can make mistakes. Readers should consult the original sources linked for complete context and verification.