DEV Community

TildAlice
TildAlice

Posted on • Originally published at tildalice.io

ChatGPT Dreaming V3: What Auto-Updating Memory Costs

The Architecture Shift Nobody Asked About

On June 4, 2026, OpenAI announced "Dreaming V3," a redesigned memory system for ChatGPT that replaces explicit memory saves with a background process that continuously synthesizes context from all your conversations. The performance gains are real—factual recall jumped from 41.5% (2024) to 82.8% (2026) on OpenAI's internal evals—but the fundamental trade-off deserves more scrutiny than it's getting.

The old system was simple: ChatGPT remembered what you explicitly told it to remember, stored as a list you could audit. Dreaming V3 scraps that model. A single asynchronous background process now crawls through "many conversations simultaneously," extracting context and updating memories without user prompts. OpenAI's example: a memory reading "you're going to Singapore in July" auto-rewrites to "you went to Singapore in July 2026" after the trip ends. Convenient? Absolutely. But that convenience papers over a structural problem: you no longer control what gets remembered or when it updates.


Close-up of wooden Scrabble tiles spelling 'China' and 'Deepseek' on a wooden surface.


Continue reading the full article on TildAlice

Top comments (0)