Skip to main content
Early access — new tools and guides added regularly
Business

AI Agent

Last reviewed: April 2026

An AI system that can take actions autonomously — browsing the web, running code, calling APIs, and completing multi-step tasks with minimal human intervention.

An AI agent is an AI system designed to take autonomous action to accomplish goals. Unlike a standard AI assistant that responds to a single prompt and waits for the next one, an agent can plan a sequence of steps, execute them, observe the results, and adjust its approach — often completing complex multi-step tasks with minimal human intervention.

From assistant to agent

The distinction between an AI assistant and an AI agent is about autonomy and action:

  • AI assistant: You ask a question, it gives an answer. You ask another question, it gives another answer. It is reactive and conversational.
  • AI agent: You give it a goal — "Research our top 5 competitors and create a comparison report" — and it plans the steps, executes them (searching the web, extracting data, writing the report), and delivers the finished result.

This is a spectrum, not a binary:

  1. Chat: Single prompt, single response (ChatGPT in basic mode)
  2. Workflow: Multi-step conversation where the AI helps at each step (most current usage)
  3. Agent: Autonomous multi-step execution with tools (the emerging frontier)

How AI agents work

An AI agent typically has four components:

  1. Planning: Given a goal, the agent breaks it down into steps. "Research competitors" becomes: identify competitors → visit each website → extract key data → compare features → draft report.
  1. Tool use: The agent has access to tools it can use — web search, code execution, file reading, API calls, email sending. The available tools determine what the agent can actually do.
  1. Execution: The agent executes each step, calling tools as needed and processing the results.
  1. Observation and adaptation: After each step, the agent evaluates the result. If something failed or the output is not what was expected, it adjusts its plan.

Current agent capabilities

As of 2026, AI agents can:

  • Browse the web and extract information
  • Read and write files
  • Execute code and interpret results
  • Send emails and messages
  • Interact with APIs and databases
  • Create and modify documents
  • Manage multi-step workflows

Practical agent applications

  • Research: An agent that monitors industry news, competitor activity, and market trends, then produces weekly briefings.
  • Data processing: An agent that receives raw data files, cleans them, runs analysis, and generates reports.
  • Customer onboarding: An agent that handles initial customer setup, sends welcome sequences, and escalates complex cases to humans.
  • Code development: An agent that reads specifications, writes code, runs tests, and iterates until tests pass (this is how Claude Code operates).
  • Administrative tasks: An agent that schedules meetings, prepares agendas, takes notes, and distributes action items.

Agent limitations and risks

Agents inherit all the limitations of the AI models they are built on — including hallucinations — but with higher stakes because they take actions:

  • Error amplification: A hallucinated fact in a chat is a nuisance; a hallucinated action in an agent (deleting the wrong file, sending the wrong email) can cause real damage.
  • Oversight requirements: Agents need appropriate guardrails — confirmation steps for irreversible actions, scope limitations, and logging for accountability.
  • Reliability: Current agents can struggle with long, complex task chains where a failure at step 5 invalidates steps 6-10.

The human-in-the-loop approach

The most successful agent deployments keep humans informed and in control:

  • Agents request approval before taking high-impact actions
  • Agents produce logs of what they did and why
  • Humans review agent output before it reaches external audiences
  • Agents operate within clearly defined boundaries
Want to go deeper?
This topic is covered in our Advanced level. Unlock all 52 lessons free.

Why This Matters

AI agents represent the next major productivity leap after AI assistants. While assistants save time on individual tasks, agents can handle entire workflows. Understanding agents now — their capabilities, limitations, and risks — positions your organisation to adopt them effectively as the technology matures. The organisations that develop agent governance frameworks early will scale faster and more safely than those that scramble to catch up.

Related Terms

Learn More

Continue learning in Advanced

This topic is covered in our lesson: From Chat to Agent: The AI Capability Spectrum