this post was submitted on 25 Sep 2026
440 points (96.0% liked)

Fuck AI

8304 readers
4192 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
[–] takeda@lemmy.dbzer0.com 1 points 14 hours ago* (last edited 14 hours ago)

I had this question before, until I used IDE in agent mode (my company pushes us to use it).

And the way those agents are designed is that when I ask it do do something it eventually will want to invoke some commands.

Yes, it shows what the command will be, but it is doing it frequently and you either have option to accept, reject or accept all (stupid decision, but perhaps some get inpatient).

Then Claude also sometimes creates a script and runs that. It still shows the file name, so I can still look it up from another terminal. It is annoying, but ok.

But then I got to point where Claude asked me to run python that took the script from stdin, and there was no way for me to see what it was. Of course I noped out and rejected it, but I can see someone else might not realize that this invocation is dangerous. And I think if you use it every day and do nothin than vibe coding the "accept all" button might seem very appealing.

This whole thing is going crazy, recently my company suggested that reviews are bottleneck and maybe we don't need to do reviews instead use unit and functional tests (also created by copilot, LOL).

This is really shitty time for people that prided themselves in producing quality code.