this post was submitted on 11 Jul 2025
210 points (100.0% liked)

Fuck AI

3470 readers
315 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
[–] [email protected] 6 points 3 days ago* (last edited 3 days ago) (1 children)

Interesting study. Also similar to my own observations. I've tried AI coding to some degree. Some people recommend it. And it definitely can do some nice things. Like write boilerplate code fast and do some tech-demos and exploring. And it's kind of nice to bounce off ideas to someone. I mean the process of speaking out things loud and putting it into words helps me think it through. AI can do that (listen) and it'll occasionally give back some ideas.

The downside of coding with it in real life is, I end up refactoring a lot of stuff. And that's just tedious and annoying work. I've had this happen to me several times now. And I think the net time balance is negative for me as well. I think I'm better off coming up with an idea how to implement something, and then just type it down. Rather than skipping the step and then moving around stuff, changing it, and making sure it handles the edge-cases correctly and fits into the broader picture. Plus I still end up doing the thinking step, just in a different way.