Agentic RAG vs classic RAG: pipeline or control loop
Classic RAG runs one retrieval pass and stays predictable. Agentic RAG keeps searching until it has enough evidence, and pays for it in latency and tokens. How I pick between them, and what breaks when a loop has no budget.