this post was submitted on 05 Jul 2026
234 points (97.6% liked)
Technology
87598 readers
3694 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pretty soon they'll find that humans are less expensive for a given amount of work.
Dogs will do it for belly rubs and $20 in kibble
I think the issue is LLMs can't do a humans job, only be a tool for a human to use. And the tasks it's good at weren't large bottlenecks to begin with.
Agree
Disagree. There are plenty of tasks it is being tried with which it's not good at, but to an extent you don't know that until you've tried.
I use LLMs for code review, they help - a lot. Like so many new technology applications, we just didn't do code review at anything like the level that LLMs enable doing it at, with LLMs we're doing more of what we "always wished we had the time / attention span for" but never actually did, in practice. LLMs are lowering the total cost of finding issues in code, making the reward of doing them in depth worth the cost. In the past we'd do a much higher level review, and miss a lot of detail issues, but the cost of finding those detail issues without LLMs was very high and for the most part we deemed the detail issues "not worth the cost to find." Using LLMs for code review is actually making more work than we used to put into code reviews, but the returns are there - worthwhile.
You might think of it like finite element analysis for mechanical design. Sure, that was possible with paper drawings and slide rules, but it wasn't worth the cost using those tools. Now, there are areas of mechanical design where FEA modeling is the standard practice - if you don't do it you're considered to be slacking, not applying state of the art tools to the job.
There are some things that I find LLMs to be horrible at - like 3D drawings in Blender. However, they are actually really good at making specialized Blender usage tutorials to make it easier / faster for human artists to learn how to use the tool themselves - and once in awhile they can whip up a very helpful python script to automate something that would have been tedious / time consuming to do over and over but not quite worth learning python and the APIs to automate.
Cool, so how many programmers should you fire because you're using an llm?
All the bad ones. This answer doesn't change whether you are using an llm or not.