Earlier quoted context omitted.
Just for concrete confirmation that LLM(s) are being used, there's an open issue on the GitHub repository, on hallucinations with made up information, where a Kagi employee specifically mentions "an LLM hallucination problem": https://github.com/kagisearch/kite-public/issues/97 There's also a line at the bottom of the about page at https://kite.kagi.com/about that says "Summaries may contain errors. Please verify imp…
Love how it only took 8 years to go from "Fake News!" to "News May Be Fake"
Kagi News
351–360 of 454 posts
Re: Kagi News
#352Re: Kagi News
#353I like Kagi and want them to succeed. But currently (according to LinkedIn) theres 26 employees. They are building search, LLM assistant wrappers, a browser and now news. Please don't overextend the same way Proton is currently doing.
How is Proton over extending? All of their services are pretty great imo. I'm happy with them. Doesn't mean I am ever going to use their bitcoin wallet app thing, but if they want to build it, great, they know their customer base so it's probably not out of left field.
When you're paying for something you expect the basics to be there and thats what annoys me about proton.
Re: Kagi News
#354> This is pulling the content of the RSS feeds of several news sites into the context window of an LLM and then asking it to summarize news items into articles and fill in the blanks? This is awful. It's cutting out any money going to the news agencies that go out there and write news. If they didn't exist, Kagi wouldn't work.
Re: Kagi News
#355Re: Kagi News
#356RSS works great and there are a million ways to consume them. There are also a myriad New aggregator offerings, most with some sort of LLM thrown in on top.
Did we really need this? Was there nothing better Kagi could dedicate its resources to?
Re: Kagi News
#357Earlier quoted context omitted.
> It is getting easier and easier to fake stuff This is why the moon landing hoax was revolutionary in the 60's. The size of this project was enormous.
As an American, confirmation that the landing was a hoax would make me even prouder than my current belief that it was real.
Re: Kagi News
#358You have a great search service. Please focus on that. Build that into an actual Google-beater. Provide the features your customers actually want. Spend your time, money, and energy making that the greatest search service possible.
Don't waste this opportunity. Please.
Re: Kagi News
#359I like Kagi and want them to succeed. But currently (according to LinkedIn) theres 26 employees. They are building search, LLM assistant wrappers, a browser and now news. Please don't overextend the same way Proton is currently doing.
Re: Kagi News
#360Funny coincidence. This morning, my news aggregator delivered its daily results. The stack: Miniflux (https://miniflux.app/) in Docker, fetching 75 RSS feeds I've collected over the years ~200 lines in a Jupyter notebook: - Fetch entries from Miniflux API (last 24-48 hours) - Convert to CSV, feed to LLM. GPT-5 identifies trending stories across sources - Each article gets web-fetched and summarized via Gemini-2.5-fla…
Mind sharing that feeds and 200 line code? Thank you