Semantic search vs keyword, on a corpus you own
Build a search engine over a real corpus (the LUMENIA articles, as they publish, is a fair target). Embed with an open-source model. Index with FAISS, or with numpy if you want the geometry naked. Run the same queries through keyword search. Score both against a labeled set of “this neighbor is correct.”