this post was submitted on 06 May 2025
1200 points (98.2% liked)

Fuck AI

3472 readers
576 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
1200
skills for rent (lemmy.blahaj.zone)
submitted 2 months ago* (last edited 2 months ago) by not_IO@lemmy.blahaj.zone to c/fuck_ai@lemmy.world
 
you are viewing a single comment's thread
view the rest of the comments
[–] forrcaho@lemmy.world 61 points 2 months ago (3 children)

Having been a coder for decades before AI came on the scene, I don't understand how inexperienced programmers could possibly write a serious amount of working code with AI.

It's wrong, like, at least half the time, but as an experienced coder, I can look at the "code" it generated and know what it was trying to do, and then write it correctly. I do find AI useful when I'm not sure how to go about solving a particular code-related issue, but ... it just gives me something to think about, not an answer I can use directly.

[–] geekgrrl0@lemmy.ca 25 points 2 months ago (1 children)

It's like google-coding in 2010; nothing you search for is exactly what you need, but it could help you see why your code isn't working.

[–] deeferg@lemmy.ca 2 points 2 months ago

I can look at the "code" it generated and know what it was trying to do, and then write it correctly. I do find AI useful when I'm not sure how to go about solving a particular code-related issue, but ... it just gives me something to think about, not an answer I can use directly.

So glad to see others that do that. Still haven't really tried to understand what vibe coding is, as I try and ignore passing terms, but I was starting to think it was just using the AI assistants in any way. I use it in the same way as you and find it perfectly fine for that purpose but I can't imagine using it for anything more.

[–] Taleya@aussie.zone 1 points 2 months ago

I tried using chatgpt to write a basic batch file, it ended up such a horrendous mess that i gave up halfway through. Fucker got told four times, still kept putting the REM on the same line as actual code.