prompt-eng
Glossary ↗Chain of Density (CoD)
Chain of Density (CoD) is a summarization prompting technique that produces a dense, information-rich summary through several drafting passes at a fixed length. Introduced by Adams et al. (2023), it works like this: the model writes an initial, fairly sparse summary, then repeatedly rewrites it — each round identifying important entities missing from the previous version and weaving them in without making the summary longer. To fit new facts into the same word budget, it fuses clauses, drops filler, and compresses, yielding summaries that pack far more into each sentence. It matters because naive 'summarize this' prompts tend to be vague and front-load the obvious, while CoD forces coverage of specifics. For builders doing digests, release notes, or document previews, it's a recipe for summaries that feel substantive rather than generic. Caveats: pushed too far, density hurts readability and reads as a cramped list of entities — so cap the number of rounds (the original used five) and pick the draft that best balances coverage against fluency.
Related terms