Agent
#An AI that can plan steps and use tools (like search or spreadsheets) to complete tasks, not just answer a single prompt.
Use this glossary to get quick, plain-English explanations of AI terms. Terms are organized alphabetically like a dictionary, with quick navigation to jump to any letter. Cross-linked terms in definitions make it easy to explore related concepts.
2 terms
2 terms
3 terms
The maximum amount of text (in tokens) a model can consider at once. Larger windows let the AI read longer documents or conversations.
Splitting long documents into smaller pieces so they fit within the context window.
The step-by-step reasoning behind an answer. Often hidden or summarized for safety.
2 terms
2 terms
3 terms
1 term
When an AI makes up facts or gives an incorrect answer with confidence.
2 terms
2 terms
3 terms
2 terms
5 terms
The instruction or question you give to an AI. Clear prompts lead to better results.
The practice of writing prompts in a structured way to guide the AI toward better, more reliable answers.
The internal values a model learns during training. More parameters can mean more capability, but also higher cost.
A closed, vendor-controlled model accessed via an API (e.g., OpenAI, Anthropic, Google Gemini).
Most providers charge based on tokens used for inputs and outputs.
2 terms
2 terms
6 terms
A small chunk of text that AI models read and write. Roughly four characters of English on average. Pricing and limits are based on tokens.
A modern AI architecture that powers most LLMs. It handles long text efficiently by focusing on important parts (attention).
A setting that controls how creative or cautious the AI is. Higher values are more creative, lower values are more consistent.
A setting that limits the AI to the most likely words whose probabilities add up to p (e.g., 0.9), balancing variety and quality.
The AI’s ability to call external tools or functions, like searching the web or looking up data from your systems.
Teaching the model by showing it many examples so it learns patterns and can generalize to new inputs.
1 term
A database optimized for storing and searching embeddings to find the most similar items quickly.
1 term
When an AI solves a task without seeing any examples—only the instructions.