Summarization
Compressing a longer text — a meeting transcript, an article, a chat thread — into a shorter version that keeps the key information.
In plain English
Summarization is one of the highest-volume LLM use cases. Modern models can summarise meeting transcripts, legal documents, code diffs, chat threads, podcast episodes, and entire books — at varying levels of fidelity.
Two main styles:
- Extractive — pick the most important sentences from the source verbatim
- Abstractive — generate new sentences that paraphrase the source (what most LLM summaries do)
Common formats:
- Executive summary (1–2 paragraphs)
- Bullet points
- TL;DR
- Action items (from meetings)
- Structured fields (decisions, blockers, owners)
Tools built around summarization:
- Meeting notes — Otter, Granola, Fireflies, Read, Fathom
- Document summarisation — Glean, Notion AI, ChatPDF, Humata
- News / feed digests — Particle, Artifact (when it lived)
- Research — Elicit, Consensus, Scholarcy
Where it fails: Long-context summarisation can drop important mid-document content (lost-in-the-middle effect). Critical-stakes summarisation (legal, medical) still needs human review.