Agno reposted this
Memory gets an upgrade
Turning your agents into learning machines AI memory hasn't been solved. And after reviewing hundreds of papers and posts on the topic, Ashpreet thinks he knows why. Memory is the wrong abstraction. Most memory systems follow the same pattern: extract facts, store them, retrieve them, dump them into prompts. Repeat. The problem? They collect the wrong information and don't know how to use what they collect. They capture what users say, not how they think, build, test, debug, or make decisions. In this new blog, Ashpreet breaks down why he stopped asking "What should the agent remember?" and started asking "What should the agent learn?" That shift led to Learning Machines: agents that continuously integrate information from their environment and improve over time, across users, sessions, and tasks. The key innovation is a shared learning protocol that coordinates extensible learning stores: → User Profile: preferences, personal context → Session Context: goals, plans, progress → Entity Memory: facts, events, relationships → Learned Knowledge: insights, patterns, best practices → Decision Logs: why decisions were made → Behavioral Feedback: what worked, what didn't → Self-Improvement: evolving instructions The best part? You can build custom stores that match your domain. Need project context? Build a ProjectContextStore. Need to track accounts? Build an AccountStore. The goal: an agent on interaction 1000 is fundamentally better than it was on interaction 1. We're testing Phase 1 now. Full breakdown with code examples in the blog. Link in the comments 👇