this post was submitted on 17 Sep 2025
235 points (99.6% liked)

Fuck AI

4039 readers
692 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
[–] SalamenceFury@lemmy.world 53 points 11 hours ago (1 children)

Oh no! The consequences of my own actions!

Pay me 10 times what you get paid and I'll fix it.

[–] fullsquare@awful.systems 18 points 8 hours ago (1 children)

ah yes that's what 10x programmer must mean

[–] addie@feddit.uk 15 points 3 hours ago (1 children)

My company has an ill-advised "try to do it with AI first" rule in place.

For senior devs, that means rejecting the first twenty AI-generated code suggestions as they're bollocks, and then having to fix it up by hand anyway. Takes 10x as long as it should do.

For junior devs, who don't know enough to reject the 'bollocks first suggestion', it means raising pull requests that take 10x as long for the seniors to review, since they have to untangle the original intention and then explain why all the code is terrible and why they need to go and fix it.

We have truly embraced 10x programming.

[–] very_well_lost@lemmy.world 2 points 33 minutes ago (1 children)

I'm in exactly the same boat as you, and it's driving me insane. I asked Cursor to generate a simple JavaScript function the other day, and it gave back a 200-line mess of garbage. I ended up just writing the function myself, and was able to do the same thing in 20 lines... and it's not like I was using some "clever" techniques that no future maintainer will ever understand, it was all just basic code.

AI is definitely generating 10x the amount of code... but not 10x the quality or productively.

[–] bitjunkie@lemmy.world 1 points 21 minutes ago

Elegance is doing the same thing in fewer lines without sacrificing interpretability