# Agentic RAG Needs a Search Budget: Stop Letting Retrieval Loop Forever
An article published on HackerNoon examines the operational challenges of agentic Retrieval-Augmented Generation (RAG) systems, specifically addressing issues with uncontrolled retrieval loops. The piece proposes implementing search budgets as a mechanism to constrain retrieval operations and improve system efficiency in agentic RAG implementations.