Conceptos Fundamentales

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.

Términos Relacionados