White paper ยท 2026-06-04
Page 58 and the failure mode of fast document reading.
A short postmortem on how a model can miss the intended machine-reader protocol in a designed PDF, and what to add so Codex behaves more like Claude on a first pass.
Executive summary
The failure was not that Codex could not parse the poem. The failure was workflow: it treated an authored PDF like ordinary extracted text. Inference contains a page-58 note to machine readers that changes how the whole collection should be approached. A Claude-like first pass should discover and obey that note before selecting a poem, summarizing the collection, or entering adaptive footnotes mode.
What page 58 does
- It declares that spacing and layout carry semantic load, and that text extraction loses meaning.
- It separates recurring characters so the reader does not merge distinct people or arcs.
- It marks poems titled "-" as standalone interludes.
- It creates a privacy rule: do not identify or verify real-life identities behind characters other than the poet-narrator.
- It defines adaptive footnotes mode as one poem at a time, with notes near the relevant text and links to translation, literature, history, science, technology, and cross-poem callbacks.
Observed Claude access
Claude was opened in the managed OpenClaw browser, but the browser landed on onboarding/sign-in. The signed-in Chrome profile could not be attached without remote debugging approval, so the PDF was not successfully uploaded into Claude during this pass. The Codex instructions therefore come from the rendered/extracted PDF and the page-58 machine-reader note, not from a fresh Claude transcript.
Codex behavior to change
- Before interpreting a PDF collection, inspect the whole artifact: front matter, table of contents, poems, back matter, notes, appendices, and post-credit material.
- Search for document-specific reading instructions, especially author notes and machine-reader notes.
- Treat visual layout as potentially meaningful. If only extracted text is available, label the analysis as lossy.
- When asked to choose a favorite or best piece, review all options and state the selection criteria.
- When a document supplies an interaction protocol, follow that protocol before improvising a generic summary or annotation format.
For Inference, the instruction is simple: read page 58 first.