this post was submitted on 22 Apr 2026
203 points (97.2% liked)
Technology
84070 readers
5352 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
How do they succeed though?
I'm not seeing the market for LLMs in any meaningful roles given they are prone to saying things that aren't true. Would you hire someone who does good work 90% of the time and for the rest, tells you the work is done, when it's not, or worse.
LLM vendors are starting to charge money. I’m sure it’s not even close to profitable but it’s a start. Perhaps when the bubble pops and market consolidates, fewer vendors with more paying customers each …
Using an LLM is a skill just like any other. If you just take what it gives you, you can’t expect good results. If you evaluate what it gives you and prompt it to improve, the results aren’t as bad.
I use an LLM for coding and a definitely a skeptic, but I do find it a useful tool and am really interested in seeing if I can make it work.
Initially I found some amount of success at lower levels, saving me some time
Currently I’ve created rulesets and project context so
Trying to find other scenarios it can be successful, it’s clear that insufficient context is a limiting factor. The fun challenge is to see if there are more successful scenarios if you can give it enough context. I’ve gone past rulesets and project context, to connect relevant services and metadata about our product set and environment. They want a team to try vibe coding and I’m still very skeptical, but my part of the effort is a real solvable problem and fun challenge whether they succeed or not
Thats a pretty good attitude. I have unfortunately been forced to use as much as possible for work for over a year. On the one hand Claude opus 4.6 is really a massive improvement to what I was using at the beginning of last year, which is honestly a scary trajectory.
On the other, I still don’t have any trust at all for production code as I see far too many errors. I can pump out rapid prototypes way faster than before, (and I was always very very fast at that) but I learn less from them. I still feel like using the LLM is like stealing from the future. For the most part I need to do the actual work eventually, understanding the code takes as long as writing it, and fixing takes longer.
Where I find it really useful is exploratory. It errors a lot but has compressed essentially the whole of human writing, so I can ask about approaches to specific problems and find apis and techniques I wouldn’t necessarily have found before. It still hallucinates an api more than once a day for me, but as long as you check it that’s something.
I still don’t think the revolution is here. It only feels like it could be because it’s been subsidized to hell and back, and I am terrified of the human cost: insane data center use, the economic toll of bubble popping (which of course will be felt by the masses), all the layoffs, and what happens to humans when we offset thinking rather than just memory to computers. There’s gonna be a lot of pain in the coming years
Definitely one of the weaknesses is: what about maintenance? Ai has been poor at maintaining existing code, and we all know that maintenance is much more expensive than development. Will it be able to maintain its own code? What if there are no longer enough developers to do it manually? Where is our future then?
I’ve definitely been adding priority to refactoring. It was always a good idea for maintainability, for new developers to get up to speed and be able to contribute, but now we have the idiot developer that is LLMs. Perhaps more refactoring is meeting it halfway