This version deliberately avoids product docs. The four required readings are practitioner articles from teams reasoning about context as an agent reliability problem.
Required
A direct engineering treatment of context engineering as the next step beyond prompt engineering, with practical framing for just-in-time context, memory, selection, compression, and isolation.
Read for: the vocabulary and architecture tradeoffs behind reliable agent context assembly.
Required
A strong organizing framework for agent context management that breaks the design space into write, select, compress, and isolate strategies, with examples from real agent products and papers.
Read for: a reusable taxonomy you can apply under interview pressure when the context window starts to fill up.
Required
A production lessons-learned article on context loops in an agent used at scale: stable prefixes, append-only traces, tool masking, file-system memory, objective recitation, and error retention.
Read for: the operational mechanics that turn context engineering from a prompt idea into an agent runtime design.
Required
A sharp agent-architecture essay from the Devin team arguing that context sharing and action traces are central to long-running agent reliability, and that naive sub-agent splits lose implicit decisions.
Read for: why shared context and trace continuity matter when designing agents that must stay coherent over many steps.