AI Agent
An LLM-powered system that autonomously takes actions in pursuit of a goal.
An AI agent uses an LLM as its reasoning core but can call external tools, browse the web, write code, and iterate over multiple steps to accomplish a goal. Agents loop: observe → reason → act → observe. They multiply token consumption significantly because each step involves model calls, tool outputs injected back as context, and often verification steps.
Termes Associés
The ability for a model to call external functions or APIs to retrieve data or take actions.
An attack where malicious text in the environment overrides a model's instructions.
Le nombre maximum de jetons qu'un modèle peut traiter en une seule requête.
Connecting model responses to verified, real-world information sources.