this post was submitted on 11 Apr 2026
166 points (89.9% liked)
Programming
26473 readers
406 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
I use it for tedious transformations or needle ones haystack problems.
They are better at searching for themes or concepts then they are at actually doing any "thinking tasks". My rule is that if requires a lot of critical thinking then the LLM can do it.
It's definitely not all they say it is. I think LLMs will fundamentally always have these problems.
I've actually had a much better time using it for in line completion as if recent. It's much better when the scope of the problem it needs to "solve" ( the code it needs to find and compose to complete your line ) is like the Goldilocks zone. And if the answer it gives is bad I just keep typing.
I really hate the way LLM vibe coded slop is written and architecture. To me is clear these things have extremely limited conception. I've compared it to essentially ripping out the human language center, giving it a keyboard and asking it to program for you. It's just no really what it's good at.