AI Session

Noun · AI & Machine Learning

Definitions

  1. A bounded interaction or runtime session associated with an AI system, often carrying temporary context, conversation history, tools, or user-specific state. Session design matters because it affects memory, privacy, and reproducibility.

    In plain English: A temporary interaction context for an AI system.

    Example: "The team expired each AI session after thirty minutes so stale context would not leak into unrelated user requests."

Related Terms