Cross-encoder rerankers evaluate query-chunk pairs jointly (vs. independent embedding similarity) and boost RAG retrieval precision by 18-42% across production evaluations. While rerankers add 50-200ms latency and compute cost, they reduce LLM token consumption by passing fewer, higher-relevance chunks — and at scale, LLM cost savings consistently outweigh reranker cost. Standard production pattern: retrieve top-50 with vector search, rerank to top-5, pass to LLM.