I hope that AI improves discoverability. It would be great if an AI agent can give me a list of books which I am likely to enjoy, based on the books I have enjoyed in the past. Even better if some of those picks are obscure.
I think this is a really underexplored use case for LLMs. LLM embeddings are really good at encoding rich semantic information that’s easy to query and hack around with in a variety of ways. Retrieving primary sources that correspond to one or many thematic dimensions is one such case for embeddings, but most applications that do this portray it as a driver of RAG chatbots, when it could be an end in and of itself.
I have an app that does your book recommending idea but with Wikipedia articles. I am trying to release it soon, once I get past my perfectionism, if anyone is interested. Expanding to non Wikipedia sources is an eventual goal.
I basically never want to read chatbot output for pleasure. I want to read primary sources.