search
7 essays on search, covering systems design, intelligence workflows, and the operational tradeoffs behind them.
essays and notes currently grouped under this topic cluster
related themes that overlap with the same body of writing
archive years represented inside this topic slice
most recent piece inside this topic cluster
7 essays on search, covering systems design, intelligence workflows, and the operational tradeoffs behind them.
Use this page when you want the archive narrowed to one recurring theme without losing chronology, tags, or adjacent themes.
These tags show the themes that most often travel with search in the writing, which makes them the best next jumps after this archive slice.
Essays and notes filed under this topic.
These entries stay in chronological order, but the topic framing makes the cluster easier to browse as a single research trail.
RAG Chunking Strategy: How to Split Documents So Retrieval Works
Chunking decides what your retriever can find. Here's how I split real documents — structure-first boundaries, parent-child units, and how to prove it worked.
Why Is My RAG Retrieval Bad? A Diagnostic Order of Operations
Bad RAG retrieval is four or five distinct failures wearing one costume. Here's how I localize which one you have before changing anything.
Reranking in RAG: How a Cross-Encoder Fixes Retrieval Quality
A cross-encoder reranker re-scores your top candidates by reading query and document together. Here's how I add one, size it, and prove it worked.
How to Build Hybrid Search with pgvector and BM25 in Postgres
Build hybrid search in Postgres with pgvector, tsvector, and RRF in one SQL query — the schema, index tuning, and when you actually need real BM25.
Hybrid Search vs Vector Search: Why RAG Retrieval Needs Both
Vector search understands meaning but fumbles exact identifiers; keyword search is the opposite. Here's how I build hybrid retrieval that does both — with fusion, reranking, and a pgvector setup.
Hybrid Search in Practice: Tuning Relevance Without Lying to Yourself
Relevance tuning is an operational discipline, not a one-time configuration. A deep dive into evaluation metrics, bias suppression, and feedback loops for intelligence systems.
The Hybrid Search Engine: Combining Lexical and Semantic Ranks
OSINT relevance is multi-modal. A technical exploration of why keywords fail and how to fuse BM25 with Vector Embeddings for operator-grade retrieval.