RAG is Dead Introducing Agenti

· algieg's blog


Limitations of Standard RAG #

Agentic File Exploration Overview #

Three-Phase Exploration Process #

Project Implementation & Local Models #

Summary #

Agentic File Exploration is an open-source alternative to RAG designed to solve the "lost in the middle" and context fragmentation issues of semantic search. By using an agentic workflow—where an LLM uses tools to browse, read, and follow cross-references within a document folder—the system can synthesize answers from disparate files that traditional chunking would miss. While slower than standard RAG and requiring more compute (ideally a 32B+ model and significant VRAM), it excels at generating comprehensive reports from complex, interconnected document sets like legal or financial records.

last updated: