Cover image

WorldDB Memory Wars — Why Agent Memory Needs Structure, Not More Tokens

Memory is cheap until it has to remember correctly. A chatbot can remember a paragraph for a few minutes. An enterprise agent is asked to remember a customer’s old address, current address, account owner, exception approval, product issue, refund promise, and the reason the promise changed last month. Then it must answer without mixing the past with the present. This is where “just add more context” begins to look less like strategy and more like buying a bigger drawer for unsorted receipts. ...

April 23, 2026 · 16 min · Zelina
Cover image

The Memory Isn’t Broken — It’s Flat: Why LLMs Need to ‘Draw’ to Remember

Memory is usually sold as a storage problem. Give the agent a vector database. Add a recall layer. Save summaries. Search harder. Expand the context window until the budget department starts making eye contact. Then ask the agent a simple question: what changed after the earlier conversation? That is where the polite demo often turns into a fog machine. ...

April 15, 2026 · 15 min · Zelina
Cover image

Skill Issue? Or Skill Strategy — When Agents Start Remembering What Matters

Memory is easy to sell and hard to govern. Every enterprise AI demo eventually reaches the same theatrical moment: the agent remembers something. A prior customer preference. A workflow exception. A formatting habit. A failed action that should not be repeated. Everyone nods. Someone says “continuous learning.” A roadmap slide appears. The slide is almost certainly too optimistic. ...

March 31, 2026 · 17 min · Zelina
Cover image

The AI That Remembers Itself: Why Memory May Be the Real Operating System of Agents

Upgrade. That is the moment when the usual agent-memory story starts to look too small. Imagine a company has run a long-term AI assistant for six months. It has managed client context, learned internal workflows, developed preferences for how reports should be structured, tracked unresolved decisions, and built a working relationship with several humans. Then the platform upgrades the underlying model. ...

March 8, 2026 · 20 min · Zelina
Cover image

Memory Isn’t Personal: Why LLMs Still Forget What You Like

A customer tells your AI assistant that she dislikes crowded tourist attractions. Three weeks later, she asks for a weekend itinerary. A good assistant should not proudly recommend the busiest landmark in the city. A less good assistant will do exactly that, but in a warm tone. This is the quiet failure mode behind many “personal AI” demos. The interface remembers the conversation. The product claims continuity. The model may even have a giant context window large enough to swallow a small novel. Yet when the user asks a new question, the system behaves as if the earlier preference is just decorative text floating somewhere in the attic. ...

March 5, 2026 · 16 min · Zelina
Cover image

When Memory Stops Guessing: Stitching Intent Back into Agent Memory

Memory fails in a very ordinary way. A customer asks, “Can we use the same approval condition as before?” A research agent says, “Yes.” A procurement assistant retrieves the old vendor quote. A planning copilot remembers a hotel price from yesterday’s itinerary. Everything looks semantically relevant. The words match. The entities match. The embedding score smiles politely. ...

January 17, 2026 · 18 min · Zelina
Cover image

Unpacking the Explicit Mind: How ExplicitLM Redefines AI Memory

Memory is useful until nobody can find where it lives. That, in miniature, is the operational problem with today’s language models. They can answer questions, imitate expertise, retrieve fragments of the past, and produce very confident nonsense with the composure of a senior consultant who has just discovered bullet points. But when a model gives a wrong factual answer, the organisation deploying it faces an awkward question: where, exactly, is that wrong fact stored? ...

November 6, 2025 · 15 min · Zelina
Cover image

Remember Like an Elephant: Unlocking AI's Hippocampus for Long Conversations

TL;DR for operators Long-context windows are useful. They are also an expensive way to pretend that memory is just a bigger clipboard. The HEMA paper argues for a more operationally realistic design: keep a compressed summary of the conversation always visible, store detailed past exchanges outside the prompt, and retrieve only the details that matter for the current turn.1 That gives the model two different memory behaviours: continuity from Compact Memory and factual recall from Vector Memory. ...

April 25, 2025 · 18 min · Zelina