Agents & tools

AI Agent

Software that uses an LLM to plan and act — picking tools, taking actions, and adapting based on results to complete a user’s goal.

01 ——

In plain English

An AI agent is software that wraps a large language model with the ability to take action in the world. Where a chatbot replies, an agent does — it calls APIs, runs code, browses the web, or edits files in pursuit of a user-defined goal.

Anatomy of an AI agent:

  • Brain — the underlying LLM (Claude, GPT, Gemini, Llama)
  • Tools — the things it can call (search, code execution, your CRM)
  • Memory — short-term context and longer-term recall
  • Loop — the cycle of "think → act → observe → think again"

Common agent categories on the market:

  • Coding agents (Cursor, Claude Code, Aider)
  • Research agents (ChatGPT Deep Research, Perplexity, Elicit)
  • Voice agents (Vapi, Retell)
  • Browser agents (Operator, Browser Use, Comet)
  • Operations agents (Lindy, Relevance AI, Gumloop)

Agent quality depends as much on the harness (how well it uses tools, recovers from errors, knows when to stop) as on the underlying model.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI