Skip to content

Define: Context exhaustion #46

Description

@asish-singh

Same shape as #43, raised as an issue per docs/data-schemas.md. The text is PR ready if that is preferred.

Term: Context exhaustion (existing Universal entry, definition currently pending, workgroups: [])

Proposed definition

Context exhaustion is the failure mode in which the information an agent needs for its current task no longer fits within the model's context window at the same time, because accumulated content has reached the window's capacity.

Why this wording

The discriminator is needed information displaced by capacity, which rules out the neighbours this term gets confused with. A long context that still holds everything the task needs is not exhaustion, however full it is. Degraded attention over a large but sufficient context is a quality problem, not exhaustion. An agent that never loaded the information in the first place has a retrieval problem, not exhaustion. The term names the moment the window itself becomes the reason the agent cannot see what it needs.

Proposed scopeNote

Context exhaustion is a property of a session, not of a model. Mitigations (summarization, external memory, subagent isolation) do not prevent exhaustion, they trade it for lossy compression, and the loss is where the observable failures live. Raised for definition following the 18 August call.

Proposed field values

term: 'Context exhaustion'
category: ''                    // unchanged, still deferred
aliases: []
broaderTerm: null               // unchanged, still deferred
definition: 'Context exhaustion is the failure mode in which the information an agent needs for its current task no longer fits within the model's context window at the same time, because accumulated content has reached the window's capacity.'
scopeNote: <as above>
relatedTerms: ['Session', 'Harness']
contrastsWith: []
workgroups: []                  // unchanged, Universal

relatedTerms points only at terms already in the taxonomy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions