this post was submitted on 04 Feb 2024
59 points (90.4% liked)
Programming
17334 readers
318 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
ML =/= AI. There are legit uses for ML that don’t have anything to do with LLMs and the cloud. I worked on an ML project 3 or 4 years ago to listen for fan noise that might indicate that it was about to fail soon. We trained a tiny GAN on good and bad noises. It runs on a tiny CPU, locally. Highly specialized work, and I have to imagine there are and will continue to be lots of similar opportunities to bring efficiencies by getting computers to make good observations and decisions - even if only about “simple” things like “does this thing seem like it’s about to break?”
ML literally is a subfield of AI
Fair enough. ML ⊆ AI then. But these days when everyone talking breathlessly about AI taking away jobs they’re almost always taking about LLMs. This article is about ML in particular which is a different discipline with different applications.
It's not a different discipline, an LLM is an example of a machine learning model.