this post was submitted on 12 Feb 2026
56 points (96.7% liked)

Fuck AI

6301 readers
1438 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
 

Because they don't really search or index quality content (it's very expensive and hard to do) and their search implementation really sucks, they don't do any real improvement.

The process is like this:

  1. Take the user query and create 1-3 queries. For this process they use very stupid but fast and cheap models; because of that, sometimes they create very stupid search queries and, unlike a pro, they don't really know how to use search engines, like filtering, ranking, focusing...
  2. Combine these search results (it contains slop AI-generated summary pages, YouTube videos, maybe forums, maybe Wikipedia...).
  3. Use RAG with an LLM to find answers. LLMs will always try to find answers quickly, and instead of making a thinking loop in a long article they will use that slop page with a direct answer.

As you can see, there are many, many problems in this implementation:

  • The biggest problem is citation: they cite confidently but it's wrong.
  • They use low-quality data, like auto YouTube subtitles, improperly extracted tables and elements, content-farm sites, copycat sites, corporate blogs...
  • Their search results are low quality.
  • For the most important part (breaking down the user request) they use cheap, stupid models.
  • They handle all data in the same context instead of parallel requests (which is very expensive)

It's still strange to me: we always say "they have all the data, all the money, all the hardware..." but they still can't create a better AI search than random FOSS developers.

you are viewing a single comment's thread
view the rest of the comments
[–] pkjqpg1h@lemmy.zip 0 points 4 weeks ago

well I used Kagi (for 2 months) but their AI implentations is not transparent and they also suffer same problemles though their index is better (combining Google, Bing, Yandex, Brave, Brave) and you can use better LLMs

Kagi Assistant system prompts (impossible to override), context management and limits, file management (As I see you don't even put files in the context) is hidden. As a result of your system prompt (which is I guess it instruct to "be short") causes too many problem with hard prompts (especially with coding and document editing) https://kagifeedback.org/d/9793-transparency-issues

I switched to OpenRouter (just pay for my tokens)