this post was submitted on 30 May 2026
411 points (99.3% liked)
Fuck AI
7192 readers
1946 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
view the rest of the comments
any usage of ai that allows it to execute tasks beyond simply outputting something to the user. if it interacts with stuff (especially with some degree of autonomy) it's an agent.
Got it. Why do people use agents? I've used vibe coding before, it is possible to copy-paste the boilerplate code you asked for, although you've got to then edit for about two hours...
I don't use mine for coding, but it can be useful for editing stuff, since a lot of agent-based systems can edit parts of a file instead.
The thing I have it do sometimes is parsing a bunch of markdown files, and parse data to put into the middle of a CSV, so it's not out of order. Since making a script read the markdown is non-trivial, and itls not something that needs to be done very often, it's easier to run a local model on the same machine and have it do that. Past a point, re-generating the entire file isn't feasible, since it either consumes so many tokens doing the output that it hits the output limit that's usually in place to prevent looping, or it takes an incredibly long time.
Because you can talk to it like you're being played by Judy dench and kind of know how fucked things are going to get.
?
With VSCode say, it gives you a live diff for every change. Loads the file you're working on and any in the project it thinks it needs into context. Streamlines the process while (assuming you're not insane enough to set it to auto accept everything) keeping you in the loop to review changes.
Absolutely needs babysitting because if it twinges on the wrong stackoverflow post from 10 years ago or whatever it'll start asking for root access to modify drivers instead of modifying the php.