this post was submitted on 22 Aug 2026
550 points (97.3% liked)
Technology
87450 readers
3323 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
I can kind of relate. There are a lot of parts of coding I find a little boring.
When you use an expensive AI agent, like Claude, it can nowadays handle these tasks competently, to the point where I only need to correct small things here and there.
When you give these tasks to an AI agent, it feels a bit like delegating to a junior, but without the guilt of giving someone a menial or boring task. That allows me to work on stuff I find more interesting. To me, THAT'S why it's adictive.
However, this isn't without cost. First, there's the societal costs: Environmental, centralization of power, contribution to hardware shortages and a bubble
Second, there are more personal costs. You'll come to rely more and more on these tools, and your skills will rust. You may end up avoiding learning things about a codebase because you delegate it away.
It's a tempting tool. One which in my experience can genuinely help, but is easy to misuse.
I mean, if you're curious and you're diligent, you can learn from what the AI chugs out. Skills only stagnate when you trust the AI blindly.
I'd say the bigger problem is that when you're outsourcing junior coder work (even the tedious stuff) to a machine, you're not investing in new junior coders.
I don't trust the AI, I just can't be bothered to argue. At the end of the day it's no longer my code, so I feel no guilt about pushing in slop.
Trust But Verify is a good policy regardless of where your code comes from.
"AI" code is still human code in some capacity. Human code is what it was trained on. What would you do with a module you grabbed off GitHub or a script you found on Discord? Hopefully the same thing.