Project idea: A HackerNews or reddit client that displays summaries before you click through.
Show HN: Summate.it – Quickly summarize web articles with OpenAI
21–30 of 56 posts
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#22I encounter far more articles than I make time to read. A quick, bulleted summary would be a great way to help determine which articles I want to spend more time on
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#23Earlier quoted context omitted.
Not too hard, just "map reduce" it: Have GPT-3 summarize each section of the article, and then have it summarize the summaries.
I've tried it, it doesn't really work that well. There are other much more convoluted approaches that have promise (embedding searches is one)
Map-reduce it with overlapping sections, but then propagate back downwards and repeat the process, but now each map-reduce node knows the context it's operating in and can summarize more salient details.
Concretely, on the first pass, your leaf nodes are given a prompt like "The following is lines X-Y of a Z length article. Output a 1 paragraph summary."
You then summarize those summaries, etc. But then you can propagate that info back down for a second pass, so in the second pass, your leaf nodes are given a prompt like "The following is lines X-Y of a Z length article. The article is about . The section before line X is about . The section after Y is about . Output a 1 paragraph summary that covers details most relevant to this article in the surrounding context."
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#24Earlier quoted context omitted.
Agreed, you can try sending it in chunks but then you lose context. Perhaps the ChatGPT based API will help if they expose the conversational memory as a feature. Maybe OP has figured out a method with the current API?
ChatGPT doesn't seem to have a much longer memory
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#25Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#26Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#27soon writers will be writing summaries to get open ai to expand into articles which readers will have open ai summarize so they can read summaries. ais writing for other ais itsallsotiresome.gif
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#28Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#29soon writers will be writing summaries to get open ai to expand into articles which readers will have open ai summarize so they can read summaries. ais writing for other ais itsallsotiresome.gif
This is what’s gonna happen: AI will read the article for you and then go buy the advertised products on your behalf.