I was inspired by the notification summaries on iOS 18 and really liked the idea of AI giving you a quick preview of the content before going to the content. I applied that to HN and built a Chrome extension that summarizes the sentiment and content of HN comments and previews it right next to the stories on the homepage. Makes it so much easier to decide whether I want to delve into the HN comments of a story.<p>It gave me a chance to play with Gemini 1.5 Flash-8B which has been great. Super fast, super cheap, huge context and does a great john on basic tasks like summarizing comment threads.<p>Get it here: <a href="https://github.com/StreakYC/hn-summarizer/">https://github.com/StreakYC/hn-summarizer/</a><p>You’ll also need a Gemini API key from: <a href="https://aistudio.google.com/" rel="nofollow">https://aistudio.google.com/</a> to make the extension work.