this post was submitted on 26 Apr 2026
846 points (99.6% liked)

Fuck AI

7462 readers
1877 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.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] unexposedhazard@discuss.tchncs.de 101 points 2 months ago (2 children)
[–] diabetic_porcupine@lemmy.world 0 points 2 months ago (2 children)

It makes sense to me… I use a very heavy framework that ensures my agent doesn’t lose context about the systems I develop. But that means every change goes through a big long pipeline and if all you want to do is change a few lines of code then maybe a junior dev is the right fit for that specific task?

[–] xErah@anarchist.nexus 3 points 2 months ago (1 children)

Agentic coding would still have the context issues of changing code whether it’s AI or a human: somebody changed something, how do you record that for the next person. You either log it in memory or point it to the git PR, either way it needs to surface the changes.

So yeah, if AI is too expensive to code small problems for a given company than it’s too expensive for them period.

[–] tuxed@sh.itjust.works 0 points 1 month ago (1 children)

If you just want to change a few lines of code why not just, you know, change them?...

[–] diabetic_porcupine@lemmy.world 1 points 1 month ago

The hard part isn’t changing the lines of code it’s finding them. An agent can do it in the background for you while you work on other things rather than spend 10-15 minutes hunting for the exact line you want