TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Browser extension to summarize HN comments – bring your own AI models

8 pointsby georgeck5 months ago
We’re George and Ann, and want to share a Hacker News specific browser extension that we have been working on.<p>We all love the rich discussions in HN, but navigating long posts with multiple threads can sometimes be challenging. You get lost in the depth and breadth of the discussion. There are a few AI-based summarization tools, but they typically focus on summarizing the article rather than the comments, and thus miss the essence of threaded discussions.<p>So, we built Hacker News Companion, a browser extension that makes it easy to navigate discussions and understand diverse viewpoints using AI tools of your choice. The goal is simple - make the comments the true hero in HN.<p>AI summaries for discussions - Summarize any thread or full post - See the key points, takeaways and notable quotes in summary panel - Jump to specific threads from the summary with auto-generated backlinks - allowing you to re-engage in the discussion - Bring your own AI models - local or cloud-based: —- Local: Ollama with any local model (privacy-focused, runs locally) —- Cloud: OpenAI&#x2F;Claude - use your API key —- Browser: Chrome&#x27;s built-in AI powered by Gemini Nano<p>Vim-inspired keyboard navigation: - Home row keys to move through posts and comments (home pages and comments page) - j&#x2F;k for next&#x2F;previous, h&#x2F;l for parent&#x2F;child comments - o to open posts, c for comments - ? or &#x2F; for all shortcuts, s to toggle the summary panel - Navigate author comments: use [ and ] keys or arrow buttons next to username - Hover usernames to see karma and profile info<p>Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uPRh7UKYd8E" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=uPRh7UKYd8E</a><p>You can try it immediately by installing from Chrome Web Store <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;hacker-news-companion&#x2F;khfcainelcaedmmhjicphbkpigklejgf" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;hacker-news-compani...</a><p>No signup needed. The extension preserves privacy (no analytics&#x2F;tracking) and the code is open source - <a href="https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;hn-enhancer">https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;hn-enhancer</a><p>Technical details - our learnings about summarizing threaded discussions and comparing the performance of various models are detailed in the project wiki [0].<p>Related HN discussions on this topic - A recent Show HN post on &#x27;Bring-your-own-key browser extension for summarizing HN posts with LLMs&#x27; [1].<p>Try it out and let us know how it works for you. Would love your feedback and contributions!<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;hn-enhancer&#x2F;wiki&#x2F;HN-Companion-Wiki-Home">https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;hn-enhancer&#x2F;wiki&#x2F;HN-Companio...</a> [1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42401227">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42401227</a>

2 comments

lucasluitjes5 months ago
Cool! Skip to 2m18s in the video if you&#x27;re just curious about what the AI summarization looks like, and how it handles comment threading. Any plans for a firefox version?
评论 #42542481 未加载
annjose5 months ago
Co-author here. Happy to answer any questions or take any feedback on this project.