this post was submitted on 12 Mar 2026
47 points (85.1% liked)

Programming

26022 readers
461 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
 

Thank you Microslop

you are viewing a single comment's thread
view the rest of the comments
[–] spartanatreyu@programming.dev 21 points 12 hours ago (2 children)

It's for the best.

Learning how code works is better than getting an LLM to produce convincing looking code without anyone having an understanding of how it works.

LLMs just teach students to paint themselves into a corner without them even realising why bad things keep happening to them.

[–] PokerChips@programming.dev 4 points 7 hours ago

Right. It's actually shocking that copilot is allowed at all. The next generation is going to be so fucking stupid.

[–] KyuubiNoKitsune@lemmy.blahaj.zone 1 points 7 hours ago (1 children)

I agree, but I learn best when I can ask questions a certain way to understand concepts, and as much as people may hate it, it's good at answering questions like that and people are often nasty when others ask questions they assume to be stupid.

Not that I'm a student.

[–] TehPers@beehaw.org 3 points 4 hours ago

people are often nasty when others ask questions they assume to be stupid.

It sounds to me like you might want to reevaluate the communities you're in. This sounds incredibly toxic.

And I agree, for simple questions, it can be helpful. I would caution against overreliance on the answers though. Even the best models available today hallucinate regularly. Always verify answers when they are important.

Also, learning to read documentation directly is a valuable skill to develop. Even if you don't rely on the documentation directly, reading a lot of it will make it easier to write documentation as well.