Skip to main content

BLOG

Writing

Notes on applied AI — mostly the unglamorous parts that decide whether a system actually works.

6 min read

Your RAG pipeline is probably splitting tables in half

Most retrieval failures I have debugged were not embedding problems or ranking problems. They were chunking problems — and they are invisible until you read the retrieved context directly.

RAGLLMRetrieval
Read