Yahoo
Skip to main content
Advertisement
Advertisement
Advertisement
Advertisement

I built a daily newsletter for my Kindle with RSS and an LLM—now I actually read the news

A Kindle 4 tilted on a desk showing the HTG Daily Digest for July 1 2026 title page with a bulleted headline list.
Adam Davidson / How-To Geek

Does it ever feel to you like there's so much going on in the world it's hard to keep up? A lot of events mean a lot of news, and I was tired of wasting time reading news I didn't really care about instead of news that I did. I decided to set up my own daily newsletter that I could read on my Kindle, full of things I was genuinely interested in.

I wanted to read news on my Kindle

It's my favorite distraction-free device

A Kindle 4 displaying a beach photo as the screen saver.

Adam Davidson / How-To Geek

Pretty much all the information from human history is available on my phone through the internet , so why not just read news on my phone like a normal human? The problem is that my phone has access to too much. It's easy to fall down pointless rabbit holes and miss the things that actually matter.

It's also far too easy to get distracted by other things, whether that's doomscrolling through Reddit or being sucked into another run on Slay the Spire . I wanted to build a newsletter that I could read on my jailbroken Kindle 4 , because it offers far fewer distractions. The only other distractions I'd be able to access would be books, which are far less tempting than Balatro .

The stories come from RSS feeds

I get to read the exact topics I want

A Kindle on a yellow background with a RSS logo displayed on the screen.

Faisal Rasool/How-to Geek/Nano Banana

The first challenge was to find a way to access exactly the content I wanted without having to wade through a whole bunch of stories that I had no interest in. The solution was to use technology that's been around for even longer than my Kindle: RSS .

Advertisement
Advertisement

In 2026, there are still plenty of RSS feeds that you can subscribe to, including feeds from major news publications as well as feeds from sites that cover niche topics. This means I can choose the exact RSS feeds that I want, so that all the articles I get are on topics I'm actually interested in.

While many of the publications I wanted to subscribe to (such as How-To Geek, obviously) have their own RSS feeds, there aren't always suitable feeds for specific topics. However, Google News still has an RSS search URL atnews.google.com/rss/search, and you can add search terms such ashttps://news.google.com/rss/search?q=%22home+assistant%22to access news about specific topics.

A local LLM creates the newsletter

Curated stories to suit my tastes

The Ollama logo.

Corbin Davenport / How-To Geek / Ollama

I selected RSS feeds from my favorite news sites and tech sites, as well as feeds for my favorite soccer team. Each RSS feed contains multiple stories, and the result was a list of stories that was far too long for a newsletter that I wanted to be able to read in a spare few minutes. I needed a way to cut the list of stories down to size and turn them into an easily digestible newsletter.

The solution was to use AI, but rather than relying on a cloud-based service such as Claude or ChatGPT, I wanted to use a local LLM . I run some local models on my mini PC and my MacBook, and while my hardware is too weak to run any large models, it can handle the smaller models, albeit with slow output.

Advertisement
Advertisement

I set up an automation in n8n , the self-hosted automation software, which organizes the entire workflow. The stories are pulled from the RSS feeds, filtered and deduplicated, then passed to the LLM, which chooses the best four or five stories from the list, aiming for a variety of topics. It then creates two key sections.

The first is a TL;DR block that gives a single-sentence summary of each story on the first page of the newsletter. The second section is a short write-up of each story, so that the entire newsletter can be read from start to finish in about 10 minutes.

Getting the newsletter onto my Kindle

It's published from a local server

A close up of a Kindle 4 upright on a desk showing the HTG Daily Digest for July 1 2026 title page with page 2 of 9 shown at the bottom.

The final stage was to get the finished newsletter onto my Kindle. The output is in Markdown format, and this is converted to the EPUB file format using Pandoc, a free and open-source document converter . The file is then passed to a container on my mini PC running Calibre-Web , the self-hosted web app that holds my regular eBook collection.

Each day, the previous day's edition is replaced with the new version. I can then access the new edition of the newsletter each morning through an Open Publication Distribution System (OPDS) catalog in the KOReader app on my jailbroken Kindle.


Since my newsletter only gives me a short summary of each story, it doesn't take long to read, but still gives me a taste of what each story is about. If there are any stories that I want to know more about, I can look up the original articles online and read the full thing at my leisure.

Advertisement
Advertisement
Mobilize your Website
View Site in Mobile | Classic
Share by: