RAG Efficiency, Part 1: Boost Retrieval Accuracy 25% With Rerankers
Cross-encoder rerankers can turn a high-recall retrieval pipeline into a precise production RAG system if you put them in the right place.
Read more →Writing about AI, engineering lessons, and what I'm building.
Cross-encoder rerankers can turn a high-recall retrieval pipeline into a precise production RAG system if you put them in the right place.
Read more →Agents look impressive in demos but break in unpredictable ways in production. Here's what I've learned about the failure modes and how to design around them.
Read more →JSON repeats field names with every record, burning tokens at scale. Here's a simple format swap that cuts context token usage by 40–58% for tabular data.
Read more →Everyone can build a basic RAG pipeline. Making it production-ready is a different skill entirely. Here are the lessons I've learned the hard way.
Read more →Vibes-based evaluation doesn't scale. Here's a practical framework for measuring LLM quality in ways that are reproducible, actionable, and honest.
Read more →