Latest in AI

Learn

Agents

Plain-language explainer of Agents, with related catalog pages.

Definition

Agent systems let models call tools and keep state across steps so they can complete multi-step work.

How it works

Builders typically combine a model, a tool interface, orchestration (graphs or loops), and observability. Start with a narrow job and add autonomy only when evaluation is in place.

Continue