this post was submitted on 21 Jul 2026
114 points (96.0% liked)
Programming
27841 readers
729 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Facial recognition, gait recognition etc. (i.e. a different kind of machine learning) is probably more important for surveillance, but LLMs can play a role, too. Websites, unencrypted messengers, email servers etc. have been collecting craptons of text data, but before LLMs it was fairly difficult to analyse all of it if you don't have a place to start like "user username with IP address xxx.yyy.zzz.pp called the president a butthole on dd/mm/yyyy". You could always filter for keywords, but people get creative about it, which is substantially harder when LLMs are used for analyzing. So yeah, "nasty data processing tools", and that's actually a big issue because of how nicely it slots into the network of mass data collection that companies have been building for targeted advertising (or so they say, to me it was always clear that a lot of them were already using it for more nefarious purposes).
And e.g. I assume that you can identify most people just by their writing style across tens of otherwise unrelated accounts.
Also, it's not like you can't use the hardware that's training or running LLMs for other kinds of machine learning.