this post was submitted on 29 Apr 2026
125 points (97.7% liked)

Fuck AI

6929 readers
1284 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
 

Hello all, long time lurker, sometimes poster. In my line of work some of my co workers seem eager to turn to the clanker to get an instant answer to any road block. I feel its better to problem solve the old fashioned way. With some good old research and finding a blog that is not AI slop LOL. Do those of you in a support role find any peer pressure to use LLMs?

you are viewing a single comment's thread
view the rest of the comments
[–] vaderaj@lemmy.world 1 points 6 days ago

What I try to do is the classic search the problem in an abstract manner but use LLM instead of web search. Once it predicts the output, I search the documentation to understand what the function is, return type etc...

Finally write a version of code that works, what an LLM helps with is, it makes abstract searching easier which means I can't use the same for searching facts (which unfortunately many people do and argue that's is the truth)