this post was submitted on 18 Mar 2026
144 points (92.9% liked)
Technology
82750 readers
2594 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
As a developer on a team of 20ish that use AI heavily, daily, I'd argue there are proper ways of using it as a tool that substantially increases productivity and quality while also reducing bugs and improving maintainability.
But I would also say that 75%+ of people I encounter aren't leveraging it properly or even close to properly. Also too many people use ChatGPT and Copilot which are just bottom of the barrel garbage and then wonder why the output is also garbage.
But I agree that too many people and companies lean into AI too heavily and incorrectly and there will be a reckoning. I'm all for it.
everyone using ai says some variation of this
acting like they do proper code review on this ai gen code but we’ve had so many examples of how people well before ai carried massive tech debt and cut corners so I have zero faith
much less the numerous examples of slop laden bugs making it to live with major companies in the us
ai just amplifies and obfuscates the problem
Copilot isn't bad, but generally I agree.
It's a tool that can be helpful, or you can just create problems for yourself down the road.
It's a lot like building a house. After all the drywall is up, it's hard to tell if the studs are 18 inches apart or five feet apart, but you're gonna find out eventually.
Would love to know how you finagle Copilot to be useful, the code it generates and the things it suggests make me throw my hands up like 9/10.
Once in a blue moon I try to use it again, and it's laughable. It's like I told someone non-technical to do something super technical and... it's just 100% discard or 50% rewrite. I guess it just feels like it isn't saving me any time so...why?
For context I've only used it in VS Code or Visual Studio. If there is some other avenue or process that's better, let me know.
I'm usually just very targeted in what I ask it to do. I keep it to things I know will be in the basic reference books or on stack overflow. It basically just saves me from having to look up and apply existing examples to my code.
It makes for a pretty good ORM.