started · updated
AI Assistants Add Persistent Memory Features
Developers are enhancing large‑language‑model assistants with tools that retain context across sessions. Google’s Gemini Gems let users set persistent instructions and link files from Drive, while Anthropic’s Claude Projects and Microsoft’s Copilot Agents offer similar capabilities for maintaining user‑specific details.
Separately, the Memoria project demonstrated a self‑evolving personal AI that stores facts in a three‑tier system: short‑term session memory in Redis, personal memory in PostgreSQL with pgvector embeddings, and a full‑transcript archive for search. The system automatically decays, consolidates, and resolves contradictory information, and it reported a 77.6 % improvement in decision‑making accuracy on benchmark tests. Memoria was built for the Qwen Cloud Hackathon and is deployed on Alibaba Cloud infrastructure.
Both efforts aim to overcome the stateless nature of typical chatbots, enabling more personalized and consistent interactions.