this post was submitted on 02 Oct 2025
262 points (98.5% liked)
Programming
22950 readers
75 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's been clear that the best use of AI in a professional environment is as an assistant.
I don't want something doing my job for me. I just want it to help me find something or to point out possible issues.
Of course, AI isn't there yet. It doesn't like reading through multiple large files. It doesn't "learn" from you and what you're doing, only what it's "learned" before. It can't pick up on your patterns over time. It doesn't remember what your various responsibilities are. If I work in a file today, it's not going to remember in a month when I work on it again.
And it might never get there. We've been rapidly approaching the limits of AI with two major problems. First, scaling is becoming exponential. Doubling the training data and computing resources won't produce a model that's twice as good. Second, overtraining is now a concern. We're discovering that models can produce worse results if they receive too much training data.
And, obviously, it's terrible for the environment and a waste of resources and electricity.