OpenAI started rolling out a rebuilt ChatGPT memory architecture called Dreaming V3 on June 4. The new system updates stored facts in the background as time passes and ships to Plus and Pro users in the United States immediately, with free-tier access landing over the coming weeks after a 5x compute optimization. Coverage from 9to5Mac on June 4 confirmed the staged rollout.

What this enables: project context that ages with you

For creators who use ChatGPT as a long-running workspace (style guides, brand voices, client briefs, code conventions), Dreaming V3 reduces the daily tax of re-stating context. A note from June that says "the Q3 launch is in October" becomes "the Q3 launch shipped in October" by November rather than rotting into stale guidance. Per Engadget's writeup, memories are reviewable on a dedicated summary page, so you can edit, delete, or add instructions on which topics ChatGPT should bring up and when. Practical move today: open Settings, Personalization, Memory, and audit the summary to seed the new model with a clean baseline.

Why It Matters

Memory has been the soft underbelly of long-horizon LLM workflows. Mem0, Claude Projects, and ChatGPT's own pre-Dreaming memory all suffered from "junk drawer" growth: every chat added entries, but nothing aged out or got revised. Dreaming V3 is the first production memory system from a frontier lab that revises entries in the background instead of only appending. StartupHub's breakdown notes the architecture targets correctness and scalability across hundreds of millions of users and multi-year time horizons, which matters if you intend to use a single ChatGPT account as the system of record for a multi-year creative project.

Key Details

Dreaming was previously a Plus and Pro feature; the V3 upgrade is what unlocks the free tier. OpenAI says the compute required to serve Dreaming dropped roughly 5x in recent months, which is the reason free users are now in scope. The rollout starts with US users on Plus and Pro; international and free-tier rollout follows over "the coming weeks" per Startup Fortune. Dreaming runs as a background process between sessions, so users will not see a UI change at launch; the difference shows up the next time you reopen a long-running chat. Free-tier creators currently using Claude Opus 4.8 dynamic workflows as their primary LLM may want to A/B both memory systems before committing.

What to Do Next

Audit your existing ChatGPT memory page this week before V3 takes over background revisions. Wrong-but-stale entries (old job titles, finished projects, abandoned tool stacks) are about to get rewritten rather than overwritten, so cleaning the baseline now keeps the new model from preserving stale framing. Developers shipping memory-dependent features should test against the new system in the playground; the underlying memory API has not changed shape, but retrieval results will differ.