Show HN: Hacker News, without AI
postalcoder
180 points
84 comments
September 11, 2026
Related Discussions
Found 5 related stories in 81.4ms across 6,278 title embeddings via pgvector HNSW
- Show HN: Hacker News, Without AI otherayden · 180 pts · September 11, 2026 · 92% similar
- Show HN: How much of Hacker News is about AI? beekthos · 69 pts · August 26, 2026 · 82% similar
- Hacker News with reduced priority for AI driven content sammy0910 · 113 pts · September 11, 2026 · 73% similar
- Ask HN: Can we please limit the AI news flood? cromka · 771 pts · September 11, 2026 · 71% similar
- Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links oyster143 · 187 pts · July 22, 2026 · 69% similar
Discussion Highlights (20 comments)
loldidntwork
Top article is about AI eliminating jobs, nice attempt tho
niyonx
Great use of AI
chilipepperhott
This one actually works: https://elijahpotter.dev/hnsansai
basch
still prefer the simplicity of a reverse river, with a focus on votes and comments https://hckrnews.com/ its incredibly easy to immediately tell when something was posted, and how popular it was. there s no automagic rearranging or movement. similar to https://techmeme.com/river
dorkrawk
For Hacker News without AI, can I suggest the domain of news.ycombntor.com ?
postalcoder
Just 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 - The contributor graph for agents - Repo files for instructions/configs RSS feed here: https://hcker.news/feeds/atom?period=day&ai=exclude HN Frontpage minus AI: https://hcker.news/?view=frontpage&ai=exclude You may also like Small Web HN: https://hcker.news/?view=frontpage&smallweb=include 0: The original workflow for this was a little different. For the better part of the past year, I had an AI agent detect AI-related stories and raise ~20 stories to me to make a judgement call on. After a while, a workflow like this just doesn't make sense when small models can do it equally as well. The training data is based on the machine and my labeling.
RIMR
The first link is about HuggingFace, lmao.
account42
First post shown right now is https://news.ycombinator.com/item?id=49659245 which is essentially an ad for an AI company. So I guess this will need further fine tuning.
layer8
If you prefer something closer to the original layout: https://www.unslop.news/
visarga
Do you have one but only with AI? like, a toggle on what side to see? Edit: ah yes, sure it exists
jrm4
This feels like trying to do "Hacker News, without 'the Internet.'"
jessetemp
There is also the hide button under every post, which I’ve started using generously. It only takes a few seconds to clean up the front page to your taste
sejje
Top story: huggingface
bronlund
This is like; during a war, when you just want to read the news without anything about the war :D
Tepix
You need to search deeper! Looking at the iPod 6G QEMU emulation story: > " With the help of Claude Code, I was able to create code to extract it using emCORE. "
nonsensical_
I prefer lobste.rs for this.
ChrisArchitect
We just did this last month; Stick to sharing your thing in the current thread today: Ask HN: Can we please limit the AI news flood? https://news.ycombinator.com/item?id=49657850
tcfhgj
Hacker News, without AI needs to be a plugin for Firefox - I don´t really want to use two pages at the same time.
nilsherzig
Here 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.
verdverm
Is it still hacker news if you manipulate the listing based on your own bias? I suppose it depends on what point of view we answer from. It is very hacker-newsery to make something like this