ImageFirmAgent engineeringA-07
SheetA-07
Added2026-08
Source1 blueprint diagram
MethodStage-by-stage review

RAG, End to End — the Honest Map

Most "how RAG works" graphics stop at embed → search → answer. The one that crossed our desk doesn't: it draws ingestion quality, hybrid retrieval, the post-retrieval stage almost everyone skips, and two rails — security and observability — that separate demos from systems. This series exists to catch hype; honesty requires the opposite verdict here. We verify the map, then add the three places even a good map compresses too far.

01 — What the map gets rightFour stages and two rails

02 — Where it compresses too farThree additions

03 — The ledgerChecked 2026-08-06

ClaimVerdictThe record
Ingestion → embedding/storage → retrieval → generation pipelineVERIFIEDThe canonical architecture, completely drawn.
Hybrid retrieval (vector + keyword + metadata + graph)VERIFIEDMatches production practice.
Reranking as the most-skipped, highest-value stepVERIFIEDConsistent with practitioner consensus.
Permissions enforced at retrieval, not afterVERIFIEDThe security-critical detail most diagrams omit.
"Context window = bottleneck"NUANCETrue for assembly budgeting; softened by long-context models — see addition three.
Grounded generation with citations and low-confidence refusalVERIFIEDRight target behavior; needs the evaluation harness the map only gestures at.
A-07 · RAG, END TO END — THE HONEST MAP · ADDED 2026-08 · ORIGINAL WORK, SOURCES CHECKED 2026-08-06 · VERIFIED SERIES No. 11
PRIMARY SOURCES · production RAG architecture practice (hybrid retrieval, reranking, retrieval-time authorization) as documented across major vendor and framework references · companion sheet A-06 (memory taxonomy)
BLUEPRINT SOURCE · one third-party end-to-end RAG diagram, on file in the private register — analyzed, not reproduced; among the most accurate specimens this series has checked