this post was submitted on 04 Sep 2026
-115 points (4.7% liked)

Programming

28367 readers
437 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
[–] nathan@feddit.org 30 points 1 day ago* (last edited 1 day ago) (1 children)

There you have it, your answer.

I write my code by hand, as LLMs generate soulless, incorrect code no one will want to read but you better do as it’s full of mistakes.

LLMs generate, they don’t write. Writing is something creative, something human. Machines aren’t human, at least last time I checked.

[–] tatterdemalion@programming.dev 3 points 14 hours ago* (last edited 13 hours ago) (1 children)

I can't recall ever wishing the code I was reading had more soul. In fact, usually when the soul of the author shines through, it's because the code is too exciting and makes me nervous that it's overly complex. I agree LLMs are terrible at writing prose; it ends up sounding very unnatural and readability suffers. But for the code itself, more often than not, you can achieve precisely the desired result by doing a little up front discussion with the LLM about implementation strategy, plus some revision at the end.