Agent

Appears in 2 tutorials

An AI system that works in a loop — read the situation, decide, act with tools, observe the result, repeat — instead of answering a single message.

As used in How Claude Code Works →

An AI system that works in a loop — read the situation, decide, act with tools, observe the result, repeat — instead of answering a single message. Claude Code is an agent that works in your codebase.

As used in AI Production Engineering →

An LLM in a loop with tools and a goal: it thinks, calls a tool, sees the result, and repeats until done. Powerful but harder to run in production. (Mod 1)