this post was submitted on 17 Mar 2026
-10 points (27.3% liked)

Programming

26105 readers
708 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
top 7 comments
sorted by: hot top controversial new old
[–] Deebster@infosec.pub 17 points 1 day ago (3 children)

“The reason that tech generally — and coders in particular — see LLMs differently than everyone else is that in the creative disciplines, LLMs take away the most soulful human parts of the work and leave the drudgery to you,” [the author] says. “And in coding, LLMs take away the drudgery and leave the human, soulful parts to you.”

wtf is he talking about? You get to do spec writing, code reviews, QA and debugging - this is far from the joyful part of coding.

[–] RedSeries@lemmy.blahaj.zone 5 points 1 day ago

Right? That is not my preferred skill set and I don't enjoy those things. I like understanding and designing patterns. I like feeling connected to the code and problems I'm solving, and I like feeling clever when I come up with solutions.

AI takes all of that away. It's got more data than I can ever cram in my skull, more energy than I'll ever have available to me, and it's being forced on us at every corner so it has access to things I'll never see.

Honestly I would be okay with LLMs if they weren't killing our planet and robbing us of our humanity and creativity.

That's a terrible take and its desperately trying to draw an equivalence where there isn't one.

I'd argue that the slop code creates more drudgery with having to constantly babysit the LLM. Never mind a new blog post every week about how your "agentic workflow" from last week is all wrong and you need even more infrastructure to wrangle the LLM. It's worse than the way the JavaScript ecosystem used to be!

Reading someone else's code is challenging, but at least with a person you can ask them questions or debate.

I guess I'm just someone who finds reviewing someone else's work tedious, though a necessary part of the job.

[–] MagicShel@lemmy.zip 1 points 1 day ago (1 children)

To each their own I suppose. By which I mean maybe the author enjoys different parts of coding than you do. Trying to wrangle AI into writing something decent is generally an exercise in frustration for me. But I enjoy architecting and figuring out how to define units of work that are small and self-contained enough to get AI to understand.

I've been mulling over what kinds of architectural changes might make it easier for AI to be able to contribute. That’s a puzzle I find interesting in the same way I enjoy other programming problems.

[–] TehPers@beehaw.org 6 points 1 day ago* (last edited 1 day ago)

By which I mean maybe the author enjoys different parts of coding than you do.

It seems to me like the part of coding the author enjoys least is coding.

Trying to wrangle AI into writing something decent is generally an exercise in frustration for me.

This is my issue with it. The output of these tools, unchecked, evolves into something abysmal over time. I find it quicker to just rewrite the output than to try to prompt it over and over again to produce something good.

[–] Tolookah@discuss.tchncs.de 21 points 1 day ago

The same thing we do after interns, fix it.

[–] resipsaloquitur@lemmy.world 1 points 1 day ago

Clean up the mess that AI has made.