Live data from Hacker News

Show HN: HackYourNews – AI summaries of the top HN stories

hackyournews.com

1–10 of 170 posts

Show HN: HackYourNews – AI summaries of the top HN stories

#1
Hey there HN!

I wanted to share a pet project of mine. I built HackYourNews [1] to scratch a personal itch: Knowing which stories to focus on while browsing aimlessly (though there is a certain joy in that, as well!)

HackYourNews uses OpenAI's gpt-3.5-turbo to summarize the destination article as well as the comments section. Summarization of the article is always cached, while summaries of the comments are regenerated if the comments count is >10% (or >10 comments) different.

While I styled the homepage to welcome HNers, my preferred view is the Mobile view, accessed from the navbar. This no-frills view honors OS-level dark mode and is easy to skim on any device.

Tried to keep the site minimal. The only JS is Cloudflare's privacy-preserving analytics [2], just to gauge interest.

This is the first time I'm releasing something to the wild.

Hope you find this useful!

The frontend is pure HTML+CSS.

The backend is NodeJS (Puppeteer) + Python with the excellent Microsoft Guidance [3] library to interface to OpenAI's API.

[1] https://hackyournews.com/

[2] https://www.cloudflare.com/web-analytics/

[3] https://github.com/guidance-ai/guidance

Show HN: HackYourNews – AI summaries of the top HN stories
hackyournews.com

Re: Show HN: HackYourNews – AI summaries of the top HN stories

#6
I'm not sure I would ever use this.

I wouldn't use it for the same reason I cultivate my own RSS feed and pay very little attention to mainstream media and mainstream social media.

I don't like the risks around outside forces shaping what news I get fed to me.

Re: Show HN: HackYourNews – AI summaries of the top HN stories

#7
I really like this. I just read about 2 stories (of significant interest) whose titles I'd glanced at but hadn't clicked on on HN. Also like that it summarises the comments, as some posts tend to be conversation starters and the really interesting stuff is in the discussion (as opposed to the link/artcile).

Re: Show HN: HackYourNews – AI summaries of the top HN stories

#9
post #4
post #3

It looks like the "de-hyped title" and summary for this submission ended up coming from the current top story on the NSO iPhone 0-day?

Thanks for pointing this out. Will correct this shortly!

I think this will always be a problem for links that are aggregators of other articles, since the body of the destination page is effectively a mix of summaries. For now, I've overridden the summary of the comments as the summary of the article.

Re: Show HN: HackYourNews – AI summaries of the top HN stories

#10

I really like the look of it, especially as a slow reader. I couldn't see a way to click back over to the HN comments. Nice work!

Thanks! Clicking the "N comments" link takes you to the HN comments section for that article. The browser's back button should take you back to HackYourNews from there.
Post reply on HN