Writing

Essays on AI engineering, building products, and debugging with LLMs.

Building a Production RAG Pipeline with FastAPI

January 7, 2026

Building a production-ready RAG system requires more than academic examples. You need resilient extraction, smart chunking, and graceful fallbacks. Here's what we learned building one with FastAPI.