Context Window

The maximum number of Tokens an LLM can process within a single Inference cycle, representing the model’s functional “working memory.”

Core Mechanics

  • Capacity: Defines the boundary of information the model can “attend to” simultaneously.
  • Complexity: Limits the depth of reasoning and coherence over long sequences.
  • Ephemeral Nature: Information outside the window is lost unless explicitly managed via external systems.

Memory Management & Consolidation

References