this post was submitted on 15 May 2025
109 points (100.0% liked)
Fuck AI
2841 readers
281 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
100%
I took some code and scripts I wrote and passed them through AI. A lot of it was tightened up, and even better, it added comments and turned some things into functions so they were reusable.
I parsed everything it did to sanity check it. Really, use it like a junior developer. "Hey helper, write me a piece of code that does X." You always double check the junior.