Why limit? This is a news website where users judge if something is newsworthy by upvoting it. If the community decides it’s newsworthy it’s newsworthy. Maybe not for you but at least enough people to make it visible in front page. Unless you have strong arguments, like topics creating death threats or people doxing, there is no reason whatsoever to censure any news because you personally doesn’t care or don’t like i…
Ask HN: Can we please limit the AI news flood?
251–260 of 425 posts
Re: Ask HN: Can we please limit the AI news flood?
#252There's a lot of focus on in. People are trying it out in their workflows and learning new things.
So, potentially, this could just be organic.
Of course, in reality, it is not. There's a ton of "thought leader" LinkedIn slop, just advertising their own personal brand with at best mid takes. But grifters come with every paradigm shift. Unfortunately.
Re: Ask HN: Can we please limit the AI news flood?
#253HN is a reflection of the industry and we're at peak hype-cycle at the moment. I use this when I need a break https://elijahpotter.dev/hnsansai .
The biggest tell is reposting something interesting from a year or two ago that received hundreds of upvotes. Now it will get 2 or three upvotes whilst "lulz Trump" /r/politics style culture war BS will be immediately hurled up and onto the front page.
Re: Ask HN: Can we please limit the AI news flood?
#254I think this is just how it goes. Were you here in 2017-2018 when it was all blockchain all the time?
Was it? Iirc there was always something interesting on the front page besides the blockchain. Now there are days when there's nothing besides the "AI" created "AI" spam.
Re: Ask HN: Can we please limit the AI news flood?
#255While I'm sympathetic to the sentiment, the ongoing automation of intelligence is, for better or worse, one of the most consequential things that can/will happen to "hackers" (as well as white-collar workers in general), and it is very difficult for us to look away from that asteroid in the sky.
Surprised you put "hackers" in quotes but not intelligence.
Re: Ask HN: Can we please limit the AI news flood?
#256[flagged]
Re: Ask HN: Can we please limit the AI news flood?
#257This is a solved problem. Hacker News without AI: https://hcker.news/?view=frontpage&ai=exclude
Thanks for sharing. I'm going to give it a spin for a while. The downside is you cannot comment or vote on the external site so you are always juggling the two sites for that.
https://chromewebstore.google.com/detail/hckernews-helper/gm...
https://addons.mozilla.org/en-US/firefox/addon/hcker-news/ https://hcker.news/notes/browser-extension
(Safari ext coming soon)
The extension itself follows the principle of least privilege. It doesn't even have access to the HN site cookie.
Re: Ask HN: Can we please limit the AI news flood?
#258Earlier quoted context omitted.
"Ironically, this project was built with AI coding and uses AI to filter out articles about AI. Go figure."
Well it is the best way to do a 'fuzzy' filter like that. Rather than trying frantically to chase keywords. I don't think anyone considers AI to be something useless. It sure has its uses, I use it a lot to help with research. But it is sometimes shoehorned into things it doesn't belong, or its capabilities overblown for marketing. I think that's what people object to.
The S/N ratio entirely depends on whether you care about AI and I don't not really.
Re: Ask HN: Can we please limit the AI news flood?
#259Earlier quoted context omitted.
"Ironically, this project was built with AI coding and uses AI to filter out articles about AI. Go figure."
An AI slop to filter out AI slops -- the pinnacle of AI. Sadly this would not end just as a joke. We'll be doing this forever from now on.
Re: Ask HN: Can we please limit the AI news flood?
#260Earlier quoted context omitted.
I think you should replace vibecode with vibecod so that you can catch vibecoding too. Also add "vibe cod" with a space. And add token, Gemini, OpenAI, llama
Oh it absolutely will have issues (for example it'd hit Maintenance in a title because of AI), it was something I did in a fit of pique because I opened HN one day and ~2/3 of the stories where about AI/LLM's - great if that is what you want, annoying as hell if you like the other stuff much more. There are about a million ways to do it better but I can accept the odd false positive :).
I used gemini to update it to:
news.ycombinator.com##tr.athing:has(a:has-text(/\b(?:A\.?I\.?|A\.?G\.?I\.?|LLMs?|GPTs?|TPU|NPU|RAG|MoE|RLHF|xAI)\b|Anthropic|agent|super-?intelligence|Blackwell|Cerebras|ChatGPT|Claude|Cohere|Command\s*R|Context\s*window|Copilot|Cursor|DALL-E|deep\s*learning|DeepSeek|ElevenLabs|Fine-tun(?:e|ing)|Flux|Gemini|GenAI|Generative|Gemma|Grok|Groq|H100|Hallucination|harness(?:es)?|Hugging\s*Face|LangChain|Llama|LlamaIndex|Midjourney|Mistral|Ollama|OpenAI|OpenRouter|Perplexity|prompt|Qwen|Runway\s*(?:AI|ML)|Gen-[1-4](?:\.5)?|Sora|Synthetic\s*data|token|vibecod|vLLM|Whisper/i)):xpath(. | following-sibling::tr[1])
Note that blocking token, prompt, agent, and harness will also block things like auth tokens, SSH agents.Here's how mine looks using my method:
9 out of 30 posts have been removed.
Any improvements to above filter are welcome.