X-13Files as External Context

/context/files-as-context

The agent writes findings to disk and reads back the section it needs, so the window holds pointers instead of everything learned.

Key insight

The filesystem is memory the model can address, and unlike the window it is not lossy. A note written in step 3 is still exact in step 40, after every compaction in between.

Failure mode

Writing notes and never reading them. Without a habit of searching its own files first, the agent re-derives what it already wrote down and pays twice.

Further reading

Elsewhere in the atlas