← All concepts

retrieval augmented generation

461 articles · 15 co-occurring · 10 contradictions · 98 briefs

Article explicitly identifies RAG as 'Foundational Pattern' and dedicates section 2.1 to it; discusses RAG vs fine-tuning decision framework.

@charlespacker: As a team we primarily drive the Letta Code harness for SWE work, but occasio...

[INFERRED] "Claude Code TUI seems to be getting buggier over time" — Observational evidence that Claude Code tool quality is degrading over time, contrasting with stable performance of alternative (Codex). Raises concerns about reliability in production SWE workflows.

@NoahZiems: What happens if/when the model providers do the same with other tasks that di...

[INFERRED] "mythos will be bad ON PURPOSE on ai "frontier llm research" tasks, this is very very sad for the research community" — Article claims model providers intentionally degrade performance on research tasks to protect competitive interests, potentially compromising research integrity

@RhysSullivan: in retrospect this is RLMs from first principles

[INFERRED] "why do LLMs generate long duplicate strings of text so slowly?" — Article challenges the current approach of LLMs generating duplicate text tokens when symbolic reference would be more efficient; critiques the fundamental design

@astrogu_: Recent agentic systems (Claude Code, Codex, RLM, etc.) push context out of th...

PEEK outperforms RAG baselines, suggesting pure RAG isn't optimal; hybrid bounded caching + retrieval is superior

@dbreunig: Reasoning models are great at understanding nuance and natural language. This...

[STRONG] "This nuance hasn't trickled down to retrieval though. Fascinating benchmark that puts a fine point on a bottleneck facing AI systems." — Article identifies retrieval/IR as a critical bottleneck where nuance understanding lags, challenging assumptions about retrieval system capabilities.

Context Engineering: A 2026 Guide for Engineering Leaders

Article explicitly differentiates context engineering FROM RAG, suggesting CE is broader/different scope than retrieval strategy alone

Large Language Models and AI Engineering in 2026: What Has Changed | The AI Cowboys | The AI Cowboys

Article claims expanded context windows 'eliminate many retrieval workarounds,' but this conflicts with practitioner experience that RAG remains essential for enterprise scale and domain specialization

[2510.05381] Context Length Alone Hurts LLM Performance Despite Perfect Retrieval

Suggests that perfect retrieval alone (more documents) can degrade performance—RAG strategies must include filtering, compression, or ranking to manage context length.

@emollick: Its noticeable how much of the whole practice of working with AI - the prompt...

[DIRECT] "retrieval work... is a substitute for the real problem of continual learning" — Article frames RAG (retrieval work) as a band-aid solution that masks the deeper need for systems with actual continual learning capability

Model Context Protocol (MCP): Why 2026 Will Be the Year “AI Integration” Stops Being a Custom Project

[STRONG] "A replacement for RAG... Instead, it's the layer that makes context and tools portable, discoverable, and manageable." — Article explicitly clarifies that MCP is complementary to RAG, not a replacement, positioning it as a different layer (integration/portability vs. retrieval mechanism).

2026-W29
620
2026-W28
2144
2026-W27
1507
2026-W26
899
2026-W25
2083
2026-W24
2049
2026-W23
1162
2026-W22
1991
2026-W21
1941
2026-W20
1870
2026-W19
1290
2026-W18
1719

Article names RAG as Layer 3, lists vector databases (Pinecone, Milvus, FAISS), docs, codebases as knowledge sources

Article explicitly identifies RAG as 'Foundational Pattern' and dedicates section 2.1 to it; discusses RAG vs fine-tuning decision framework.

retrieval-augmented generation (RAG), memory systems and tool-integrated reasoning, and multi-agent systems" — RAG explicitly identified as one of the sophisticated architectural implementations integ

Claude Context implements RAG specifically for codebases: semantic indexing + dynamic retrieval injected into context.

Paper explicitly tests how retrieval method (sparse, dense, hybrid, graph-based) affects context quality and downstream LLM performance in RAG systems.

RAG (Retrieval-Augmented Generation) — RAG improves generative AI by retrieving relevant external data from open sources (like the internet) or closed systems (like internal databases). This grounds A

Detailed explanation of RAG as solution to contextual distraction, treating conversation history as searchable database

It's RAG on steroids... ADAPTIVE RETRIEVAL: The AI literally asks itself 'Do I need to Google this, or do I already know?'" — The article explicitly positions Deep Research as an evolution of RAG, add

Knowledge Integration (RAG): Retrieving the right document chunks from a vector database at the right time, without overloading the context window." — Article explicitly identifies RAG as a practical

Author identifies RAG as incomplete and proposes the missing context layer that RAG systems need

Effective context engineering here relies on retrieval-augmented techniques like using vector search, RAG, or other filtering methods to inject only the most relevant facts, tools for the current task

Retrieval is listed as core CE technique for determining what information enters the context window

A number of frameworks and methods have developed around scaling the establishment of accurate context at inference…RAG and others." — Article explicitly identifies RAG as a key framework within Conte

Retrieval with relevance thresholds and reranking are core RAG optimization strategies; article provides specific production patterns.

Article uses RAG as primary technique for managing dynamic context. Concrete code example of embedding → retrieve → assemble → generate pattern.

Database retrieval tools are the RAG mechanism for grounding agent responses in proprietary data

Add a retrieval step so the few-shot examples are brought in dynamically based on the question - this boosts performance by ensuring relevant context for each input" — Article provides concrete exampl

They create tests to see how AI handles real-world challenges" — Andon Labs explicitly develops testing frameworks for agent evaluation in practical scenarios

The entire architecture is RAG—the agent queries structured data and retrieves relevant context before generation. The schema design is optimizing the 'retrieval' component.

[DIRECT] "The dominant pattern for giving LLMs access to your organization's private knowledge. Instead of retraining a model, you retrieve relevant documents at query time and include them in the con

RAG architecture explicitly called out as context engineering component

Retrieval enters the chat. Vector DBs, chunking, embeddings. Slightly more grounded, still static. Context ≠ adaptive. Context ≠ engineered." — Directly discusses RAG's technical components (Vector DB

Claude Context is RAG applied to codebases: the codebase is the 'knowledge base', semantic search is the retrieval mechanism, and Claude is the generation layer. Hybrid BM25+vector is a RAG-specific r

Survey explicitly identifies RAG as one of three sophisticated implementations integrating foundational context components. RAG is a primary pattern for context retrieval + processing.

RAG is explicitly discussed as one of two primary architectural approaches

Article explicitly lists RAG systems as part of the 'data plane' of context engineering, identifying retrieval strategy as one of three core pillars.

RAG is explicitly mentioned as one of the core mechanisms within context engineering, representing a specific implementation pattern for information selection and injection.

The entire article is about improving RAG systems by better managing document context upstream

Article positions context engineering as the natural evolution of RAG, showing how retrieval becomes one tool in an agentic loop rather than a pipeline stage.

Article explicitly positions CE as 'far beyond traditional RAG' to include hybrid retrieval, knowledge graphs, and dynamic assembly—showing evolution of RAG concept

Episode explicitly discusses RAG and the importance of separating retrieval from generation as a production pattern

when retrieval breaks down, the language model doesn't compensate. It generates with plausible-sounding content that has no grounding in fact." — Research shows retrieval quality directly determines R

Hybrid search, combining lexical precision with semantic understanding, is the most powerful way to surface that context." — Hybrid search (lexical + semantic) is presented as the solution for surfaci

RAG is explicitly presented as a concrete implementation pattern for solving context bottleneck through retrieval precision

PageIndex is a new RAG approach, directly exemplifies alternative retrieval strategies

Agentic RAG upgrades the traditional "retrieve-generate" single-pass pipeline into an intelligent agent architecture with planning, reflection, and self-correction capabilities, improving the faithful

Article discusses RAG as primary application domain where context poisoning occurs; retrieval layer is attack surface

RAG is explicitly discussed as 'the single most common AI Engineering project at every company in 2026.' RAG is a specific instantiation of the FTI chassis where feature pipeline = retrieval system, t

58 pages of distilled methods and system designs make this a must-read for anyone working with LLM pipelines, RAG systems, memory architectures, or multi-agent frameworks." — Article explicitly identi

Article explicitly discusses RAG as major architectural pattern, focusing on retriever fetching context and generator conditioning on it

Course explicitly teaches RAG as foundation before advancing to memory-enhanced agents. RAG is the retrieval layer of the context engineering pattern demonstrated.

Claude Context implements RAG pattern specifically for codebase retrieval—indexing structured knowledge and enabling semantic search rather than passing raw files.

Article explicitly mentions RAG as a technique for managing context by surfacing relevant information on-demand rather than cramming everything upfront

retrieve the most relevant content using retrieval augmented generation. Tools like LangChain and LlamaIndex orchestrate this process, ensuring token efficiency and building dynamic contexts." — Artic

Paper uses Elicit-powered semantic retrieval as explicit component to inject domain knowledge, demonstrating RAG as context engineering technique rather than generic tool.

The paper directly addresses how retrieval output composition affects LLM performance, identifying distractor quality as a critical RAG bottleneck beyond just retrieval ranking.

building reliable RAG (retrieval-augmented generation) setups, vector databases, knowledge gateways, tool adapters, and long-term context buffers" — Article cites RAG as concrete technical implementat

Retrieval layer explicitly mentioned as architectural requirement; RAG is primary pattern for implementing this.

RAG orchestration tools manage the pipeline that prepares your knowledge base and queries it effectively at runtime, so your agents generate grounded and accurate responses. These tools give you contr

Asking an LLM a question without RAG is like asking someone to respond with the first thing that comes to mind, it just responds what it knows from training data an it may hallucinate. In the other ha

query this concept
$ db.articles("retrieval-augmented-generation")
$ db.cooccurrence("retrieval-augmented-generation")
$ db.contradictions("retrieval-augmented-generation")