this post was submitted on 09 Jun 2025
252 points (99.6% liked)
Fuck AI
3055 readers
1136 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
AI art doesn’t save any time, it’s just a different way of making mostly mediocre stuff; AI coding doesn’t save any time, it’s just aw different way of pulling boilerplate code and what would have been time spent searching.
I used AI to make me a little app to make my work a little easier but I have no idea why or how the code works. If I were a professional coder, I'd be too scared to pass it on to my clients without fully understanding what the thing spewed out, so I'd probably have to read the entire code to double check everything is kosher. At that point, I'd probably have just written the code myself.
Yeah that’s kinda what I mean, I happened to learn coding (the old fashioned way) riiight before all the AI started happening. It was definitely helpful for me as a new learner but at this point I almost never use it (because I’m making things I want to make and not boilerplate). I see systems that make entire React sites, which is great, and also kind of mundane (since it’s making the millionth-plus react sites on the internet), but if you put a semicolon in the wrong place in a React app the whole thing breaks. What is someone who doesn’t know code, have any desire to learn code and doesn’t have any interest in debugging code supposed to do with a broken pile of react?