Live data from Hacker News

Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

hackernews.betacat.io

21–30 of 48 posts

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#21

This is obviously a neat project, and I'm excited to see it. But... I spent a couple of minutes scrolling through the summarised posts and my main takeaway was that it was extremely boring compared to the normal experience of reading HN. Instead of dipping in and out of content, finding interesting nuggets and jumping around between topics, this felt like listening to someone read out the football scores.

Similarly, I spend much more time reading HN comments than the articles themselves. I made this little ChatGPT prompt for analyzing the comments[1][2]. But, I'm still here reading comments. I guess there are just some things AI can't replace... yet? [1] video workflow of how I use the prompt on mobile https://twitter.com/wfhbrian/status/1663305398084837376?s=20 [2] share link for the prompt https://chat.openai.com/sh…

Understood, currently this project only focuses on articles - for fast scanning. Will take comments into consideration in my next step - it's comments that link users.

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#22
post #20
post #7

What I've been dreaming of is a "podcast" generated for a day of HN, but focusing on the comments and conversations. I come here for the convos. But I also commute in a car, and I exercise with headphones. I want like a radio show made of segments. Each segment is a post with the best conversations between users. Use a generative Ai voice service (like Coqui), and have it speak the comments aloud. Then I can listen t…

https://news.ycombinator.com/item?id=34990229

AI is refactoring everything

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#23
post #3

If you could find a way to summarize the comments too, that would be a huge win IMO. Either way, very cool.

There is a lot of competing sentiments in comments. Unlikely to work as a summary

You can already do it by typing the url in aisearch.vip

One caveat is that the comments thread has to have already been indexed

Example: https://www.aisearch.vip/aisearch?q=Https://news.ycombinator...

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#26
post #17
post #10

Earlier quoted context omitted.

Hey, we're working on this! https://pgpod.com/ You have to add articles yourself and it does not have any special logic for HN threads yet.

You may learn something from my experience building the same thing: https://www.joshbeckman.org/narro/

Thanks, this is very valuable. I sent an email.

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#28
I wrote a tampermonkey script(1) so you don't have to navigate away and it shows you summary and takeaways right inside hacker news (2) div boxes, but i was using kagi.com/v1/summarization for the api which is now dead.

But this is the perfect fit for it as I see you have created services for extraction and summarisation which can be easily self hosted and turned into apis.

(1) https://gist.github.com/san-kumar/b3604ca40905556b4135fee64e... (2) https://imgur.com/a/kRUkn6g

Re: Show HN: Hacker News Summary – Let ChatGPT Summarize Hacker News for You

#29

I wrote a tampermonkey script(1) so you don't have to navigate away and it shows you summary and takeaways right inside hacker news (2) div boxes, but i was using kagi.com/v1/summarization for the api which is now dead. But this is the perfect fit for it as I see you have created services for extraction and summarisation which can be easily self hosted and turned into apis. (1) https://gist.github.com/san-kumar/b3604…

Ah, I may consider selling an api service, for extraction(by Python script) and summarization(by OpenAI)...
Post reply on HN