Engineering write-ups, product decisions, and the occasional opinion on how to ship developer infrastructure. Long enough to be useful, short enough that you'll finish it.
Pure lexical search misses synonyms; pure vector search loses on exact names and rare terms. Hybrid — BM25-style lexical scoring fused with cosine similarity via reciprocal rank f…