Retrieval-Augmented Generation

also referred to as: rag

34 statements across 25 episodes · 16 bullish · 10 bearish · 25 people on the record · first statement Oct 12, 2023 by Jerry Liu · across every show →

Everything said about Retrieval-Augmented Generation, oldest first

Oct 12, 2023 bearish
Prediction Not checkable as stated
Liu: The final state for personalized AI memory will not be RAG
“I think a lot of people have thoughts about that, but, like, for what it's worth, I don't think the final state will be ragged. I think it will be some, like, fancy algorithm or architecture where you, like, bake it into, like, the architecture of the model it…”
Jerry Liu Oct 12, 2023 ▶ 1:10:29 RAG is a hack - with Jerry Liu of LlamaIndex
Oct 12, 2023 neutral
Insight
Liu: RAG is fundamentally just an algorithmic prompt-stuffing hack
“RAG is basically just a hack, but it turns out it's a very good hack because what is RAG? RAG is you keep the model fixed, and you just figure out a good way to, like, stuff stuff into the prompt of the language model. Everything that we're doing nowadays in t…”
Jerry Liu Oct 12, 2023 ▶ 24:45 RAG is a hack - with Jerry Liu of LlamaIndex
Oct 12, 2023 bullish
Insight
Liu: RAG will remain essential for managing LLM cost-performance trade-offs
“There's always going to be some curve regardless of like the performance of the best performing models of like cost versus performance. And so what RAG does is it does provide extra data points along that access because you kind of control the amount of contex…”
Jerry Liu Oct 12, 2023 ▶ 15:01 RAG is a hack - with Jerry Liu of LlamaIndex
Oct 12, 2023 positive
Insight
Liu: Chain-of-thought query decomposition produces superior retrieval results
“Another example here is actually LLM based reasoning, like LLM based chain of thought reasoning. You can take a question, break it down into smaller components and use that to actually send to your retrieval system. And that gives you better results since kind…”
Jerry Liu Oct 12, 2023 ▶ 47:53 RAG is a hack - with Jerry Liu of LlamaIndex
Oct 12, 2023 positive
Insight
Liu: Developers should build RAG from scratch before using framework abstractions
“Building, like, RAG from scratch. I mean, I think everybody should do it, I think. Like, I would check out the guide if you guys haven't already, and I think it's in our docs, but instead of just using you know, either the kind of, like the retriever query eng…”
Jerry Liu Oct 12, 2023 ▶ 1:12:32 RAG is a hack - with Jerry Liu of LlamaIndex
Oct 20, 2023 negative
Opinion
Howard: RAG is an inefficient hack compared to fine-tuning
“RAG is like such a inefficient hack, really, isn't it? It's like, You know, segment up my data in some somewhat arbitrary way, embed it, ask questions about that, you know, hope that my embedding, you know, model embeds questions in the same embedding space as…”
Jeremy Howard Oct 20, 2023 ▶ 1:03:36 The End of Finetuning — with Jeremy Howard of Fast.ai
Oct 21, 2023 bearish
Insight
Qiu: RAG is inadequate for scientific AI reasoning and cumulative synthesis
“I don't think RAG is enough for that kind of thing. But RAG is certainly enough for, like, user preferences and things like that.”
Kanjun Qiu Oct 21, 2023 ▶ 49:33 Why AI Agents Don't Work (yet) - with Kanjun Qiu of Imbue
Nov 3, 2023 positive
Insight
Royzen: Large context windows outperform RAG chunking for code
“Like, I think it's generally been shown that if you have the space to just put The raw files inside of a big context window. That is still better than chunking and retrieval. It just is.”
Michael Royzen Nov 3, 2023 ▶ 39:24 Beating GPT-4 with Open Source Models - with Michael Royzen of Phind
Feb 8, 2024 positive
Insight
Zhang: Combining fine-tuning and RAG provides superior performance boosts
“Combining all those techniques all together, right? So we'll give you essentially another boost, right? So that kind of one thing that we learn on the technical side.”
Ce Zhang Feb 8, 2024 ▶ 1:08:27 Building an open AI company - with Ce and Vipul of Together AI
May 31, 2024 neutral
Insight
Huang: RAG versus fine-tuning is fundamentally just meta-learning
“And like, at the end of the day, it's just all meta-learning, right? Like, all we want is, like, the best meta learning workflow or meta learning setup possible to be able to adapt the model to do anything.”
Mark Huang May 31, 2024 ▶ 11:03 How to train a Million Context LLM — with Mark Huang of Gradient.ai
Jun 11, 2024 positive
Disclosure
Brightwave uses composable, context-aware prompting conditioned on retrieved context semantics
“You can have prompts that are composable and that have different sort of command units that like may or may not be present based on the semantics of the content that is being populated into the rag context window. And so that, that's something we make great us…”
Mike Conover Jun 11, 2024 ▶ 35:50 How AI is Eating Finance - with Mike Conover of Brightwave
Aug 17, 2024 positive
Prediction Not checkable as stated
Howard: AI developers will spend 12 months mapping RAG, fine-tuning, and KV caching
“Something over the next 12 months people will be spending time thinking about is how to, like, where to use RAG, where to use fine-tuning, where to use KV cache storage, you know, and how to use state.”
Jeremy Howard Aug 17, 2024 ▶ 1:08:05 Answer.ai & AI Magic with Jeremy Howard
Oct 4, 2024 neutral
Opinion
Pokras: OpenAI Assistants API requires too many initial API requests
“Some of the things that are good in the assistance API is hosted tools. People really like posted tools and especially RAG. And then some things that are, you know, less intuitive is just how many API requests you need to get going with the Assistant's API.”
Michelle Pokrass Oct 4, 2024 ▶ 1:05:05 Building AGI in Real Time (OpenAI Dev Day 2024)
Oct 19, 2024 neutral
Assertion Supported
Hu: SWE-bench scores jumped from 3% on GPT-4 RAG to 43%
“If we just use GPT-IV plus RAG, what do we get? It's, like, a measly three percent. And then up to the most recent submissions where they get up to 43%.”
Jesse Hu Oct 19, 2024 ▶ 7:40 [Paper Club] SWE-Bench [OpenAI Verified/Multimodal] + MLE-Bench with Jesse Hu
Oct 19, 2024 negative
Opinion
Hu: Long-context accuracy degrades; RAG remains necessary for entire large codebases
“My guess would be that, like, long context works, but it's sort of a lie as far as your accuracy, and that rag matters no matter what, because even in the longest context windows, you can't fit the whole code base.”
Jesse Hu Oct 19, 2024 ▶ 27:29 [Paper Club] SWE-Bench [OpenAI Verified/Multimodal] + MLE-Bench with Jesse Hu
Oct 19, 2024 positive
Insight
Wang: Planning and reasoning are the next AI frontiers after RAG
“The next frontier after RAG is planning and reasoning.”
Shawn Wang Oct 19, 2024 ▶ 37:39 Singapore: the AI Engineer Nation — with Minister Josephine Teo
Nov 29, 2024 neutral
Insight
Shreya Shankar: DocETL builds semantic unstructured layers, not point-lookup RAG systems
“This is very different from traditional rag or Q&A or document processing for a chatbot. Like, the kinds of queries that people are, people want to use .etl for can be expressed as etl style sweep and harvest, kind of, I want to look at my entire dataset. I wo…”
Shreya Shankar Nov 29, 2024 ▶ 47:13 [Paper Club] DocETL: Agentic Query Rewriting + Eval for Complex Document Processing w Shreya Shankar
Dec 24, 2024 negative
Assertion Not checkable as stated
Fu: Embedding model quality barely matters for final RAG performance
“We had this experience over and over again where you could have any, an embedding model of any quality, so you could have a really, really bad embedding model, or you could have a really, really good one by, and by any measure of good, and for the final RAG ap…”
Dan Fu Dec 24, 2024 ▶ 33:00 2024 in Post-Transformer Architectures: State Space Models, RWKV [Latent Space LIVE! @ NeurIPS 2024]
Dec 25, 2024 negative
Insight
Neubig: RAG From Natural Language To Code Does Not Work Well
“At least in my experience, rag from language to code doesn't work super well.”
Graham Neubig Dec 25, 2024 ▶ 46:09 Best of 2024 in Agents (from #1 on SWE-Bench Full, Prof. Graham Neubig of OpenHands/AllHands)
Feb 17, 2025 negative
Insight
Sutin: Bee replaced traditional RAG embeddings with massively parallel small models
“What we've learned is, like, doing the traditional, like, embedding and RAG is suboptimal. We kind of built our own using small models to do really massively parallel retrieval, which I think is going to be maybe more common in the future.”
Ethan Sutin Feb 17, 2025 ▶ 58:41 Bee AI: The Wearable Ambient Agent
Feb 17, 2025 bearish
Prediction Not checkable as stated
Sutin: Existing general RAG frameworks will likely become obsolete
“I think existing kind of rag pipelines also will probably be obsoleted. The frameworks, I have not found one, like, there's no general Way to do RAG that works like it's really highly dependent on the data.”
Ethan Sutin Feb 17, 2025 ▶ 58:04 Bee AI: The Wearable Ambient Agent
Feb 18, 2025 neutral
Disclosure
Sridhar: Gemini Deep Research falls back to RAG beyond context limits
“We also have we have retrieval mechanisms, if required. So we natively try to use the context as much as it's available beyond which you know, we have, like, a rag setup to figure out”
Mukund Sridhar Feb 18, 2025 ▶ 19:03 Why is everyone cloning Deep Research?
Feb 18, 2025 positive
Insight
Sehgal: Keep recent research tasks in context, relegating older ones to RAG
“Just to add to that, I think like, just like a simple rule of thumb that we use is like, if it's the most recent set of research tasks where the user is likely to ask lots of follow-up questions, that should be in context. But like, as stuff gets 10 tasks ago,…”
Arush Sehgal Feb 18, 2025 ▶ 21:11 Why is everyone cloning Deep Research?
Feb 18, 2025 negative
Insight
Sridhar: Vector dot-product RAG breaks down on multi-attribute queries
“The tricky thing for RAG, it really works well because a lot of these things are doing like cosine distance, like a dot product kind of a thing, and that kind of gets challenging when your query side has multiple different attributes. The dot product doesn't r…”
Mukund Sridhar Feb 18, 2025 ▶ 20:19 Why is everyone cloning Deep Research?
Mar 28, 2025 positive
Opinion
Shah: Graph representations may outperform standard vector chunking in RAG
“The reality is something gets lost in the chunking process in the, okay, well, those tend to, you know, like you don't really get the whole picture, so to speak, and maybe not even the right set of dimensions on the kind of broader picture. And it makes intuit…”
Dharmesh Shah Mar 28, 2025 ▶ 14:40 The Agent Network — Dharmesh Shah, Agent.ai + CTO of HubSpot
Apr 19, 2025 positive
Insight
Bergum: Build RAG with BM25 first, hybrid search second, re-ranking third
“I think actually that a very strong baseline is the classical BM-Five like algorithm that's been around for 30 years, right? It's keyword matching, but it offers a very useful baseline for a lot of different search use cases because it gives you that baseline,…”
Jo Kristian Bergum Apr 19, 2025 ▶ 14:55 The Rise and Fall of the Vector DB category: Jo Kristian Bergum (ex-Chief Scientist, Vespa)
Apr 19, 2025 positive
Insight
Bergum: Search, not vector storage, is the natural abstraction for RAG
“I think that's a more natural abstraction for connecting AI with knowledge and all the arguments for doing rag. I think the natural concept there is search.”
Jo Kristian Bergum Apr 19, 2025 ▶ 5:25 The Rise and Fall of the Vector DB category: Jo Kristian Bergum (ex-Chief Scientist, Vespa)
May 21, 2025 positive
Insight
Alberti: Wiki pages are a better abstraction than pure RAG for codebase search
“If you just do like pure, like rack on like such a big base code files, it'll just be like pretty bad at a certain point, you know, on a single code base. Sure. I can see it, but Tens of thousands of code bases. It's tougher. But I think actually the wiki page…”
Silas Alberti May 21, 2025 ▶ 26:29 DeepWiki: The GitHub Encyclopedia
Jul 29, 2025
Disclosure
Ambience AI Stack Uses Prompting, RAG, SFT, and RFT
“Ambience internally, we use prompting, we use chaining, we'll use RAG, we use fine tuning. It will use SFT and RFT.”
Brendan Fortuna Jul 29, 2025 ▶ 5:07 ⚡️Using RFT to Build Clinical Superintelligence
Sep 11, 2025 neutral
Insight
Martin: Reading agent memory at scale is just a multi-step RAG pipeline
“Memory retrieval at large scale is just retrieval, right? I kind of view them as... In the case of sophisticated memory retrieval, it is just like a, you know, complex rag system in the same way we talked about with like Varun and building windsurf. It's kind …”
Lance Martin Sep 11, 2025 ▶ 42:58 Context Engineering for Agents - Lance Martin, LangChain
Oct 24, 2025 positive
Prediction Not checkable as stated
Webster: Meaningful AI red teaming will require internal tracing and observability
“I think especially where, where things are headed, like with more complex rags and agents and so forth, you're going to have to have some type of observability or like internal tracing in order to have, to do meaningful automated red teaming.”
Ian Webster Oct 24, 2025 ▶ 14:21 Breaking AI to Fix It: Ian Webster's Journey from Discord's Clyde to Promptfoo's $18M Series A
Dec 30, 2025 positive
Insight
Catanzaro: Application Startups Benefited Most from RAG Breakthroughs
“I think there were a lot of advances in RAG, and the biggest beneficiaries of these advances were the application companies for whom, you know, retrieval was a critical unlock.”
Sarah Catanzaro Dec 30, 2025 ▶ 26:16 [State of AI Startups] Memory/Learning, RL Envs & DBT-Fivetran — Sarah Catanzaro, Amplify
Dec 31, 2025 positive
Insight
Nina Lopatina: Agentic RAG and query reformulation outperform traditional RAG baselines
“Agentic RAG is just generally better than RAG. Even that initial incremental step of making that doing query reformulation, so when you receive that initial query, being able to break it down into sub-queries so that you can better match those queries to docum…”
Nina Lopatina Dec 31, 2025 ▶ 5:07 [State of Context Engineering] Agentic RAG, Context Rot, MCP, Subagents — Nina Lopatina, Contextual
Mar 20, 2026 negative
Insight
Singleton: Dreamer replaced Vector DB RAG for agent memory due to complexity
“Very early on, we were putting lots of facts into a vector database and doing embeddings and pulling them back out using, you know, reverse look of embeddings. Rag that actually worked, but turned out to be much more complexity than was actually required. So, …”
David Singleton Mar 20, 2026 ▶ 52:07 Dreamer: the Agent OS for Everyone — David Singleton
Made with StarZero

Turn any episode into a week of clips.

This entire site, over 200 episodes transcribed, diarized, checked and made playable, runs on the StarZero media pipeline. Drop in your own episode and the podcast clipper finds the moments worth sharing, cuts them, captions them, and reframes them for every feed.