What it means
A chatbot answers a question. An agent is given an objective and works toward it: deciding what to do first, calling a tool, reading the result, deciding what to do next, and continuing until the goal is met or it gives up.
The capability that makes this possible is tool use — the model can emit a structured request to run a search, query a database, send an email or execute code, then incorporate the result. Wrap that in a loop and the model can take real action in the world rather than only describing it.
The word is used loosely. Vendors apply "agent" to everything from a genuinely autonomous multi-step system to a chatbot with one API call attached. The useful test is whether the system decides its own sequence of steps, or follows one somebody wrote.
Why it matters
Agents are where AI shifts from advising to doing, which changes the risk profile entirely. A wrong answer wastes your time; a wrong action sends the email, issues the refund, or modifies the record. That is why permissions, spending limits, audit logs and human checkpoints matter far more for agents than for chat, and why reliability over long task horizons is the central open problem.
In practice
Scope agents to tasks where a mistake is recoverable and visible, and keep a human approving anything irreversible. The mature pattern in production is not full autonomy — it is an agent that does the work and a person who approves the consequential step.
Where this shows up
Tools and models in our catalog.
Claude Agent SDKAnthropic's official SDK for building custom AI agents with Python and TypeScript. Built-in file operations, shell commands, web search, and MCP integration. Sub-agents, background tasks, and Xcode integration.
LangGraphProduction-grade agent orchestration framework by LangChain. Models agent logic as stateful directed graphs with durable execution, human-in-the-loop checkpoints, and persistent memory. v1.0 reached early 2026.
DevinThe first fully autonomous AI software engineer. Plans, writes, debugs, and deploys code end-to-end from natural language. Can use browser, terminal, and editor simultaneously.
AgentforceSalesforce autonomous AI agent platform — 12,000+ customers live, $500M+ annualized revenue. Agent Studio enables no-code agent building. SDR Agent qualifies leads, Service Agent handles tickets, Sales Coach provides real-time guidance. Built on Einstein 1 Platform with native CRM data access.
n8nOpen-source workflow automation with 400+ integrations and native AI agent support. Self-hostable for full data control. Ideal for technical teams building complex automations.