2 ms·
Show HN: Hacker News with reduced priority for AI driven content
- inigyou 2mo agoWhy a JavaScript loading screen? HN works without JS.
- bofadeez 2mo agoYou're still reading code like it's 2020? Wow
- sammy0910 2mo agoit isn't visible from this view, but it's designed so that you can edit the ranking params directly from your browser, e.g. https://sprinklz.io/demo/headlineNews https://sprinklz.io/demo/headlineNews or https://sprinklz.io/demo/codeEditor https://sprinklz.io/demo/codeEditor
- chrisjj 2mo agoI guess this was vibe-coded? The top three item are "AI"-driven content. And obviously so since each says AI in the very first para.
- sammy0910 2mo agothis is not vibe coded. it is part of a much larger project than just this page (https://sprinklz.io https://sprinklz.io), which I have been working on, on and off, for almost 4 years.
- thih9 2mo agoArticle about Qwen was at sixth place when I loaded the page, followed by gpt-5.6 sol. I guess this is still an improvement, today’s front page often contains multiple AI adjacent submissions in the top ten.
- joeyagreco 2mo agoHow is this curated? Don't see an explanation on the site.
- sammy0910 2mo agoit basically does a combination of: -- string text matching + embeddings unfortunately there isn't a dashboard yet in the logged out view, but if you view the feed when logged into sprinklz you can directly see (and edit) all the params used
- zatkin 2mo agoWhat is "AI driven content"? When I load this page, it shows DeepMind CEO's departure as the #1 post, and DeepMind to me seems like an AI driven organization. Qwen shows up at #6, which is an AI model. Something seems deeply flawed about this website.
- nailer 2mo agoAt its core, this isn’t merely a tool that navigates the complexities of the digital landscape—it’s a load-bearing solution that deliberately removes content generated using AI, rather than content about LLM models. It’s worth noting that we’re not delving into the rich tapestry of discussions surrounding large language models themselves; instead, we’re underscoring the pivotal distinction between AI-generated material and authentic human writing about those very models. Ultimately, this approach fosters a more robust, seamless, and nuanced filtering process—one that leverages genuine insight rather than the multifaceted outputs of generative systems.
- sammy0910 2mo agoit basically does a combination of: -- string text matching + embeddings unfortunately there isn't a dashboard yet in the logged out view, but if you view the feed when logged into sprinklz you can directly see (and edit) all the params used
- nphardon 2mo agoLove this idea. I agree with the other comment that its not filtering well, but i hope you can get it dialed in. Sometimes hackernews feels like the drive into SF. Just bombarded with Ai garbage billboards.
- sammy0910 2mo agonice, yeah, I will keep working on it I wanted to make this general purpose enough that it could handle large datasets (e.g. i want to do thiings like https://sprinklz.io/demo/headlineNews https://sprinklz.io/demo/headlineNews), so I was hesitant to do things like make 1-LLM-call-per-article, but I'll keep exploring ways to make it better
- nailer 2mo agoSeems to work - "Macron's 'Free speech is pure bullshit.' and the hand that hollows free speech" - an AI generated (and not very well edited) ad for a product called "Veri" is on the front page of HN but much lower on this site.
- otherayden 2mo agoI took a crack at implementing this, it goes a little further by classifying with an LLM (both the title and the article content if it can access it) https://hn-without-ai.vercel.app/ https://hn-without-ai.vercel.app/
- sammy0910 2mo agoi did my best to follow hn guidelines, so if any moderators have info for me on why this was flagged/to help me understand how to post better here that would be helpful