Now AI agents need what RSS does
50 points
4 hours ago
| 11 comments
| julienreszka.com
| HN
hparadiz
10 minutes ago
[-]
Never dropped it

https://technex.us/.rss

https://github.com/hparadiz/technexus/blob/release/src/Contr...

I would enjoy a JSON based refresh of the format.

reply
dchuk
47 minutes ago
[-]
I built a site that's similar in concept to Hacker News, but is entirely fed by RSS feed content, that is then bullet-pointed summarized on the article page: https://engineered.at/

But I also extract topics automatically from the content too with LLMs, to allow for dynamic topic pages that users can separately subscribe to to tune their feeds.

Haven't promoted it much, but it's pretty amazing what you can do for a couple bucks a month. And my main thesis with this site is that by locking the content to only rss feeds of known blogs, you dramatically reduce the spam submission risk (basically eliminate it). Doesn't handle the spam comment side of things, but that's a different problem.

EDIT: I also open sourced a Rails engine I made to power this site if anyone is interested: https://github.com/dchuk/source_monitor

reply
phyzix5761
1 hour ago
[-]
I have almost 40 feeds I subscribe to and they're my primary way of getting information I care about without being exposed to ads or other things I don't want to see.
reply
frigidwalnut
1 hour ago
[-]
What are your favorite feeds?
reply
phyzix5761
42 minutes ago
[-]
reply
PaulHoule
1 hour ago
[-]
Re: Rate Limits, see

https://rachelbythebay.com/w/2024/05/27/feed/

but coming from an aggressively anticommercial world view. She collects evidence that real world feed readers don't implement RSS correctly

https://rachelbythebay.com/w/2026/02/23/readers/

Her problems are the problems of a polling-based protocol and really if she does not like the RSS protocol she should stop publishing it and stand up an ActivityPub or PubSubHubBub service instead.

A big part of the value of Google Reader and the ecosystem around it was that Google could poll your RSS feed once and everyone could read it... A huge win for the Rachels!

reply
alextillman
2 hours ago
[-]
What's old is new again. The solution RSS offered was structure for an otherwise unstructured challenge (trying to figure out updates on a site). That value grew exponentially when connected to AI (providing the signals of when do I need to look at this site/podcast again). Smart marketing.
reply
_pdp_
42 minutes ago
[-]
AI agents don't need RSS. What they need is some representation in text. The XML/RSS markup is completely unnecessary.
reply
b3ing
1 hour ago
[-]
I guess if you want your content all slurped up and served as coming from AI with no backlinks.
reply
8organicbits
35 minutes ago
[-]
Anyone know the best practices for keeping AI crawlers off your RSS feeds? I know robots.txt works for the well-behaved bots. Other tools like interstitial captchas don't as the feed readers break if you send them anything but XML.

Putting just the post intro in the feed and linking to the website feels like a safer approach, assume you have bot protections on the website, but that's a poor experience for people who want to read in their feed reader.

reply
erelong
2 hours ago
[-]
I kinda don't like RSS because I often want like a whole blog archive downloaded if I add a new feed and it usually has limits how far back of posts it will download (randomly configured by each site)

Unless someone has a fix of whatever settings I've been using

reply
happytoexplain
1 hour ago
[-]
Sorry, I don't have a solution. But I use RSS for everything, and I can confidently say: RSS is not designed for your use case.
reply
conesus
1 hour ago
[-]
For the Premium Archive tier, NewsBlur attempts to download a blog's entire backlog to backfill stories, whether it's exposed through paging or RFC 5005. Here's more info about how NewsBlur does it: https://blog.newsblur.com/2022/07/01/premium-archive-subscri...
reply
phyzix5761
1 hour ago
[-]
I use Elfeed for Emacs and it stores the history as you download updates so you can always go back and read an old post.
reply
h4kunamata
1 hour ago
[-]
>RSS was declared dead in 2013

Where? Not within the homelab space.

reply
8organicbits
30 minutes ago
[-]
They probably meant it hyperbolically, but RSS was on a downward slope during that period. The recent uptick is fascinating.

https://trends.google.com/explore?q=%2Fm%2F0n5tx&date=all&ge...

reply
PunchyHamster
11 minutes ago
[-]
No, 2013 was demise of Google Reader, which was at the time very good and very accessible so it was how a lot of people used RSS
reply
h4kunamata
1 hour ago
[-]
I must add that I self-host FreshRSS to fetch news and GitHub repos updates so I can update my stuff, everything in-house, controlled by me.

RSS makes life so much easier, some only provide the bare minimal while others, provide the whole post so I can read everything right there without opening a website.

Also, some podcast support it so I have a list of podcast that I list and can go back without having to go from website to website.

One place to govern them all, RSS still king.

reply
rvz
56 minutes ago
[-]
You mean scraping instead of reading it? Reddit does not like the sound of that at all and are mulling to remove RSS support due to scrapers [0]

[0] https://www.reddit.com/r/modnews/comments/1tq9vxo/protecting...

reply
eli
47 minutes ago
[-]
Well yeah if they provide open access to content then AI labs wouldn’t have to pay them for bull access.
reply
0gs
1 hour ago
[-]
i mean, i still read hacker news primarily via RSS in feedly. i kind of never stopped using it, and everybody is much more generous with their feeds nowadays than back in google reader times. bearblog, etc. RSS rules
reply