AI Companion Active Memory
AI companion active memory is Tristan’s design pattern for making an AI companion remember without waiting for the user to repeat the right keyword. In 这可能才是 AI 陪伴真正该有的样子|对谈刷屏产品 EVE 创始人 Tristan, EVE distinguishes this from ordinary RAG: a good companion should notice that a user’s plan to eat hotpot conflicts with a recent fitness goal, or ask about something the user mentioned months earlier, because the relationship itself calls the memory forward.
The source describes EVE’s implementation as roughly 128 memory slots derived from observing what long-term couples remember about one another. Each user utterance is asynchronously reflected on, classified into a slot, and merged with prior memory while the live conversation continues. A smaller set of high-priority facts, such as names or nicknames, stays in persistent prompt context.
Key Claims
- Companion memory is not only storage; it is timing, salience, and relationship-appropriate recall.
- Slot-based memory can give product designers a controllable structure for goals, dreams, preferences, values, and current situations.
- Reflection and merge steps keep memory from becoming a flat transcript, but they also create quality and privacy obligations.
- Active memory enables Proactive Agents because the companion can create callbacks, reminders, and new topics without the user explicitly asking.
- For AI Friend Products, memory has to support emotional continuity, not only factual accuracy.
- The pattern overlaps with Persistent Agent Memory, but it is narrower: the user-facing test is whether the AI feels like someone who has lived through enough shared context with the user.
Connections
- EVE, Tristan, and Natural Selection / 自然选择 — product, founder, and company case.
- Persistent Agent Memory — broader durable memory category.
- Context Engineering — memory becomes usable only when placed into the right interaction context.
- Proactive Agents — active recall enables timely prompts and callbacks.
- Emotional Interaction Models — emotional response quality depends on what the model remembers and how it interprets the relationship state.
- AI Friend Products and AI Native Product Design — product categories where active memory shapes the interface and value proposition.