this post was submitted on 27 Sep 2025
669 points (98.1% liked)
Fuck AI
4175 readers
1057 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I actually tried to get an AI to code a simulation for AI agents. God, it's so shitty at everything it does, it is only good to torture for entertainment...and to teach Excel apparently, only uses I found for it.
I will say there's a few common boilerplate things that is easier to express as quick prose and get 4-5 lines out of it, highly predictable lines that I could have probably done myself, a little more convenient when I'm rusty on a language or library. Also code completion, same thing of only good for like 3-5 lines at a time.
Still have to watch it like crazy and carefully fix the mistakes and still throw out what it suggested and it can be pretty annoying, but I'm willing to believe it saved me a smidge of time on those. But anything beyond that and it's a horrible mess I would never abide that's more trouble to try to fix than just scrap and start over. It's hard to stay vigilant and micromanage the details as I'm used to reviewing human code and the sorts of mistakes the LLMs make are distinct from what humans make.