indexAgents & Tools#agents#tools

Agents and Tools

An agent is an LLM that runs in a loop, using tools to act on the world and deciding its own next step until a task is done. That autonomy is powerful and risky — so the discipline here is as much about control as capability.

Anthropic's core advice: don't build an agent if a workflow will do. Start simple, add autonomy only when the steps genuinely can't be predetermined, and keep the system transparent.

Mental model

An agent is a model embedded in a control loop with observations, tools, state, budgets, and stop conditions. Capability comes from the loop; safety comes from treating model output as untrusted proposals and keeping authority in deterministic infrastructure.

Roadmap: interfaces to autonomy

How agents work

Keeping them safe & working

Connects to: Context Engineering · AI Safety and Security · Evaluating Agent Systems

Core sources