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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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)