Hacker News, Sans AI
An experimental “Hacker News, Sans AI” front page that filters out AI-related posts drew heavy interest but also exposed technical limits and trade-offs. Commenters debate simple keyword filters versus more advanced models for detecting AI content, note how much of the site now disappears under strict filters, and describe both fatigue with omnipresent AI coverage and concern that blunt tools will also hide worthwhile material.
Overall Reaction and “Hug of Death”
- The site quickly became inaccessible, attributed to a very small server and poor caching.
- Many see this as evidence of strong demand for an AI-free HN view.
- Some joke that AI bots themselves must be driving interest.
How the Filter Works (Regex vs AI)
- Multiple commenters note that the filter is implemented with keyword/regex matching, not an LLM.
- A code link is provided to support the “it’s just regex” claim.
- Some argue regex/keywords are sufficient, faster, and simpler than embeddings or LLMs.
- Others say that for non-trivial semantic detection, LLMs or embeddings would be the “correct” tool, and see irony in avoiding AI to filter AI content.
- Examples are given where simple keyword filters fail (e.g., AI mentioned only in comments, or subtle “GenAI” phrasing).
Limitations and False Positives/Negatives
- People point out that a pure keyword approach can:
- Exclude useful non-AI posts that merely mention AI in passing.
- Miss AI-related posts without obvious AI terms in the title.
- Several users report AI items still slipping through (e.g., tools “built with Claude,” “Agent Skill” articles).
- Some argue that only human curation can fully solve this, with automation always trading speed for mistakes.
Alternative Tools and Approaches
- Other HN filters are mentioned:
- A static HTML keyword filter using the HN API.
- A more configurable third-party HN frontend with AI include/exclude filters.
- A personal browser extension + backend using a small LLM classifier.
- RSS/feed-reader filtering with custom AI-related search terms.
- Users request more general filters (e.g., by topic, AI, VC, specific personalities, paywalled sites).
Community Sentiment on AI Saturation
- Many express fatigue or frustration with constant AI threads; some say it’s pushed them away from HN or into “rage-reading.”
- Others are pro-AI but feel discussions are overwhelmed by low-quality or hostile commentary.
- Several call for an AI “containment board” or dedicated section rather than total removal.