Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Context (AI Agent)

Context (AI Agent)

The specific information an agent knows and can act on at a given moment.

Back to Vocab

Context is the body of information an AI agent has immediate access to and considerspertinent to its current task. It is the abstract knowledge set the agent draws from — not the raw tokens fed to the model (that is the context window), not the accumulated history (that is the session), but the active slice of relevant information the agent is working with at a given moment.

Mechanically, context is constructed by what gets loaded into the context window: pasted files, function definitions, prior conversation turns, tool results, and external reads all compete for inclusion. Context engineering is the discipline of curating what enters that window so the agent's attention is directed toward the highest-value information.

The central tradeoff is breadth versus depth. Loading more information increases the chance the agent has what it needs, but dilutes each individual piece of information's influence through the attention budget. Context that is too broad produces unfocused responses; context that is too narrow causes the agent to hallucinate or guess at missing information.

Open questions include how to formally measure context quality and relevance, whether memory systems can dynamically curate context better than manual engineering, and how to handle context that contradicts itself across different loaded sources. Practitioners currently rely on heuristics and trial-and-error rather than principled frameworks.