this post was submitted on 11 Apr 2026
245 points (90.4% liked)
Programming
26617 readers
126 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
view the rest of the comments
If it's a small/simple task, why do I need help at all?
Because it might be something that needs to be done in lots of places. Or it may just be something you don't want to do so you fire it off then go look at or work on something else.
Now, that might be useless for your work flow, but not every tool is useful in every circumstance.
And you can still use it for larger tasks, but often I need to come behind it and clean up its work. Just like you would an intern or junior dev.
Because the simple tasks are boring as fuck?
If an LLM can generate 90% of a HTTP API correctly, why would you want to do it manually?
Because figuring out which 10% it did wrong and then fixing that will take longer and be more effort than just doing it from scratch myself.
You must type really fast then 😅
I personally read code a fuckton faster than I write it. And tests are for determining correctness, reading is just a part of it.