Daily Hacker News top posts AI summarized

Using a n8n workflow and ChatGPT

Giulio Magnifico Sunday, December 28, 2025

Here’s another of my n8n useful workflows. I built it to receive a daily email with the top 20 Hacker News posts, each accompanied by a short summary generated by ChatGPT. You can choose how many posts include and how long and detailed the summary should be.

Yes, I know there are many online services that do the same thing and send daily newsletters, but this workflow allows me to decide exactly when to receive the emails during the day, how the summaries are generated (that is, the ChatGPT “style”), how many items to include in the email, and when to stop everything with a single click.

workflow

You can download the zip with the json here: Daily Hacker News AI summary

PS: To change the number of posts, modify the number in the HTTP Request node: https://hn.algolia.com/api/v1/search?tags=front_page&hitsPerPage=20

Here’s the email as viewed on desktop:

desktop screenshot

…and mobile:

mobile screenshot

Yes, it’s very simple but effective: it does exactly what I need, without receiving too many posts or extremely long summaries that I end up not reading, and without too many emails filling my inbox.