Smoother Summaries: Better Rate Limits and Clearer Errors

Smoother Summaries: Better Rate Limits and Clearer Errors

Valérian
Valérian

July 11, 2026 · 6 min read

TL;DR: Summaries should fail less often now. When YouTube is overloaded, the message is clearer instead of generic. The home page also shows a small live counter so you can see at a glance how busy the service is.

What was happening when a summary failed

Sometimes you pasted a link, waited, and saw a generic error with no clue about what went wrong. Most of the time the video was fine. The real reason was that YouTube had asked us to slow down.

YouTube watches for unusual traffic patterns. When it sees requests that look automated, it asks the sender to wait a while. We were hitting that limit more than we should have, and the generic error did not explain what was going on.

The good news is that retrying after a few minutes almost always worked. The bad news is that users had no way to know that.

What we changed

We updated the part of the service that fetches subtitles so YouTube treats our requests the way it treats a normal browser. Behind the scenes that means using a small piece of software that copies the way Chrome, Edge, and Safari talk to websites. With that in place, requests look like they come from a regular browser, not an automated tool, so YouTube stops asking us to slow down.

This is the boring kind of fix that nobody notices until the symptoms go away. We noticed the symptoms going away.

The change also works in the background, with no setup required from you.

A clearer message when the service is overloaded

Even with the fix above, there will still be moments when YouTube asks everyone, including us, to back off. When that happens, you should see something more useful than a generic failure.

The new message explains that:

  • YouTube Summary is very popular right now
  • YouTube is temporarily limiting requests
  • Trying again in a few minutes should work

A few details worth knowing:

  • Live summaries and the transcript tool now report the same situation with the same wording.
  • A video that truly cannot be processed, for example because it is private or has no subtitles, keeps a separate, clearer message. We did not mix the two cases.
  • The same code applies whether the rate limit hits a one-off summary or a long job running in the background.

If the new message appears, waiting a few minutes and retrying is the right next step.

A small activity counter on the home page

Below the main summary form there is now a small, muted strip showing two numbers:

  • Distinct visitors in the past 24 hours
  • Videos summarized in the past 24 hours

Both numbers are rolling windows of the previous 24 hours, not lifetime totals.

The visitor counter counts unique browsers, not people, and uses a small first-party cookie that does not contain personal information. It is the same approach the rest of the product already uses for anonymous analytics.

The summary counter only counts summaries that actually finished and were saved. Failed attempts, including ones that hit the rate limit, are excluded.

The whole point of this strip is honesty. When the service is busy, the numbers reflect it. When it is quiet, the numbers reflect that too.

What this changes for you

Three things should feel different the next time you summarize a video:

  • Fewer "video unavailable" surprises that were really just a temporary pause.
  • When there is a real, temporary overload, the message tells you exactly that.
  • A small live counter on the home page that puts the experience in context.

Nothing else changes. The free summarizer and the free transcript extractor stay free, anonymous, and account-free.

What stays the same

  • The summarization pipeline, the public summary pages, and the community history are unchanged.
  • Your privacy is unchanged. The visitor counter is based on a random opaque ID stored in a first-party cookie. It is not shared with third-party analytics.
  • Free-use limits still apply as before. The new message is reserved for cases where YouTube itself is throttling us, not when the free-use limit is reached.

What is next

The next step is quality. We want summaries that read better, capture more of what matters, and stay clearly tied to what the video actually says.

The bar is to keep the free summarizer free, the experience anonymous, and the per-summary cost roughly the same as today. None of this work introduces a paid tier or changes the free-use limits.

Concretely, this means sharper category-aware prompts, better handling of long lectures and podcasts, less repetition between sections, and more readable structure. If something still seems off, the support channel is unchanged. Every report is read.

Related articles

Re-summarizing a video is now instant

Re-summarizing a video is now instant

Re-summarizing a video is now instant. If you paste a link we have already processed, the page shows up in a couple of milliseconds instead of going through the full pipeline again.

Valerian Valerian
Read More →
Why YouTube Summary is being rebuilt with Svelte

Why YouTube Summary is being rebuilt with Svelte

We are rebuilding YouTube Summary with SvelteKit to make the site faster, improve SEO, support secure accounts, and prepare the return of Pro features while keeping summaries free.

Valerian Valerian
Read More →
Upgrading to GPT-5.4-nano for stronger long-video summaries

Upgrading to GPT-5.4-nano for stronger long-video summaries

We moved from GPT-5-mini to GPT-5.4-nano to improve insight quality, factual precision, and consistency on long YouTube transcripts.

Valerian Valerian
Read More →