Agent
An AI system that plans and executes multi-step tasks.
An agent wraps a language model in a loop: it decides what to do next, calls a tool, reads the result, and repeats until the goal is met. Agents are what turn a chat model from something that answers questions into something that completes work.
Alignment
Making a model behave the way people intend.
Alignment covers the training and guardrail techniques — instruction tuning, RLHF, safety filters — that push a model towards helpful, honest and harmless behaviour instead of merely statistically likely behaviour.
API
A programmatic interface for calling a model.
Instead of typing into a chat box, an API lets your software send a request and receive a structured response. Every tool on this platform talks to models over an API behind the scenes.
Attention
The mechanism that lets a model weigh context.
Attention lets each token look at every other token and decide which ones matter. It is the core idea behind the transformer architecture and the reason modern models handle long-range context so well.