- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
science shows as true what you thought was only 99% true
https://www.youtube.com/watch?v=uVf7VUX_iUk&list=UU9rJrMVgcXTfa8xuMnbhAEA - video
https://pivottoai.libsyn.com/20251015-ai-is-not-popular-and-ai-users-are-unpleasant-asshats - podcast
time: 5 min 57 sec
no it fucking hasn’t. the stemming and page ranking algorithms used in traditional search have absolutely nothing to do with LLMs.
shit, neither stemming nor PageRank as originally defined even have a machine learning component. here’s postgres’ full text search suite, which literally converts a textual query into a list of results (sans page ranking, which is out of scope for a database) in a manner suitable for a production search engine, utterly without any machine learning or other stochastic crap.