Live data from Hacker News

Show HN: Summate.it – Quickly summarize web articles with OpenAI

summate.it

11–20 of 56 posts

Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI

#11

The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.

Not too hard, just "map reduce" it: Have GPT-3 summarize each section of the article, and then have it summarize the summaries.

Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI

#12

The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.

Not too hard, just "map reduce" it: Have GPT-3 summarize each section of the article, and then have it summarize the summaries.

It doesn't work but is a fun idea.

Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI

#13

The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.

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

#14

The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.

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?

Not promoting this. But, sounds like a great area for monetization.

Anyone can use without conversational memory, or with limited conversational memory.

Then, charge for larger conversational memory.

Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI

#17
post #6

soon 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

It's all a bit mad isn't it?

Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI

#19

The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.

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)
Post reply on HN