RAG (Retrieval-Augmented Generation)
/ rag-retrieval-augmented-generation /
Why it matters
RAG is the standard architecture for keeping agents factual: answer from retrieved documents, not memory. Its failure modes — bad retrieval, ignored context — need their own tests.
Related — LLMs & Reasoning
