OpenAI launched Dreaming V3 on June 4, 2026 — a background memory engine that doubled ChatGPT factual recall from 41.5% to 82.8% and cut compute 5x. Full breakdown.
ChatGPT’s factual recall just went from 41.5% to 82.8% — a near-doubling — while the compute required to run memory dropped by a factor of five. OpenAI rolled out Dreaming V3 to Plus and Pro subscribers in the US on June 4, 2026. That efficiency gain is why free-tier users are getting memory for the first time: not because OpenAI became more generous, but because the math finally worked out at scale.
The underlying shift is more significant than another memory upgrade. OpenAI replaced the explicit saved-memories list as the standalone foundation of ChatGPT personalization and rebuilt it around a background synthesis process that runs asynchronously across your entire conversation history. You never click “remember this.” The model figures out what matters and updates its own profile of you continuously, including rewriting memories that go stale as circumstances change.
This piece covers how the architecture works technically, what the metrics mean, where the privacy controls actually stand, and the real trade-offs that haven’t been discussed enough in the coverage so far.
What Changed: The Architecture Shift
The old memory system worked the way most people still think it does: a saved-memories list, explicitly managed. You could view it, add to it, delete from it. Every memory was a user-visible string. The system prompt at inference time injected the top N entries from that list. Predictable, auditable, limited.
Dreaming V3 replaces that with two parallel layers working together.
The first is a background synthesis process that runs asynchronously after conversations end. It reads across multiple conversations simultaneously — not one at a time — and builds a condensed memory state. The state is not stored inside your conversation log. It lives in a separate data layer that OpenAI maintains per-user, and it gets injected into the system prompt at inference time, just like before. But the source material and the synthesis mechanism are entirely different.
The second layer is temporal awareness. This is the part that will actually matter for most users. A memory reading “you’re going to Singapore in July” automatically rewrites itself to “you went to Singapore in July 2026” after the trip ends. No user action. The model tracks its own knowledge of your timeline and updates memories that have become past-tense. OpenAI’s canonical example from the announcement, but the mechanism applies to job changes, relationships, ongoing projects — anything time-bounded in your history.
The previous architecture had no mechanism for this. Stale memories accumulated until you manually pruned them.
The Metrics: What OpenAI Claims
OpenAI published four performance figures in its announcement. These are internal evaluations — not independently audited at launch — so treat them as directional rather than definitive. Third-party verification will come from the research community over the next few months.
| Metric | 2024 Architecture | Dreaming V3 (2026) |
|---|---|---|
| Factual recall | 41.5% | 82.8% |
| Preference adherence | not published | 71.3% |
| Time-sensitive accuracy | not published | 75.1% |
| Compute per memory op | baseline | 1/5x (5x reduction) |
The 82.8% factual recall figure is for OpenAI’s own internal eval. The test structure hasn’t been published. What we don’t know: whether these are easy facts (name, job title) or contextually complex ones (preferences that changed over time, multi-session inferences). The numbers are impressive but the methodology details matter.
The 5x compute reduction is the figure that has real-world consequences. Memory synthesis at scale is expensive. The old architecture’s cost structure kept memory features behind paid tiers globally. At 1/5th the compute, the economics change: free-tier rollout becomes viable. OpenAI is expanding to Free and Go users in the coming weeks, with international markets to follow.
Comments · 0
Beta: comments are stored locally on your device and not visible to other readers.
No comments yet. Be the first to share your thoughts.