X-01Anatomy of a Context Window

/context/context-window-anatomy

Everything the model will ever know about this moment shares one finite window.

Key insight

Instructions, tools, memory, retrievals and history all compete for the same budget. Most of a mature agent’s window is spent on its own past actions and observations.

Failure mode

Treating the window as infinite until the day it isn’t: overflow behavior chosen by accident (truncation) instead of by design (compaction).

Further reading

Elsewhere in the atlas