Personal Assistant
Home Settings
Daily Digest Newsletters Papers Ruby Posts AI Posts Ruby: Blogs and News AI: Blogs and News Gem Updates Gem Discoveries Digest Tweets
Twitter Lists Bluesky Lists RSS Lists Tracked Gems
Sign in Explore
@akshay_pachaar

Akshay ๐Ÿš€

@akshay_pachaar

RAG was never the end goal. Memory in AI agents is where everything is heading. Let me break down this evolution in the simplest way possible. RAG (2020-2023): - Retrieve info once, generate response - No decision-making, just fetch and answer - Problem: Often retrieves irrelevant context Agentic RAG: - Agent decides *if* retrieval is needed - Agent picks *which* source to query - Agent validates *if* results are useful - Problem: Still read-only, can't learn from interactions AI Memory: - Read AND write to external knowledge - Learns from past conversations - Remembers user preferences, past context - Enables true personalization The mental model is simple: โ†ณ RAG: read-only, one-shot โ†ณ Agentic RAG: read-only via tool calls โ†ณ Agent Memory: read-write via tool calls Here's what makes agent memory powerful: The agent can now "remember" things - user preferences, past conversations, important dates. All stored and retrievable for future interactions. This unlocks something bigger: continual learning. Instead of being frozen at training time, agents can now accumulate knowledge from every interaction. They improve over time without retraining. Memory is the bridge between static models and truly adaptive AI systems. But it's not all smooth sailing. Memory introduces new challenges RAG never had, like memory corruption, deciding what to forget, and managing multiple memory types (procedural, episodic, and semantic). Solving these problems from scratch is hard. If you want to build Agents that never forget, Cognee is an open-source framework (12k+ stars) to build real-time knowledge graphs and get self-evolving AI memory. Getting started with Cognee is as simple as this: ๐—ฎ๐˜„๐—ฎ๐—ถ๐˜ ๐—ฐ๐—ผ๐—ด๐—ป๐—ฒ๐—ฒ[.]๐—ฎ๐—ฑ๐—ฑ("๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฑ๐—ฎ๐˜๐—ฎ ๐—ต๐—ฒ๐—ฟ๐—ฒ") ๐—ฎ๐˜„๐—ฎ๐—ถ๐˜ ๐—ฐ๐—ผ๐—ด๐—ป๐—ฒ๐—ฒ[.]๐—ฐ๐—ผ๐—ด๐—ป๐—ถ๐—ณ๐˜†() ๐—ฎ๐˜„๐—ฎ๐—ถ๐˜ ๐—ฐ๐—ผ๐—ด๐—ป๐—ฒ๐—ฒ[.]๐—บ๐—ฒ๐—บ๐—ถ๐—ณ๐˜†() ๐—ฎ๐˜„๐—ฎ๐—ถ๐˜ ๐—ถ๐˜ ๐—ฐ๐—ผ๐—ด๐—ป๐—ฒ๐—ฒ[.]๐˜€๐—ฒ๐—ฎ๐—ฟ๐—ฐ๐—ต("๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—พ๐˜‚๐—ฒ๐—ฟ๐˜† ๐—ต๐—ฒ๐—ฟ๐—ฒ") Thatโ€™s it. Cognee handles the heavy lifting, and your agent gets a memory layer that actually learns over time. I have shared the repo in the replies!

Post media VIDEO
12:39 PM ยท Mar 1, 2026