this post was submitted on 19 Apr 2025
132 points (94.6% liked)

Programming

19825 readers
684 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
[–] muhyb@programming.dev 18 points 1 week ago (4 children)

I have no idea how people can use LLM-generated code. In my experience they're absolutely terrible. However it can be good for giving some insights time to time.

[–] Tamo240@programming.dev 2 points 5 days ago

I only use it when I know exactly the code I'm trying to produce, but just saving time if it can write it for me. Somewhere I saw this described as 'toil' vs. 'domain knowledge', and it definitely reduces toil even if I have to correct it. Anywhere that I wouldn't know how to correct it, I don't trust it.

[–] pycorax@lemmy.world 10 points 1 week ago

Probably because they're not good enough to know any better.

[–] FizzyOrange@programming.dev 6 points 1 week ago

It's definitely improving. I thought the same as you but I looked through my recent ChatGPT prompts and it's actually decent now, at least at simple/throwaway tasks. It doesn't stand a chance at the niche domains of my actual job.

[–] Reptorian@programming.dev 2 points 1 week ago

I only used LLM-generated code once. I tested and made modifications to see if it was I want. It worked out.