Modalities

Summarization

Compressing a longer text — a meeting transcript, an article, a chat thread — into a shorter version that keeps the key information.

01 ——

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.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI