ai-ml

ChatGPT Dreaming V3: OpenAI's Memory Overhaul (2026)

June 7, 2026

ChatGPT Dreaming V3: OpenAI's Memory Overhaul (2026)

ChatGPT Dreaming V3 is OpenAI's new memory architecture, rolled out starting June 4, 2026, that synthesizes what ChatGPT remembers about you in a background process instead of relying on a manually curated list of saved memories. It updates memories as time passes, and a roughly 5x cut in serving compute is what finally makes dreaming-based memory practical to offer free users.1

TL;DR

On June 4, 2026, OpenAI began rolling out Dreaming V3, the third generation of ChatGPT memory since the feature first launched in April 2024 — and the first with background synthesis as its foundation. Instead of waiting for you to say "remember this," dreaming runs in the background, reads across your conversation history, and keeps a synthesized memory state fresh — revising "you're going to Singapore in July" into "you went to Singapore in July 2026" once the trip ends.1 On OpenAI's internal factual-recall evaluation, task success climbed from 41.5% with 2024's saved memories to 67.9% in 2025 and 82.8% with Dreaming V3 — numbers OpenAI reported itself, with no released eval set or independent replication.2 The update is live for Plus and Pro users in the US, with additional countries plus Free and Go users following over the coming weeks.1 It lands in a market where Anthropic reportedly made Claude's memory free for everyone in March 2026 and Google is pushing Gemini's Personal Context — and it sharpens a real tension between personalization and auditability.34

What Is ChatGPT Dreaming V3?

Dreaming V3 is a background memory-synthesis process. Rather than storing only the notes you explicitly asked it to keep, ChatGPT periodically "dreams": it reviews your past conversations, extracts what matters, and writes an updated memory state that future chats can draw on.1

OpenAI describes the system as its answer to three challenges it observes when memory runs at scale: staleness, correctness, and scalability across "hundreds of millions of users and multi-year time horizons."1 The name is apt — like biological memory consolidation during sleep, the heavy lifting happens between sessions, not during them.

The evolution went through three distinct stages:1

EraSystemHow it worked
April 2024Saved memoriesWrote notes only during conversation, triggered by explicit cues like "remember that..."
April 2025Saved memories + Dreaming V0First background process; automatically curated memories by referencing chat history, supplementing the saved list
June 2026Dreaming V3Background synthesis becomes the shared memory foundation for all users; more capable and compute-efficient

Saved memories had a familiar failure mode: like talking to someone who took a few notes but forgot everything not written down — and whose notes slowly went stale. Dreaming V0 patched that by referencing chat history, but OpenAI says it "was never sufficient as a standalone memory system" until now.1

How ChatGPT Memory Works Now: Three Jobs, One Background Process

OpenAI evaluates memory against three objectives, and Dreaming V3 changes how each one is handled.1

Carrying forward context. Tell ChatGPT about your camera rig once, and a later "what do I need for TTL with my setup?" gets an answer scoped to your exact housing and strobes instead of a generic compatibility lecture. OpenAI's announcement walks through precisely this underwater-photography example.1

Following preferences and constraints. Preferences can be explicit instructions ("don't bring up Stan again"), stated constraints ("I'm vegetarian"), or implicit context (living near San Francisco means local recommendations should be local).1

Staying current over time. This is the genuinely new muscle. Time passes between chats, and Dreaming V3 revises memories accordingly — trip plans become trip history, "next Saturday" stops being next Saturday, and your dinner recommendations snap back to your home time zone after you fly home.1

You can inspect the result on a memory summary page: a reviewable overview of what ChatGPT knows about you, with controls to add or update information, correct or dismiss specific details, and instruct it on what topics to bring up and when. For anything deeper, OpenAI's guidance is to just ask the model what it remembers.1

The Eval Numbers: What OpenAI Reports

OpenAI published an internal evaluation tracking memory quality across the three system generations. On factual recall — whether the model correctly uses relevant context about you — task success rose from 41.5% (2024, saved memories) to 67.9% (2025, saved memories + Dreaming V0) to 82.8% (2026, Dreaming V3) — roughly doubling over two years.2

Treat these as directional rather than definitive: the evaluation is OpenAI's own, the eval set hasn't been released, and as of this writing no independent party has replicated the results.2

The economics may matter more than the benchmark. OpenAI says recent improvements cut the compute required to serve dreaming to free users by approximately 5x — the change that makes a Free-tier rollout practical at all, and that allows increased memory capacity for Plus and Pro subscribers.1 Dreaming-based memory has until now been limited to Plus and Pro precisely because continuous background synthesis is expensive at ChatGPT scale. That cost curve, not the recall percentage, is the story for anyone watching how personalization features reach hundreds of millions of users — including subscribers on the $8/month (US) ChatGPT Go tier, who are in line for the rollout alongside Free users.15

ChatGPT vs. Claude vs. Gemini: The AI Memory Race

Every major assistant now treats persistent memory as core infrastructure, but the designs differ.

AssistantMemory approachAvailability
ChatGPT (Dreaming V3)Background synthesis across chat history; temporal updating; memory summary pagePlus/Pro in US now; Free and Go users over coming weeks1
ClaudeAuto-synthesized memory summary from chat history plus explicit "remember this" commands; viewable in settingsReportedly all users, including free, since March 20263
GeminiPersonal Context recalls past chats (on by default, can be disabled); separate opt-in Personal Intelligence connects Google apps like Gmail and PhotosPersonal Context since August 2025; Personal Intelligence in beta for US AI Pro and AI Ultra subscribers since January 202646

The convergence is striking: all three vendors have moved away from user-managed memory lists toward memory that builds itself automatically. Where they diverge is defaults and surface area — Gemini reaches into your Google app data if you opt in, Claude keeps memory scoped to chat history with explicit controls, and ChatGPT now bets everything on the dreaming process with a summary page as the inspection layer.134

Privacy Trade-Offs of Self-Updating AI Memory

A memory system that writes itself raises a question the old one didn't: how do you audit what you never told it?

With saved memories, the list was the contract — every entry traceable to something you said. With dreaming, ChatGPT also remembers what it inferred and then quietly revised. TechTimes' coverage of the launch argues the redesign limits the granular audit trail that the discrete saved-memories list provided, even as the new summary page adds correct, dismiss, and instruct controls.7

User research backs up the discomfort. A study published at CHI 2026 interviewed 20 ChatGPT users about the memory feature and found most experienced negative "expectancy violations" — surprise, sometimes discomfort — after seeing what the system had remembered about them, alongside a strong desire for more visibility and control.8

Regulators are circling the same territory. The European Data Protection Board's Opinion 28/2024 already addresses how personal data in AI models falls under GDPR, and the EU AI Act's transparency obligations for chatbot-style systems take effect on August 2, 2026 — weeks after Dreaming V3 reaches European users, if the international rollout holds to OpenAI's "coming weeks" timeline.910

What Developers Should Take From Dreaming V3

Three signals are worth acting on if you build LLM applications:

  1. Memory is becoming an architecture problem, not a prompt problem. Stuffing user context into the system prompt or retrieving raw chat logs doesn't scale to multi-year horizons. Background synthesis — periodically compacting interaction history into a curated state — is the pattern OpenAI and Anthropic have both shipped, and the direction Google is heading. Our look at SubQ's 12M-token context window covers the complementary approach: making the window itself bigger, which still doesn't solve staleness.
  2. Compute efficiency unlocks features, not just margins. A 5x serving-cost reduction turned dreaming-based memory from a paid-tier capability into a default one.1 If you're pricing an AI product feature today, model what happens when your unit costs drop by that factor.
  3. Temporal reasoning is a differentiator. Dreaming V3's ability to revise memories as time passes — not just append new ones — is the difference between a notes file and a model of the user. Expect this in agent platforms next; Microsoft's in-house models are already aimed at agentic Windows experiences, and Google's world-model ambitions for Gemini Omni point the same direction.

Bottom Line

Dreaming V3 is OpenAI admitting that memory-as-a-list was a dead end. The interesting part isn't the 82.8% recall score on an internal eval — it's the architectural bet that background synthesis, temporal revision, and a 5x cheaper serving path make persistent memory a default expectation for every chatbot user rather than a premium add-on. The open question is auditability: a memory that updates itself while you're away is more useful, and harder to fully inspect, than one you wrote yourself. That trade-off — convenience for legibility — is about to be tested on hundreds of millions of users.1

Footnotes

  1. OpenAI — Dreaming: Better memory for a more helpful ChatGPT (June 4, 2026) 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

  2. gHacks — OpenAI Upgrades ChatGPT Memory With New Dreaming Architecture for Plus and Pro Users (June 5, 2026) 2 3

  3. Dataconomy — Anthropic Makes Claude Memory Feature Free For All Users (March 4, 2026) 2 3 4

  4. Android Authority — Gemini gets personal as Google rolls out a big memory upgrade (January 14, 2026) 2 3 4

  5. OpenAI — Introducing ChatGPT Go, now available worldwide (January 16, 2026)

  6. Google — Gemini app personalizes responses based on past chats, plus new privacy controls (August 2025) 2

  7. TechTimes — ChatGPT Memory Dreaming Update: OpenAI Rewrites Personalization Engine, Limits Audit Trail (June 5, 2026)

  8. ACM CHI 2026 — Relational Gains, Privacy Strains: Exploring Users' Perceptions and Experiences with ChatGPT's Memory Feature

  9. European Data Protection Board — Opinion 28/2024 on certain data protection aspects related to the processing of personal data in the context of AI models (December 2024)

  10. EU Artificial Intelligence Act — Article 50: Transparency Obligations for Providers and Deployers of Certain AI Systems

Frequently Asked Questions

It's OpenAI's memory architecture, rolling out from June 4, 2026, that synthesizes ChatGPT's memory of you in a background process — reading across past conversations, updating stale facts as time passes, and surfacing the result in a reviewable memory summary page. 1