Skip to content
Tag29 articles1 course

RAG

Everything on Core Concept Learning tagged with RAG. Explore related tags below.

Related tags

Courses

Beginner~2.5 hours

Master 60+ essential AI, LLM, RAG, agentic, fine-tuning, safety, and LLMOps terms with architectural diagrams, code examples, self-checks, and exercises.

Articles

Large Language Models (LLMs) are often described as black boxes, yet their behavior is the direct outcome of a deterministic, multi-stage engineering pipeline. …

Aug 27, 202615 min read
Read

Approximate Nearest Neighbor (ANN) search is the engine behind Retrieval-Augmented Generation (RAG) and semantic search. Performing exact k-Nearest Neighbors (k…

Aug 1, 20263 min read
Read

First-generation Retrieval-Augmented Generation (RAG) systems relied exclusively on naive Vector Search (semantic similarity lookups over dense embeddings). Whi…

Aug 1, 20263 min read
Read

Building enterprise AI applications requires selecting the right software framework for prompt chaining, document retrieval, tool execution, and state managemen…

Aug 1, 20263 min read
Read

Artificial intelligence terminology moves so fast that concept definitions quickly become bloated with marketing fluff and overlapping jargon. Understanding the…

Aug 15, 20268 min read
Read

RAG taxonomy gets confusing because people mix three different ideas: architecture levels, retrieval tricks, and production maturity. Naive RAG, Simple RAG, Gra…

Jul 30, 20269 min read
Read

The infographic is useful because it names the eight shelves most agentic AI systems touch: deployment infrastructure, evaluation and monitoring, foundation mod…

Jul 30, 20268 min read
Read

RAG Evaluation matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced; it …

Jul 29, 20263 min read
Read

RAG Retrieval Metrics Explained matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sou…

Jul 29, 20263 min read
Read

RAG Answer Faithfulness Checks matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term soun…

Jul 29, 20263 min read
Read

RAG vs Long Context matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advanced…

Jul 29, 20263 min read
Read

RAG Knowledge Graphs matters when a team has to turn an AI idea into a system other people can trust. The useful question is not whether the term sounds advance…

Jul 29, 20263 min read
Read

LLM Hallucination is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you ca…

Jul 29, 20263 min read
Read

AI Agent Memory is for builders who need the term to survive contact with real products, tools, and failure modes. The goal is a practical mental model you can …

Jul 29, 20263 min read
Read

Prompt injection is what happens when untrusted text tries to steer the model away from the developer's intended instructions. In RAG and tool-using agents, tha…

Jul 27, 20264 min read
Read

A support bot gets the ticket "Checkout returns ECONNRESET after 30s." The model replies with a confident billing FAQ. The prompt was fine. The context window w…

Jul 20, 20269 min read
Read

A support ticket that needs docs, a tool call, and a model reply does not need twelve equal "frameworks." It needs an orchestration lane, a retrieval lane, a se…

Jul 17, 20269 min read
Read

Teams often treat every LLM quality problem as a prompt problem. Often the real issue is what entered the context window, or whether the product needs a harness…

Jul 16, 20264 min read
Read

An LLM predicts tokens from the context it receives; by itself it has no durable application memory or permission to call your systems. A product can add capabi…

Jul 16, 20265 min read
Read

A chat demo with an API key is not an LLM product. LLMOps is the set of tools that make models behave like services you can ship: versioned prompts, evals, guar…

Jul 16, 20265 min read
Read

A prompt is only one part of a production AI system. Engineers also need vocabulary for execution loops, tool connections, model access, cost, evaluation, safet…

Jul 16, 20266 min read
Read

Semantic search, RAG, and agent memory depend on the same primitive: store embeddings and retrieve nearby vectors with the filters your product requires. The ma…

Jul 16, 20269 min read
Read

AI literacy in 2026 is a stack, not ten unrelated hobbies. You need instructions models follow, tools that connect to real systems, answers grounded in your dat…

Jul 5, 20266 min read
Read

A chatbot answers one prompt at a time. An agentic AI system accepts a goal, selects actions, calls tools, observes results, and loops until it reaches a termin…

Jul 5, 202612 min read
Read

Retrieval-Augmented Generation (RAG) grounds LLM answers in your data, not only model weights. Four levels show up in production: Classic (fixed retrieve → gene…

Jul 1, 20264 min read
Read

A search team upgrades their embedding model for better quality, re-embeds only newly added documents with it, and leaves millions of older documents on the pre…

Jul 22, 20267 min read
Read

A support document explaining refund policy, shipping policy, and warranty terms gets embedded as one 2,000-token chunk — and a query about refunds retrieves it…

Jul 22, 20267 min read
Read

A team fine-tunes a model on their entire internal knowledge base, expecting it to now "know" their product facts reliably — and in production, it still confide…

Jul 22, 20268 min read
Read

Ask ChatGPT a general-knowledge question and it answers from what it learned during training. Ask a support bot "what's your refund window for a damaged item bo…

Aug 3, 20265 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics