← All concepts

rag

30 articles · 15 co-occurring · 7 contradictions · 0 briefs

Reranking is a post-retrieval refinement step within the RAG pipeline. Both Cohere Rerank and cross-encoders are explicit RAG optimization tools.

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

The benchmark suggests RAG systems and search agents underperform oracle-level retrieval, implying current RAG approaches aren't solving the retrieval nuance problem effectively.

Is context engineering the new… — The Shift: Your open questions ...

Title explicitly positions context engineering as potentially distinct from or superseding RAG, suggesting practitioners are finding RAG insufficient as a conceptual model.

Why Model Context Protocols (MCP) Will Define the Next Wave of AI-Enabled Businesses | Infinum

Article identifies the failure mode of traditional RAG (static ingestion) and positions MCP as the evolution beyond it. Not 'RAG is bad' but 'RAG with batch ingestion is insufficient for dynamic business context.'

From RAG to Context - A 2025 year-end review of RAG - RAGFlow

Article positions RAG as outdated retrieval-centric approach; argues for evolution beyond RAG to intelligent context assembly. This is intentional reframing: RAG is not wrong, but insufficient—it lacks the context engineering layer.

@raw_works: Reasoning models were the first clear proof that language model capability ca...

RLMs offer an alternative to RAG's pre-retrieval filtering approach by making retrieval decisions dynamically based on recursive exploration of the input space.

The hottest discussion in AI is about "context engineering" - how you give AI the data and information it needs to make decisions. | Ethan Mollick posted on the topic | LinkedIn

Post warns against naive 'RAG everything' approach; argues for deliberate context design first. RAG is a tool that assumes you know what context you need—which you don't without upstream work.

@IntuitMachine: It is a bad trend that influencers post about trending events but deliberate...

Perez explicitly positions LLM Wiki as solving RAG's fundamental limitation: stateless re-retrieval. RAG is reactive/per-query; LLM Wiki is proactive/compiling.

Article explicitly positions RAG as applying lessons to context engineering: 'Applying Lessons from Retrieval-augmented Generation to Context Engineering' section discusses agent control of vector dat

Mahatma Kawa example_of

Explicitly mentions integrated LLMs with knowledge sources for chatbot; fallback analysis diagnostic directly relates to RAG failure modes (retrieval vs. generation quality).

Article frames RAG/filtering as primary mechanism for context optimization, positioning it as core context engineering practice rather than peripheral enhancement.

Context distillation via retrieval is the article's primary recommended pattern. RAG is the implementation vehicle for this approach.

Nicolas Alexander example_of

Profile explicitly names RAG as a core toolkit component for building context layers that agents use. RAG is a specific instantiation of context engineering pattern.

LIR is a specific optimization pattern within RAG systems that addresses the question of context injection timing—a core RAG problem

Reranking is a post-retrieval refinement step within the RAG pipeline. Both Cohere Rerank and cross-encoders are explicit RAG optimization tools.

Article specifically critiques RAG 'over the full content' without relevance ranking, implying RAG systems need upstream filtering, not just retrieval. Extends RAG concept with practical constraint.

Owen's markdown files are the retrieval corpus—he's building the 'A' (augmented) layer by automatically populating it with bookmarks. This is a low-friction RAG bootstrap approach.

Perez explicitly positions LLM Wiki as solving RAG's fundamental limitation: stateless re-retrieval. RAG is reactive/per-query; LLM Wiki is proactive/compiling.

RAG is a mediation architecture pattern: it determines what context gets retrieved and presented to the model.

/grill-with-docs appears to function as a RAG system—retrieving relevant docs to augment the context window for refactoring decisions.

Using Twitter archive as a retrieval source to augment Claude's context is RAG applied at personal scale

The benchmark suggests RAG systems and search agents underperform oracle-level retrieval, implying current RAG approaches aren't solving the retrieval nuance problem effectively.

Article identifies the failure mode of traditional RAG (static ingestion) and positions MCP as the evolution beyond it. Not 'RAG is bad' but 'RAG with batch ingestion is insufficient for dynamic busin

Article positions RAG as outdated retrieval-centric approach; argues for evolution beyond RAG to intelligent context assembly. This is intentional reframing: RAG is not wrong, but insufficient—it lack

Post warns against naive 'RAG everything' approach; argues for deliberate context design first. RAG is a tool that assumes you know what context you need—which you don't without upstream work.

Article explicitly lists 'Grounding & RAG' as key concept for avoiding hallucinations—core context engineering pattern for managing what agent can access.

Title explicitly positions context engineering as potentially distinct from or superseding RAG, suggesting practitioners are finding RAG insufficient as a conceptual model.

Article mentions RAG as one of LangChain's core capabilities, but does not discuss retrieval ranking, context window constraints, or how to structure retrieved context for coherence.

The integration of VCS history and checkpoints as context sources is essentially RAG applied to agent sessions—using external knowledge sources (git commits, checkpoints) to augment the agent's contex

Mentions 'retrieval tools' and memory integration, components of RAG, but does not discuss retrieval strategy or implementation details.

Excerpt mentions RAG systems as component MCP bridges; no context about retrieval strategy or information flow

Article mentions RAG components as part of context engineering architecture, but provides no implementation depth or real-world application patterns.

RLMs offer an alternative to RAG's pre-retrieval filtering approach by making retrieval decisions dynamically based on recursive exploration of the input space.

The pattern of 'save annotated pages as artifacts to knowledge base' is essentially describing a personal RAG system where source annotations become the retrieval corpus for future queries.

ROADMAP.md functions as a retrieval-augmented index: agent retrieves current task state from file, generates plan, updates file. Similar pattern to RAG but applied to task state rather than external k

Vector indexing is infrastructure for RAG, but this article doesn't discuss RAG context patterns, retrieval strategies, or integration with LLM workflows

Ragatouille and vector DBs (Qdrant, AwaDB) are RAG tools, but article doesn't discuss RAG strategy, retrieval patterns, or context optimization

RAG is listed in directory but no actual RAG lessons or patterns are shown

query this concept
$ db.articles("rag")
$ db.cooccurrence("rag")
$ db.contradictions("rag")