this post was submitted on 21 Sep 2026
4 points (57.1% liked)

Programming

28554 readers
298 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
 

i dont program but if i did id proballey just use scripts and ai for everything and not learn anything

what do you do to motivate yourself to keep going/stop yourself from not learning new things

this is a programing qutestion but if you have advice on anything about not cotnetive ofloading and staying disclipened that would help )

you are viewing a single comment's thread
view the rest of the comments
[–] scallisto@retrofed.com 3 points 3 days ago

Also, please don't use LLMs for simple questions. Aside from the ethical, legal, and environmental concerns of LLMs, they also tend to be wrong more often than not, and when they are right, there is lots of word soup because the chatbot needs to act like it's a smartass, to put it bluntly, because its job is to market itself and push you towards subscriptions. Try to avoid LLMs wherever you can, it's almost always better to search it yourself. Don't offload thinking to a chatbot, it's not very good at it!

The only usecase where LLMs could have an application is translation. I have a friend who doesn't understand English very well, so they use a chatbot to translate things into their native language, and it's really helpful for that. Of course, it can get stuff wrong, but for non-critical stuff, it's kind of neat! That avoids the question of the insane water and power usage involved in training these models, as well as the disregard of the rights of artists and creators by companies like OpenAI, Anthropic, and Google. I believe my friend uses a local model, so there's that.

I personally don't use LLMs, they're more trouble than anything in my opinion.