this post was submitted on 01 Sep 2026
87 points (94.8% liked)

Programming

28402 readers
391 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
[–] Feyd@programming.dev 10 points 1 week ago (1 children)

The fun thing is that if you don't succumb to the mental laziness you don't even go any faster

[–] melfie@lemmy.zip 10 points 1 week ago* (last edited 1 week ago)

It’s definitely true that LLMs don’t live up to the hype of making everyone 10x faster, and possibly in the aggregate don’t even make anyone that much more productive, perhaps in many cases even reducing productivity overall.

My use of LLMs is often geared towards improving the quality of my work instead of going faster, though. Sharing a plan and having it point out things I may have failed to consider, having a LLM review a PR and possibly find issues human reviewers overlooked, create multiple HTML + CSS prototypes for a web UI so I can pick the best elements of each design instead of just going with one design I made myself, create and maintain a set of tests I might not otherwise have bothered with, etc.

Since in software engineering, quality is speed, using LLMs to improve quality can also improve speed.

Overall, using LLMs to expand your thinking instead of using them to think for you works pretty well, IMO.