this post was submitted on 09 Jun 2026
242 points (98.4% liked)

Programming

27257 readers
262 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

But I'm just another off-the-shelf engineer now. I have no domain expertise that another Sr. engineer steering an LLM cannot match.

Funny because I think this is more important than ever. You can produce (ugly) code at remarkable pace now, being able to detect where it goes wrong is a very important skill nowadays.

I still can't let it loose too much because of all the garbage it still produces when given too much freedom. I'm honestly annoyed that my colleagues use it that much on production code, because it's so much meh code with hidden (on the surface) inefficiencies and a lot of avoidable boilerplate and duplication.

Then on the other hand I enjoy that it can create scripts (that are tedious to write) and prototypes at impressive speed. Generally prototyping and research has gotten quite enjoyable because you can stay most of the time on the theoretical side of things, quickly try things out or quickly get info to stuff you don't yet understand enough.