Context & MemoryExpert12 chapters

Engineering the Context Window

Retrieval, memory, and the working set a model actually reasons over

The context window is the one surface you fully control, so most problems blamed on model quality are context-assembly problems.

Retrieval, memory, compaction and ordering are usually built by different people at different times, and then the result is judged as though the model were the variable. This book treats them as a single system for deciding what the model sees: an evidence pipeline feeding a budgeted, ordered window, with provenance, freshness and access control surviving all the way into the prompt. It also takes the long-context argument seriously — long windows did kill lazy retrieval — and gives you the tests that show which parts of your own pipeline are now redundant.

Written for: Teams whose RAG system plateaued and who are being told long context makes it obsolete.

No chapter is published yet. The full contents below is the finished outline; chapters go live as they are written, and none of them will sit behind a signup.

Jacket for Engineering the Context Window — Retrieval, memory, and the working set a model actually reasons over

What it makes operable

Outcomes, not topic coverage.

  1. 01Decide retrieval versus long context on corpus size, freshness, access control and cost
  2. 02Run lexical and vector retrieval together and fuse them by rank rather than score
  3. 03Assemble a window under an explicit token budget, with decisive evidence out of the middle
  4. 04Write a memory policy that holds up when the evidence is untrusted or poisoned

Complete contents

12 chapters, in order.

Each chapter settles one decision, so it can be read on its own. Read in sequence to build the argument the book is making.

  1. 01

    Context Is the Only Thing You Control

    The surface you own, as against the weights you do not.

    In writing
  2. 02

    What Long Context Fixed, and What It Did Not

    Mid-window accuracy loss and cost per query, measured on your own corpus.

    In writing
  3. 03

    Retrieval as an Evidence Pipeline

    The stages, contracts and failure points between a query and a supported claim.

    In writing
  4. 04

    Lexical and Vector Retrieval, Together

    Why exact identifiers still need BM25, and how to fuse two ranked lists.

    In writing
  5. 05

    Rerankers and the Cost of Being Sure

    Spending cross-encoder time only where it changes the evidence set.

    In writing
  6. 06

    Chunking Is a Document-Modelling Problem

    Segmenting on structure so a claim keeps the qualifier that bounds it.

    In writing
  7. 07

    Assembling the Window: Order, Budget, Compaction

    A token budget per section, an ordering rule, and compaction you can reverse.

    In writing
  8. 08

    Memory: What to Write, What to Forget

    A write policy for durable facts, with provenance and a TTL on every record.

    In writing
  9. 09

    Provenance, Freshness, and Access Control Inside Context

    Keeping who-may-see-this and how-old-is-this attached to the evidence itself.

    In writing
  10. 10

    Poisoned Memory and Untrusted Evidence

    Treating retrieved text, including your own memory, as attacker-controlled input.

    In writing
  11. 11

    Measuring Context Quality Independently of the Model

    Scoring the window so a bad answer can be blamed on the right stage.

    In writing
  12. 12

    Migrating a RAG System Into a Context System

    The order of operations for rebuilding a plateaued pipeline in place.

    In writing

Evidence

What this book is arguing against.

Third-party sources behind the book's premise. Every figure in them belongs to the party that published it and is attributed to them in the text.