You can hardly get online these days without hearing some AI booster talk about how AI coding is going to replace human programmers. AI code is absolutely up to production quality! Also, you’re all…
"AI" is nowhere because it doesn't exist. Sure, there are programs that are good at summarizing Stackexchange but is that so really amazing? Maybe it saves devs a few seconds? Do we credit "AI" with amazing writing when people use grammar correction? The hype is so inane. Don't feed into it with this nonsense.
As the article explains, they haven't been able to find any meaningful contributions to actual problems. I'm sure that plagarized summaries can help with your boilerplates/etc but that's not "AI".
"AI" is a very broad term. Back when I went to university, my AI course started out with Wumpus World. While this is an extremely simple problem, it's still considered "AI".
The enemies in computer games that are controlled by the computer are also considered "AI".
Machine learning algorithms, like recommender algorithms, and image recognition are also considered "AI"
LLMs like ChatGPT and Claude are also "AI"
None of these things are conscious, self aware or intelligent, yet they are part of the field called "AI".
These are however not "AGI" (Artificial General Intelligence). AGI is when the machine becomes conscious, and self aware. This is the scenario that all the sci-fi movies portray. We are still very far away from this stage.
Is ai use normal though? Maybe for you and many others but the existence of these communities, articles, and folks who just don't get much out of it despite industry cramming it down everyone's throat would suggest it's anything but normal.
That’s exactly it and why I can’t take this article very seriously.
Just because AI is writing some code doesn’t mean it gets credit as the developer. A human still puts their name beside it. They get all the credit and all the responsibility.
A piece of code I struggled with for days and some vibe-coded slop look identical in a PR.
And for that reason we can be certain that tons and tons of FOSS projects are using it. And the maintainers might not even know it.
Well there's a huge difference between "slop" and actually fine code.
As long as the domain space isn't super esoteric, and the framework is fairly mature, most LLMs will generate not half bad results, enough to get you 90% of the way there.
But then that last 10% of refining amd cleaning up the code, fixing formatting issues, tweaking names, etc is what seperates the slop for them "you can't even tell an AI helped with this" code
I have projects that prolly a good 5% to 10% of the code is AI generated, but you'd never know cuz I still did a second pass over it to sanity check and make sure its good
A piece of code I struggled with for days and some vibe-coded slop look identical in a PR.
TBF that doesn't say much for your coding.
Just because people use generated slop, that doesn't mean "AI" exists, much less that it's making valuable contributions beyond summarizing/plagarizing Stackexchange.