this post was submitted on 25 Jul 2026
7 points (59.5% liked)

Programming

28128 readers
397 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
[–] RedstoneValley@sh.itjust.works 2 points 3 weeks ago

I absolutely agree that the technology in itself isn't useless. It's the humans and their abuse of LLMs/GenAI for everything conceivable that makes me angry. Most of the advertised use cases are just not holding up. The idea that "AI" can do everything better than humans is just wrong. It mimicks human output at best, and this also means that when trained on human garbage code it won't generate better code than humans, statistically. It's a probability machine, not an intelligent entity. If you keep that in mind, and if you are able to ignore all the ethical, environmental and intellectual property theft issues, then it can be a useful tool.

I'm not being sarcastic here: I'm also using LLMs for small, narrowly defined delevopment tasks, albeit with models running on local hardware mostly. But I'm constantly torn between being impressed when it actually works and being downright disgusted by the non-deterministic nature of the thing when it doesn't.