Skip to main content

One post tagged with "architecture"

View All Tags

Beyond Vector RAG: Building Agent Memory That Learns From Experience.

· 12 min read
Adarsha Das
Senior Architect @ Meesho

BharatMLStack Agent memory has come a long way. Persistent context, vector retrieval, knowledge graphs — the building blocks are real and getting better fast.

But most of what we call "memory" today is still closer to search: chunk text, embed it, retrieve whatever looks similar at query time. That works well for recalling facts and preferences. It starts to break down when you need an agent to recall what happened last time, learn from a mistake, or avoid repeating a failed approach.

We are trying to experiment something different. An episodic memory system where a frozen LLM — same weights, no retraining — produces increasingly better decisions over time because the memory feeding it context is continuously evolving. Then we tested it. The results were interesting.