Classic RAG is a straight line: retrieve once, then answer. Agentic RAG is a control loop, an agent that decides what to fetch, whether it was enough, and whether the question is answerable at all. Here is the real graph, and when the loop is worth its cost.