Earlier quoted context omitted.
Do you know if there is a way of pointing any of the hackernews phone apps to your site instead of the official one?
I don't personally use those apps so I'm not sure, but if they're open source I'm confident you could easily update them to work with my site. In case it's useful, here's the source code https://github.com/leiDnedyA/hn-without-ai
Show HN: Hacker News, without AI
41–50 of 89 posts
Re: Show HN: Hacker News, without AI
#42This is like; during a war, when you just want to read the news without anything about the war :D
TIL it was rare in the actual wartime (WWII) and only became popular in 2000: https://en.wikipedia.org/wiki/Keep_Calm_and_Carry_On
Re: Show HN: Hacker News, without AI
#43Stick to sharing your thing in the current thread today:
Ask HN: Can we please limit the AI news flood?
Re: Show HN: Hacker News, without AI
#44This feels like trying to do "Hacker News, without 'the Internet.'"
And it's getting twisted into "People want HN without AI."
But that was never the case. I mean some surely do. But the blow-up this morning was specific to Anthropic ads to the point there's basically no information on this website that isn't related to Anthropic or OpenAI.
If it was announced some rando kid made a LLM in PHP or something, sure share it! If it was announced someone actually made something cool with AI (lol) then share it!
But Claude 24/7 aint it. It's at least extremely boring!
Re: Show HN: Hacker News, without AI
#45Just a few high level points about how this works. It works in multiple stages: 1. I apply a domain and keyword filter to the feed 2. The content of the remaining articles are run twice daily through a Modern Bert-based classifier fine-tuned to detect AI-related content (~8000 training examples)[0]. It also filters out Github repos that contain AI authorship. My backend scans: - Commit messages for agent attribution…
Funny how it uses AI
Re: Show HN: Hacker News, without AI
#46Re: Show HN: Hacker News, without AI
#47Instead of filtering keywords this ranks the content using Pangram. But it's also pretty effective at filtering content about AI. Turns out that a lot of LLM tooling projects have LLM written project descriptions/blog posts.
It's amazing to see how many of the "AI hurts my brain" posts are apparently written by an LLM.
Re: Show HN: Hacker News, without AI
#48Hacker News, without AI needs to be a plugin for Firefox - I don´t really want to use two pages at the same time.
Re: Show HN: Hacker News, without AI
#49I suppose it depends on what point of view we answer from. It is very hacker-newsery to make something like this
Re: Show HN: Hacker News, without AI
#50Here is an approach to filtering LLM written content: https://hnslop.nilsherzig.com/ Instead of filtering keywords this ranks the content using Pangram. But it's also pretty effective at filtering content about AI. Turns out that a lot of LLM tooling projects have LLM written project descriptions/blog posts. It's amazing to see how many of the "AI hurts my brain" posts are apparently written by an LLM.
OPs solution does more than keyword filtering. But its still about filtering out "content about ai" not filtering out "ai written content".