Discussion about this post

User's avatar
HAI — Himanshu AI's avatar

@ByteByteGo One of the clearest comparisons I've seen. This will help many engineers understand where each approach fits.

Gal Dayan: The Agent Whisperer's avatar

The jump from RAG to Agentic RAG is bigger than the diagram makes it look. Plain RAG and Graph RAG change what the model knows before it answers. Agentic RAG, the moment it has tool selection and MCP servers in the loop, changes what the model can do, not just what it retrieves. That is a different risk surface. A bad retrieval gives you a wrong answer you can read and reject. A bad tool call acts before you see it. Once retrieval can trigger actions, the hard part stops being relevance and starts being what the agent is allowed to do with what it found.

3 more comments...

No posts

Ready for more?