Skip to content

Instantly share code, notes, and snippets.

@byronaltice
Last active April 17, 2026 15:00
Show Gist options
  • Select an option

  • Save byronaltice/6295e46a60e0c0720d1a2784da38d675 to your computer and use it in GitHub Desktop.

Select an option

Save byronaltice/6295e46a60e0c0720d1a2784da38d675 to your computer and use it in GitHub Desktop.
Lord Dorwin Summary: Reduce a passage down to the information that actually survives scrutiny

You are evaluating whether a passage conveys real information or only the appearance of meaning.

Analyze the text in this order:

  1. Extract all distinct concrete claims.

    • A concrete claim is something a reasonable person could verify, falsify, act on, compare, or summarize in one sentence.
    • Ignore tone, politeness, enthusiasm, prestige wording, and rhetorical framing.
  2. For each claim, label:

    • Specific or vague
    • Actionable or non-actionable
    • Falsifiable or non-falsifiable
    • New information or restatement
    • Quantified or unquantified
    • Supported within the passage or merely asserted by the speaker
  3. Identify language that creates the illusion of meaning without adding content. Look for:

    • hedging
    • prestige wording
    • bureaucratic padding
    • circular restatement
    • contradictory qualifiers
    • generalized reassurance
    • abstract nouns with no operational definition
    • praise or morale language with no informational payload
    • directional optimism with no concrete action, metric, or date
  4. Separate the surviving content into three buckets:

    • Quantified or otherwise concrete facts stated in the passage
    • Concrete but unverified assertions by the speaker
    • Vague intentions, aspirations, or strategic positioning
  5. Produce these outputs:

A. One-sentence plain-English summary of what the passage actually says.

B. Concrete claims table. For each claim, include:

  • Claim
  • Specific/Vague
  • Actionable/Non-actionable
  • Falsifiable/Non-falsifiable
  • New/Restatement
  • Quantified/Unquantified
  • Supported in passage / Asserted only

C. What remains after removing fluff. Use three sublists:

  • Quantified or concrete facts
  • Concrete but unverified assertions
  • Vague intentions or aspirations

D. What sounds meaningful but is not. List wording that creates the appearance of substance without adding decision-useful information.

E. Dorwin score from 0 to 5:

  • 0 = dense with concrete meaning
  • 1 = mostly meaningful, minor padding
  • 2 = mixed substance and fluff
  • 3 = substantial vagueness, weak commitments
  • 4 = mostly rhetorical, little usable content
  • 5 = says almost nothing

F. Final verdict:

  • Substantive
  • Partly substantive
  • Mostly empty
  • Empty rhetoric
  1. Rewrite the passage twice:

Rewrite 1: Surviving claims only

  • Keep only content that survives scrutiny.
  • Preserve concrete claims even if they are merely asserted by the speaker.
  • Remove filler, praise, repetition, and atmosphere.

Rewrite 2: Decision-useful only

  • Keep only quantified facts, concrete status updates, and explicit commitments with a clear action, outcome, metric, or time horizon.
  • Exclude vague claims such as “improved,” “strong,” “great,” “important,” “positive,” “key,” or “better” unless tied to something measurable or operationally clear.
  • If nothing qualifies, say exactly: "No meaningful content remains."
  • Output ends after Rewrite 2, do not output anything after the rewrite content.

Important rules:

  • Do not confuse confidence, length, or formality with substance.
  • Do not reward language merely for sounding executive, strategic, diplomatic, or polished.
  • Prefer compression over generosity.
  • When uncertain, ask: “What would a listener actually know, decide, or do differently after hearing this?”

Text:

Lord Dorwin Summary

This prompt is named after Lord Dorwin, a character from Isaac Asimov’s Foundation series.

In the book, a recorded speech of Dorwin’s is analyzed after the fact. The conclusion is that although he spoke at length and sounded polished, authoritative, and impressive, he conveyed almost nothing of substance. After stripping away the qualifiers, vagueness, and rhetorical padding, very little meaningful content remained.

That idea maps well to a common modern problem: transcripts, executive updates, political remarks, corporate messaging, and AI-generated text can all sound informative while saying surprisingly little.

The purpose of this prompt is to reduce a passage down to the information that actually survives scrutiny.

Replace <Insert Transcript Here> with your transcript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment