Izzo: So here’s one that’s been making the rounds — A-RAG: Scaling Agentic Retrieval-Augmented Generation via Hierarchical Retrieval Interfaces. Izzo: You’re listening to Exploring Next. I’m Izzo, and Boone’s here. Let’s get into it. Boone: Yeah, this caught my attention because They still rely on two paradigms: (1) designing an algorithm that retrieves passages in a single shot and concatenates them into the model’s input, or (2) predefining a workflow and prompting the model to execute it step-by-step. Izzo: From a product standpoint, the interesting question is who actually ships with this. This approach has rapidly evolved into a mainstream RAG paradigm, with researchers advancing the frontier through innovations in knowledge graph structure design, semantic unit definition, and retrieval strategies (Guo et al. Boone: Right, and technically Despite their sophistication, these workflows remain fixed at design time: the model cannot adapt its strategy based on task characteristics. Izzo: Okay so what should people actually go try? The original source is a good starting point: https://arxiv.org/html/2602.03442v1 Boone: Definitely read that first. And if you want to go deeper, look into related tools in the same space — build something small and see where it breaks. Izzo: Good call. That’s the episode — we’ll catch you on the next one.