Our insights
16/7/2026

Tech Explained: Agentic AI

Hanne De Kesel
By Hanne De Kesel
·
July 16, 2026

You've probably used AI to draft an email, summarise a document, or answer a question. That's useful. But it's a bit like having a very knowledgeable colleague who can only ever sit at their desk and answer questions. They can't actually do anything for you.

That's where agentic AI comes in.

Instead of just responding, agentic AI can plan, decide, and act. Autonomously, across multiple steps and using real tools. It doesn't wait to be asked. It works toward a goal.

The change is not that the model has become cleverer. It is the same kind of model underneath. What changes is that it is given an objective instead of a question, access to real tools instead of a text box, and permission to keep going until the work is done.

This is the shift that's making a lot of business leaders sit up and pay attention.

What's the difference?

Before looking at how agents work, it helps to place them next to the two kinds of automation you already have in the business. Ordinary software follows rules you wrote in advance. Conversational AI understands language but cannot touch anything. An agent sits in a third category: it understands the request and it acts on it.

The same task, invoice handling, makes the three levels easy to tell apart.

Three levels of automation
Ordinary softwareConversational AIAgentic AI
What it doesFollows fixed rulesAnswers questionsCompletes tasks
What you ask itWhen an invoice arrives, move it to the to-process folderWhat are the VAT rules for this invoice?Process all incoming invoices: check for errors, book them, flag anything that doesn't add up and archive the rest
How it worksExactly as programmed, no deviationOne prompt, one responseMulti-step planning and execution
Tools it usesOnly what it was built intoNoneEmail, calendar, web, APIs, code
Human involvementYou decide everything in advanceEvery stepSet the goal, review the outcome
Best analogyA machine that follows instructionsA knowledgeable colleague at their deskA colleague you delegate work to

Ordinary software is reliable but brittle. It does exactly what it was told and nothing else, so the moment an invoice arrives in an unexpected format someone has to step in. Conversational AI handles that ambiguity well, because it understands language, but it stops at the answer. Every action still has to be carried out by you or your team.

Read the last two rows together and you have the whole shift. With conversational AI you are involved at every step, because the tool produces one response and then stops. With an agent you set the goal and review the outcome, and everything in between happens without you.

The building blocks of an agent

Although it might look like magic is involved, an AI agent is actually just a combination of four things working together.

The four building blocks

A brain (the LLM)

At the centre of every agent is a large language model, the same kind of AI behind ChatGPT or Claude. This is what reasons, interprets, and makes decisions.

A goal

Unlike a standard AI prompt, an agent is given an objective rather than a single question. Research our top five competitors and summarise their pricing, rather than what is Company X's pricing?

Tools

This is what makes agents genuinely powerful. Agents can be given access to tools, like a web browser, a calendar, a CRM, a code interpreter or an email client, and use them to take real actions in pursuit of the goal.

Memory

Agents can retain context across steps and, in some implementations, across sessions. They remember what they've done, what worked, and what they still need to do.

None of the four is remarkable on its own. A model without tools can only describe what ought to happen. Tools without a goal have nothing to aim at. A goal without memory means the agent cannot tell what it has already tried, so it repeats itself. It is the combination that turns a language model into something that finishes work rather than commenting on it.

How an agent actually thinks

Here's what happens under the hood when you give an agent a task. The mechanism is simpler than it sounds, and knowing it makes the behaviour a lot easier to predict.

The ReAct loop
01Thinkwhat is the best next step?02Actuse a tool, take an action03Observewhat was the result?think again, based on what it just learnedRepeat until the goal is complete

One prompt in, many small decisions before an answer comes out

It begins by thinking: what is my goal, and what is the best next step towards it? Then it acts, using a tool, making a decision or taking an action in the real world. Then it observes: what came back, and did it work?

That observation feeds straight into the next round of thinking, so the agent decides what to do next based on what it has just learned rather than on a plan fixed in advance. The cycle repeats until the goal is complete. This is also the point where an agent differs from ordinary software, which runs the same sequence regardless of what happens along the way.

This loop, sometimes called a ReAct loop (Reason plus Act), is what gives agents the ability to handle complex, multi-step tasks that no single AI prompt could manage alone.

A real-world example

Let's make this concrete.

From one sentence to a finished task

The goal you set: find the top five industry events happening in Europe this quarter, check if any clash with our existing calendar, and draft an email to the team with the shortlist.

1Searches the web for relevant industry events
2Filters by date, location, and relevance
3Checks your company calendar for conflicts
4Drafts a summary email with the shortlist
5Flags for your review before sending

Notice what that one sentence set in motion. The agent searches the web for relevant industry events, then filters what it finds by date, location and relevance. It opens your company calendar to check for conflicts, and only once it has a clean shortlist does it draft the summary email. Then it stops and flags the draft for your review instead of sending it.

Three different systems, five steps, and a deliberate handover back to you at the end. What would have taken a junior team member 45 minutes takes the agent a few seconds. And your involvement was just writing one sentence and reviewing the output.

A day in the life

That example is a single task. The more interesting picture is what happens when the same principle runs on a process, every night, without anyone opening a laptop. Below is an illustration of one night on the invoice flow from the comparison at the top of this article. The figures are indicative, not measured results.

The agent while you sleep
02:00

Invoice processing starts

The agent picks up the invoices that came in during the day, matches each one against its purchase order and books everything that lines up.

03:15

Discrepancy flagged

One invoice shows a price difference beyond the agreed threshold. Instead of guessing, the agent stops, writes up what it found and sends it to the person who owns that supplier.

05:30

VAT return prepared

The monthly return is compiled from the booked lines and left ready for review, with the source documents attached.

07:30

Payment reminders drafted

Outstanding invoices are followed up, with the tone matched to each client and to the history of the account.

08:45

Morning summary ready

One overview of what was done, what was deliberately skipped and what needs a decision, waiting in the inbox before the day starts.

09:00

Your team takes over

Someone reads the summary, checks the single flagged invoice and approves the VAT return. Fifteen minutes of attention, spent only on the things that needed a person.

Notice where the human sits in that night. Not at every step, and not nowhere. The agent handled the volume and made the routine calls, then handed over precisely the items where a judgement was required, with the context already assembled.

That handover is a design decision rather than a happy accident. An agent is only useful in a process like this if it knows when to stop, and if the people picking up the exceptions get enough context to act in minutes instead of reconstructing what happened.

The spectrum of autonomy

Not all agents are created equal. The level of independence you give an agent is a design choice. And an important one at that, because it decides how much speed you gain and how much risk you take on.

From human in the loop to fully autonomous
Low

A person approves every action

Medium

A person at the key checkpoints

High

Runs end to end on its own

Low autonomy, high human oversight. The agent drafts and suggests. A human approves every action before it's taken. Nothing reaches the outside world without someone signing it off. Lower risk, slower output.

Medium autonomy, human at key checkpoints. The agent works through a workflow, pausing for human approval at significant decision points rather than at every step. The sweet spot for most businesses, because it keeps the speed while preserving a place to intervene. The night above runs at this level.

High autonomy, minimal human involvement. The agent executes end to end with minimal interruption. Fastest output, highest risk. Only appropriate for well-tested, low-stakes workflows, where a mistake is cheap to spot and cheap to undo.

Most businesses starting with agentic AI should begin at the left of this spectrum and move right only when trust has been established.

Where businesses are using it today

None of this is theoretical. Agents are already running in ordinary companies, usually on work that crosses several systems and that nobody enjoys doing by hand. Six areas where they are in use today:

  • Communications. Drafting, sorting, and responding to emails based on priorities you define.
  • Research. Gathering, analysing, and summarising competitive intelligence, market data, or customer feedback.
  • Scheduling. Managing calendars, booking meetings, and coordinating across teams.
  • Development. Writing, testing, and debugging code (increasingly used by engineering teams to accelerate delivery).
  • Reporting. Pulling data from multiple sources, building reports, and surfacing the numbers that matter.
  • Customer support. Handling routine queries, escalating complex issues, and maintaining context across conversations.

What these have in common is that the work is repetitive but not identical each time, and that it sits between systems rather than inside any single one. That is exactly the space where an agent has something to offer that ordinary software does not.

What it isn't (yet)

It's worth being clear about the current limits, because the gap between what an agent can demonstrate and what it can be trusted with day after day is still real.

Reality check
Agents are good at
  • Repetitive, multi-step tasks
  • Processing large amounts of information
  • Working quickly and consistently
  • Following defined workflows
  • Running 24/7 without fatigue
Humans still lead on
  • Judgement calls with nuance
  • Relationship-sensitive decisions
  • Novel situations without precedent
  • Strategy and creative direction
  • Ethical and emotional complexity

The split is consistent. Agents are strongest where the work is defined in advance, repeats often and rewards consistency. People are still needed where the work calls for judgement with nuance, for reading a relationship, or for deciding what should happen in a situation nobody has met before.

Agentic AI is a powerful amplifier of human work. The businesses seeing the most value aren't replacing their teams, they're freeing them up to focus on the things that actually require a human.

Your questions, answered

Five things that come up in almost every conversation we have about this.

01

Is this the same as ChatGPT?

No. Conversational AI answers questions and produces text. It understands what you are asking, but it does nothing inside your systems, so every action still has to be carried out by you or your team. An agent uses the same kind of model underneath, but it is given a goal, access to tools and permission to act on what it finds.

02

What happens when the agent gets something wrong?

That depends almost entirely on the level of autonomy you gave it, which is why that choice deserves attention. At low autonomy nothing leaves the building without someone approving it, so an error is caught before it has any effect. At high autonomy the agent acts first, which is why it belongs only on work where a mistake is cheap to spot and cheap to undo.

A well-designed agent also escalates rather than guesses. When it is uncertain it stops, hands the case to a person and brings the context with it, exactly as in the flagged invoice above.

03

Does an agent need access to all our systems?

No, and it shouldn't have it. An agent can only use the tools it has been given, so the question worth asking is which tools this specific task actually needs. Start from the process, grant the minimum it requires, and add access only when a real step demands it. Because every action runs through those tools, they are also where you can see what the agent did.

04

Will this replace my team?

That is not what the businesses seeing the most value are doing. They put agents on repetitive, multi-step work and free their people for the judgement calls, the relationships, the strategy and the situations nobody has met before. The list of what agents are good at is short and specific for a reason.

05

Where should we start?

With one process, not with a platform. Pick something that happens often enough to matter, that touches more than one system, and where a mistake is cheap. Then write down what a good result looks like before anything gets built.

The one thing to remember

Agentic AI is more than a smarter chatbot. It's a system that can pursue goals, use tools, and take actions.

It's a fundamentally different kind of technology, and it deserves to be treated as one. A system that only produces text can be wrong and cost you a moment's reading. A system that takes actions can be wrong and cost you something that has already happened.

Is your business ready?

The entry point doesn't need to be dramatic. A single, well-defined workflow with clear inputs, clear outputs, and low stakes if something goes wrong, is enough to start learning.

Pick a process that happens often enough to matter, touches more than one system, and currently takes time from someone whose time is worth more elsewhere. Then agree what a good result looks like before anything gets built, because that description is what you will be reviewing against.

The goal is to build the knowledge, the processes, and the confidence to expand from there.

Your next step

Want to explore where agentic AI could add value in your business?

Let's turn AI, data and software into measurable business value for your team.

Let's talk