LiveSPX7,620-1.28%NDX29,127-1.41%US10Y4.961%+3.23%BTC76,816-1.24%ETH2,468-2.07%GOLD4,320-1.02%NVDA210.96-8.42%MSFT505.41+1.14%GOOGL349.39+3.23%
Advertisement
AI glossary

Agent

A model given tools and allowed to take steps.

An agent wraps a model in a loop: decide an action, call a tool — search, code execution, an API — read the result, decide again, until the task is done.

Capability comes from the tools as much as the model. The failure modes are compounding: one wrong step early produces confident nonsense several steps later.

Serious deployments therefore constrain agents heavily — limited tools, step budgets, and a human check before anything irreversible.

Related terms