Dynamic context is a real-time, adaptive context management strategy where the content within a language model's fixed context window is continuously updated, filtered, or summarized based on the evolving state of a task or conversation. Unlike static context loading, it treats the window as a working memory buffer, actively prioritizing the most relevant tokens—such as recent dialogue turns, critical task parameters, or retrieved facts—while deprioritizing or compressing less immediately useful information. This is fundamental to agentic workflows, where an autonomous system must maintain coherent state over extended interactions without exceeding strict token limits.
