back
▲ 2 points

Show HN: Hacker News AI link reading list

ai-reading-list.pages.dev
by ronbenton·9mo ago·2 comments·view on hn ↗
Fun little project I put together recently. Just grabs decently-upvoted articles off of HN, greps for AI-related terms in the titles, and puts matches through an LLM to generate a summary (and also asks LLM to confirm the article is AI-related). Then publish the results to a cloudflare pages website and also creates an RSS feed of the links since that's how I prefer to consume content.

web: https://ai-reading-list.pages.dev/ rss: https://ai-reading-list.pages.dev/rss.xml

2 comments
Seems to be the complement of https://hn-ai.org/
I too use a brittle, error-prone regular expression!