Glossary
StructuralSeverity Frequency

Closing meta-summary

Restates what was just said, or offers generic continuation invitations. Bookends without a body that needs them.

What it is

A final paragraph that restates what was just said, or offers generic continuation invitations. Adds no information; signals 'I am done'. Distinct from premature-closure, which performs the closing move before the work is done; this one performs it after work that did not need recapping.

Why models do it (first principles)

Essay-shaped training data ends with conclusions. Customer-service-shaped training data ends with 'let me know if you have any other questions'. The model learned both templates and applies them by default, regardless of whether the response is essay- or service-shaped or neither.

How to think about it

Summaries exist for content long enough that the reader has forgotten the start. Most chat responses are not. The closing summary performs 'completeness'. Visible bookends. Without doing the work of being complete. It is structural cargo-cult: the shape of a finished argument without the length that would justify recapping it.

Examples

Slop

In summary, we explored how to use map(), filter(), and reduce(). I hope this helps! Let me know if you have any other questions!

Better

(silence)

The two paragraphs above this already explained map/filter/reduce. The summary adds nothing.

Fix prompt

End when the answer ends. Recapping a response the reader can still see, or inviting follow-ups they haven't asked for, performs completeness instead of being complete. The bookend exists for arguments long enough that the reader needed help remembering the start, and a chat response almost never qualifies. Trust the reader to know the conversation is open without being told.
Drop this into a system prompt.

Watch for

Concrete phrasings this pattern usually shows up as. These are not part of the copyable prompt. The prompt teaches the principle so the model can recognize the move even when the exact phrasing differs. Use this list to self-audit your own writing or to test a model.

  • In summary,
  • To summarize,
  • I hope this helps!
  • Let me know if you have any other questions
  • Feel free to ask if anything is unclear
  • In conclusion,

Tags

closerspaddingstructure

Related patterns