Basics Lesson 2 of 5

What Context Actually Is

Definition

Context is the set of information provided to the model to enable correct task completion. It is distinct from the totality of information the user possesses about a topic. Context is scoped to what the model requires for the immediate task.

Operating Principles

  • Relevance does not imply necessity. Only information that directly enables correct output meets the inclusion threshold.
  • Volume does not correlate with quality. Excess context introduces noise that degrades reasoning precision.

Analytical Framework

Context design is fundamentally a signal-to-noise optimization problem. The objective is to maximize the proportion of task-relevant information (signal) while minimizing irrelevant or distracting content (noise) within the context window.

Context functions as an accuracy instrument, not a knowledge repository. Its contents should be limited to what the current task requires.

Key Takeaways

  • Context is task-scoped information, not comprehensive knowledge
  • Necessity is a stricter criterion than relevance
  • Noise reduction directly improves reasoning quality