New AI Models Feature 'Persistent Memory'
A new wave of AI models is emerging with breakthroughs in "persistent memory," allowing them to remember context from past interactions far more effectively. A recent AI news report highlighted models like Qwen 3.5, which is being positioned as a serious competitor to GPT-5, leveraging this enhanced memory for more personalized and less repetitive conversations.
The concept of "persistent memory" in AI is not a single technology, but rather a spectrum of approaches. For some models, it refers to an extremely long context window—the amount of information the AI can hold in its working memory for a single conversation. The hosted version of Qwen 3.5, for instance, boasts a context window of up to one million tokens, allowing it to "remember" the content of a very large book for the duration of a task. Qwen 3.5's architecture is built for efficiency, utilizing a Mixture-of-Experts (MoE) design. This means that while the model may have a massive number of total parameters (397 billion in one version), it only activates a fraction of them (17 billion) for any given query. This, combined with an architecture that reduces memory usage, allows for faster processing of its extensive context window. For memory that persists across different conversations, some versions of Qwen offer a tool named `save_memory`. This feature allows users to explicitly command the AI to remember specific facts, which are then saved to a local file and reloaded in future sessions for more personalized interactions. This approach gives users direct control over what the AI remembers. This contrasts with the persistent memory being developed for models like GPT-5, which aims to automatically learn from past conversations to build a continuous understanding of a user's preferences and history. This method doesn't require explicit commands to save information, instead creating a persistent user profile that shapes future interactions. The development of persistent AI memory introduces significant privacy considerations. Storing user data over the long term raises questions about data protection, the potential for misuse, and compliance with regulations like GDPR. As AIs become more integrated into daily life, the balance between personalization and privacy will be a critical area of focus.