- Caching
- Reusing a previous answer to avoid recomputing it.
- Calibrated Confidence
- Confidence derived from system evidence, not from raw model probabilities.
- Cascading Models
- Trying a cheap model first and escalating to a larger one only when needed.
- Catalog
- An inventory of where data lives and who owns it.
- Choice
- The ability to swap models, tools, or vendors without rewriting your system.
- Citation
- A reference the agent shows so users can verify where an answer came from.
- Compositional Tools
- Small, reliable tools that agents combine to do bigger work.
- Confidence
- How sure the agent is about its answer, ideally surfaced honestly.
- Context
- The meaning, definitions, and relationships an agent needs to answer correctly.
- Context Engineer
- A data professional who owns meaning the way engineers own code.
- Context Layer
- The queryable layer above storage and compute that holds business meaning.
- Context Window
- The maximum amount of text a model can read in a single request.
- Control
- The set of policies that make agent behavior safe and predictable.
- Cost
- The total expense of running AI — tokens, tools, retries, and infrastructure.
- Cost-Aware Architecture
- A design that treats cost like latency: a first-class requirement.