Chunking long-form argument
Fixed-size chunking destroys books. A 400-token window cuts a chapter's premise away from its conclusion, and retrieval then returns a confident fragment that misrepresents the author. Chunk on structural boundaries — section, argument, ritual sequence — and carry a summary of the parent context into each chunk.
- Split on headings and argument units, not token counts
- Prepend parent-context summaries so fragments stay interpretable
- Store title, edition, chapter, and page with every chunk
- Keep an unmodified original alongside every derived embedding
Citation discipline
An answer without a title and page is not usable for a body of work where precision matters. The system should refuse rather than paraphrase when retrieval scores are weak — an honest 'not covered in these texts' is more valuable to a reader than a fluent blend of three unrelated traditions.
Cross-persona retrieval
This corpus spans two author personas and radically different registers: restored journalism on one side, initiatory practice on the other. Retrieval has to respect that boundary. Blending a newspaper column into an answer about ritual sequence is a correctness failure, not a serendipitous connection.
Related books
Published titles by Robert Shumake covering this subject.
Continue reading
- Structured data for AI: schema, llms.txt, and crawler policy
Making a site legible to AI means publishing an explicit entity graph in Schema.org JSON-LD, summarizing the site in llms.txt, allowing AI crawlers deliberately in robots.txt, and keeping one stable canonical URL per idea.
- AI and cultural archives: machine-assisted historical restoration
AI restores cultural archives by handling what humans cannot do at scale — optical character recognition on degraded print, page-layout reconstruction, and cross-referencing — while human historians remain responsible for verification and interpretation.
- Answer engine optimization (AEO): being the source an AI cites
Answer engine optimization is the practice of structuring content and entity data so that AI answer systems — AI Overviews, Perplexity, ChatGPT search, Copilot — quote and cite your page inside a direct answer rather than merely listing it.