/ 15th September, 2026

AI agent

What is an AI agent?

An AI agent is a software system that uses an AI model to pursue a goal on its own, planning its steps and acting inside other software to complete them.

A regular AI assistant answers the question it is asked and then stops. An agent is given an outcome, works out what has to happen to reach it, and keeps going until the job is done or a person needs to weigh in.

The term has spread because large language models made agents practical. Earlier agents ran on hand-written rules and broke as soon as the input changed shape. A model-driven AI agent can read an email or a contract, decide what it means, and choose the next action without a script for every case.

How does an AI agent work?

Every AI agent architecture has its own details, but the cycle underneath looks roughly like this:

  1. Goal. A person or another system hands the agent a task with a clear end state, for instance “review this contract against our playbook and flag anything off-standard.”

  2. Perception. The agent gathers what it needs: the document itself, records from a CRM or database, results of a web search, or prior context from its memory.

  3. Reasoning and planning. The model breaks the goal into steps and decides which to take first. It may revise the plan after each step.

  4. Action. The agent calls a tool: it runs a query, fills a form, drafts a message, or updates a record in an external system. Tool access is what separates an agent from a chat window.

  5. Evaluation. The agent checks the result against the goal and either continues, retries, or stops and asks a human to approve before anything irreversible happens.

Types of AI agents

Agents are usually grouped by how much they reason and how they are organized:

AI agents vs. chatbots

A chatbot holds a conversation. It retrieves information and answers questions, and the interaction ends there. Anything that has to happen next is the person’s job.

An AI agent acts. Given the same customer request, a chatbot explains the refund policy, while an agent checks the order, applies the policy, issues the refund, and logs the outcome. Chatbots are often the front end of an agent, but the ability to take action on other systems is what makes something an agent.

Where can you use AI agents?

AI agent use cases in business cluster around work that repeats often and needs judgment on each pass. Here are a few examples: