Living note

Chunking by Meaning, Not Character Count

Preserve headings, code, and local context when preparing documents for retrieval.

Uniform chunks are easy to generate but often erase the structure a reader relies on.

Preserve useful boundaries

  • Keep a heading with its first paragraph.
  • Do not split a code block mid-function.
  • Carry breadcrumb metadata into every chunk.