Earlier quoted context omitted.
It doesn't solve any problem, you can just search your files using your prefered file explorer (crtl-f) I'd assume most people organise their files so that they know where things are as well.
But file explorer does not read the actual files and build context. Even for pure text files that sometimes search functions can also access, I need to remember exactly the string of characters I am looking for. I was hoping an LLM would have a context of all of my content (text and visual) and for the first time use my computers data as a knowledge base. Queries like “what was my design file for that x service” ? To…
Improving recommendation systems and search in the age of LLMs
11–20 of 98 posts
Re: Improving recommendation systems and search in the age of LLMs
#12Re: Improving recommendation systems and search in the age of LLMs
#13Terrific post. Just about everything Eugene writes about AI/ML is pure gold.
Re: Improving recommendation systems and search in the age of LLMs
#14Earlier quoted context omitted.
It doesn't solve any problem, you can just search your files using your prefered file explorer (crtl-f) I'd assume most people organise their files so that they know where things are as well.
> you can just search your files using your prefered file explorer This only work if you remember specific substrings. An LLM (or some other language model) can summarize and interpolate. It can be asked to find that file that mentions a transaction for buying candy, and it has a fair chance to find it, even if none of the words "transaction", "buying" or "candy" are present in the file, e.g. it says "shelled out $17…
Re: Improving recommendation systems and search in the age of LLMs
#15Why we don’t have an LLM based search tool for our pc / smartphones? Specially for the smartphones all of your data is on the cloud anyway, instead of just scraping it for advertising and the FBI they could also do something useful for the user?
I found that ChatGPT or Claude are really good at music and shopping suggestions. Just chat with them about your tastes for a while, then ask for suggestions. Compared to old recommender systems this method allows much better user guidance.
Re: Improving recommendation systems and search in the age of LLMs
#16Re: Improving recommendation systems and search in the age of LLMs
#17In the age of local LLMs I’d like to see a personal recommendation system that doesn’t care about being scalable and efficient. Why can’t I write a prompt that describes exactly what I’m looking for in detail and then let my GPU run for a week until it finds something that matches?
If I go through my current tasks and see, that for some task I need a set of documents, emails, .., why cant I just prompt the system to get it in 30-ish minutes. But as someone already stated Apple Intelligence is supposed to fill this gap.
Re: Improving recommendation systems and search in the age of LLMs
#18In the age of local LLMs I’d like to see a personal recommendation system that doesn’t care about being scalable and efficient. Why can’t I write a prompt that describes exactly what I’m looking for in detail and then let my GPU run for a week until it finds something that matches?
Is this because you want it to continuously watch for live data that could match your need?
Re: Improving recommendation systems and search in the age of LLMs
#19It's interesting that none of these papers seem to be coming out of academic labs....
Re: Improving recommendation systems and search in the age of LLMs
#20In the age of local LLMs I’d like to see a personal recommendation system that doesn’t care about being scalable and efficient. Why can’t I write a prompt that describes exactly what I’m looking for in detail and then let my GPU run for a week until it finds something that matches?