Is RAG Still Needed? Choosing the Best Approach for LLMs

Is RAG Still Needed? Choosing the Best Approach for LLMs

🎙 Martin Keen 👥 1.8M 📅 March 9, 2026 ⏱ 11 min 👁 917K 📄 expert opinion 🧭 2026-08-06
Available in: English (current) Français

Keywords

RAGlong contextLLMvector databasecontext injection

Summary

The video discusses the trade-offs between Retrieval-Augmented Generation (RAG) and using long context windows in large language models (LLMs). It explains that LLMs are frozen in time and need context injection to access up-to-date or private data. RAG involves chunking documents, embedding them into vectors, and storing them in a vector database for semantic search, while long context simply stuffs all documents into the context window. The presenter argues that long context simplifies infrastructure, avoids retrieval errors, and handles problems requiring global reasoning, such as comparing documents. However, RAG remains valuable for reducing noise, handling large enterprise datasets, and avoiding the computational cost of reprocessing large documents for each query. The video concludes that the choice depends on the use case: long context for bounded datasets and complex reasoning, RAG for infinite datasets and efficiency. The presentation is clear and balanced, with practical examples.

144 words

Critical Evaluation

The video provides a clear and balanced comparison of RAG and long context approaches for LLMs, addressing a timely question in AI engineering. The presenter, Martin Keen, is an experienced IBM technologist, and the content reflects a solid understanding of the subject. The argumentation is structured around three reasons for each approach, making it easy to follow. The technical explanations are accurate, though they lack depth in some areas, such as the specifics of attention mechanisms and retrieval algorithms. The video does not cite specific research or sources, which limits its scientific rigor, but it aligns with widely accepted knowledge in the field. The use of examples like the ‘whole book problem’ and ’needle in a haystack’ effectively illustrates the concepts. The adéquation between title and content is strong, as the video directly addresses the question posed. The presentation style is engaging, with clear visuals and a logical flow. However, the video could benefit from mentioning cost considerations, as highlighted by some comments, and from discussing hybrid approaches in more detail. Overall, the video is a valuable resource for practitioners, offering practical guidance without oversimplifying the trade-offs. The lack of citations is a minor weakness, but the content is reliable and well-presented.

202 words

Title / Content Match

The title accurately reflects the content, which directly addresses the question of whether RAG is still needed and compares it with long context.

Quality & Reliability

8/10

The video provides a balanced, well-structured comparison of RAG and long context approaches, based on established concepts in AI. It cites no specific research but aligns with common knowledge in the field. The presenter is an IBM expert, and the content is technically accurate, though it lacks empirical data or citations.

Key Moments

Cited Sources

Concurring Sources

Dissenting Sources

  • Long context models may not need RAG — Some recent models with very long context windows claim to handle large documents effectively, potentially reducing the need for RAG in certain scenarios.

Contribution & Novelties

The video provides a clear, balanced comparison of RAG and long context, highlighting key trade-offs in infrastructure complexity, retrieval reliability, and computational efficiency. It offers practical guidance for choosing between the two approaches based on dataset size and reasoning requirements.

Pour aller plus loin :

142 words

Radar Profile

The radar profile shows high scores in information quantity, quality, and reliability, with a slightly lower technical depth. This indicates a well-balanced, informative video that is accessible to a broad audience while maintaining scientific accuracy.

Reliability 8/10

💬 Très positif. Les 30 commentaires analysés sont majoritairement élogieux, saluant la clarté de l'explication et la pertinence du sujet, avec quelques débats constructifs sur les coûts et les approches hybrides.