this post was submitted on 08 Dec 2024
457 points (94.5% liked)
Technology
59882 readers
4657 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’ve been playing around with AI a lot lately for work purposes. A neat trick llms like OpenAI have pushed onto the scene is the ability for a large language model to “answer questions” on a dataset of files. This is done by building a rag agent. It’s neat, but I’ve come to two conclusions after about a year of screwing around.
This is exactly how we use LLMs at work... LLM is trained on our work data so it can answer questions about meeting notes from 5 years ago or something. There are a few geniunely helpful use cases like this amongst a sea of hype and mania. I wish lemmy would understand this instead of having just a blanket policy of hate on everything AI
the spotify thing is so stupid... There is simply no use case here for AI. Just spit back some numbers from my listening history like in the past. No need to have AI commentary and hallucination
The even more infuriating part of all this is that i can think of ways that AI/ML (not necesarily LLMs) could actually be really useful for spotify. Like tagging genres, styles, instruments, etc.... "Spotify, find me all songs by X with Y instrument in them..."
The problem is that the actual use cases (which are still incredibly unreliable) don't justify even 1% of the investment or energy usage the market is spending on them. (Also, as you mentioned, there are actual approaches that are useful that aren't LLMs that are being starved by the stupid attempt at a magic bullet.)
It's hard to be positive about a simple, moderately useful technology when every person making money from it is lying through their teeth.
This is to me what its useful for. So much reinventing the wheel at places but if the proper information could be found quickly enough then we could use a wheel we already have.
Interesting - I don't use Spotify anymore, but I overheard a conversation on the train yesterday where some teens were complaining about the results being super weird, and they couldn't recognize themselves in it at all. It seems really strange to me to use LLMs for this purpose, perhaps with the exception of coming up with different ways of formulating the summary sentences so that it feels more unique. Showing the most played songs and artists is not really a difficult analysis task that does not require any machine learning. Unless it does something completely different over the past two years since I got my last one...
They are using LLM's because the companies are run by tech bros who bet big on "AI" and now have to justify that.
You want to dimension reduce to get that "people who listen to stuff like you also like to listen to" recommendation. To have an idea whom to play a new song to, you ideally want to analyse the song itself and not just people's reaction to it and there we're deep in the weeds of classifiers.
Using LLMs in particular though is probably suit-driven development because when you're trying to figure out whether a song sounds like pop or rock or classical then LLMs are, at best, overkill. Analysing song texts might warrant LLMs but I don't think it'd gain you much. If you re-train them on music instead of language you might also get something interesting, classifying music by phrasal structure and whatnot don't look at me I may own a guitar but am no musician. And, of course, "interesting" doesn't necessarily mean "business case" unless you're in the business of giving Adam Neely video ideas. "Spotify, play me all pop songs that sing 'caught in the middle' in the same way"... not a search that's going to make spotify money, or anyone asked for.
I run local AI using a program called “GPT4All”. It’s free, you can Download several models.
*gasp!* He knows!