this post was submitted on 10 May 2026
63 points (94.4% liked)

Programming

26924 readers
529 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
[–] darkmarx@lemmy.world 23 points 4 days ago* (last edited 4 days ago) (2 children)

I have over 25 years of development experience. My current role is vice president of development and architecture where I lead a team of 80+ devs, QAs, and architects. By any measure, I am one of those "engineer level" developers you speak of.

Yes, LLMs are a tool, but it's a tool one should use sparingly. LLMs are pattern recognition machines and are great for routine, been-there-done-that type development. For anything that deviates from the norm, LLMs will try to force everything back into common patterns... even when those patterns are not correct. A well designed system can be mangled into junk because the LLM doesn't have enough context or because something is new.

Be skeptical of the rave reviews around coding agents and the use of LLMs for development. Much of the hype seems tied to developer skill. Less capable developers can use LLMs to appear more capable than they are. For good developers, LLMs seem to erode their skills as they rely on the tool instead of their own knowledge. I have seen this first hand.

Overall, it seems LLMs raise skills of bad developers and hamper the skills of good developers. It's creating a bunch of middling developers who are incapable of handling anything novel or complex.

[–] Nomad@infosec.pub 1 points 4 days ago (1 children)

Sounds good. Pretty sure you are correct on most points. Agentic coding is bullshit for sure. I'm mostly talking partner coding, code review and some data interpretation like screenshots of UI changes in a CI for example.

[–] ell1e@leminal.space 3 points 4 days ago

For what it's worth, my initial comment was concerning partner coding as well.