Ask HN: Make AI Filter for Hacker News

2 points by gethly ↗ HN
Can somebody, please, make a browser extension that filters out every post on hacker news that is about AI?

4 comments

[ 2.6 ms ] story [ 16.0 ms ] thread
I think if you can build an AI to identify AI-generated text, you could actually create a billion-dollar business.
I would be interested in something like this as well. I feel inundated in AI-related projects and news, and I'm only tangentially interested in that.
In uBlock Origin -> My Filters:

    # Filter some topics
    # top (title / url)
    news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr)
    # bottom (stats / comments)
    news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr) + *
    #
Customize as desired.