clauding a reverse rss reader
January 06, 2026
Most of the problems I have with feeds stem from their time-dependency. I don't really want to wake up and read Scott Aaronson's takes on Venezuela (I adore Scott) or Tyler Cowen arguing about Western European migration. I enjoy the punditry of both. Yet neither article is Long Content, of the sort that would be refreshing in a decade or two.
Ideally, my feed should consistently serve me the posts I find most valuable, rather than the ones on a given day. Hiccups: Bostrom and Gwern post their writing publicly, but not in a form immediately amenable to subscription. Paul Christiano is too busy to write blog posts anymore; his decade-old ones are incredible but hard to find. What to do?
I wanted an app that:
- could take in an arbitrary webpage, archive the interesting links, and serve the links with some specified weighting
- kept a searchable database of webpages, with tagging
- had optionality to subscribe to feeds traditionally (e.g. via RSS)
Claude made a reasonable MVP. LLMs are good enough at parsing page sources to make this possible; however, I found Claude to be pretty bad at generating prompts for the tasks I cared about (if you know of good automated prompt-gen tooling, let me know).
Pretty excited about including:
- LLM-powered recommendation algorithms. IIUC one of the major AI labs considers recommendation systems to be "the perfect" testing ground for continual learning algorithms, and good paper recommenders are not that far away from having useful research taste
- LLM curation / summarization of info-dense feeds (can I get a daily digest of stat.ML)
- better UIs :P