Title - AI Agent Training: Working Alongside AI Agents
URL - https://ainora.lt/ai-training-for-companies/ai-agents
Last Updated: 2026-09-06

# AI agent training: working alongside agents

An agent does not answer a question, it does a piece of work. So the team needs different skills from the ones a chat assistant asks for: describing the task and its limits, checking the result, handing a conversation over in good time, and maintaining the knowledge base the agent draws on.

**Talk through a training programme:** https://ainora.lt/contact?from=ai-agent-training

The full training programme is at AI training for companies (https://ainora.lt/ai-training-for-companies). The Lithuanian edition of this page is AI agentų mokymai (https://ainora.lt/lt/mokymai/di-agentai).

---

## What is an AI agent?

An **AI agent** is a program that is given a goal and then carries out the sequence of steps needed to reach it: it understands the request, takes data from the company's systems, performs an action and reports on it. Unlike a chat assistant, which returns text to a person, an agent works inside the process itself: it books the appointment, updates the record, answers the customer. So its error does not stay on a screen but reaches a customer or a system immediately, and every other difference on this page follows from that one.

**AI agent training** is a practical programme for the team that will work with such an agent every day. It covers four things: how to describe the task and the limits, how to check the output, when a person should take the conversation over, and how to maintain the sources the agent draws on. Terms recurring throughout are explained in the AI glossary (https://ainora.lt/blog/ai-glossary-voice-ai-terms).

## Agents are multiplying faster than the skill of supervising them

Four numbers that explain why deploying an agent is not only a technical project.

- **15x** year-over-year growth in the number of active agents in the Microsoft 365 ecosystem, rising to 18x in large enterprises. (Microsoft, Work Trend Index 2026)
- **86%** of surveyed AI users say they treat AI output as a starting point, not a final answer, and stay responsible for the thinking. (Microsoft, Work Trend Index 2026)
- **70 / 20 / 10** BCG's split of AI implementation challenges: people and process, technology, algorithms. (BCG, 1,000 CxOs in 59 countries)
- **19 pp** less likely to produce a correct solution when AI is used on a task outside its capability frontier. (Dell'Acqua et al., HBS WP 24-013)

Microsoft's Work Trend Index survey was conducted by an independent research firm among 20,000 full-time employed or self-employed knowledge workers who use AI at work, across 10 markets, between 18 February and 7 April 2026. Dell'Acqua and colleagues ran a pre-registered field experiment with 758 consultants.

Sources: Microsoft, Work Trend Index 2026 (https://www.microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity-for-every-organization), BCG, Where's the Value in AI? (https://web-assets.bcg.com/a5/37/be4ddf26420e95aa7107a35aae8d/bcg-wheres-the-value-in-ai.pdf), Dell'Acqua et al., HBS Working Paper 24-013 (https://mitsloan.mit.edu/sites/default/files/2023-10/SSRN-id4573321.pdf).

## An AI agent and a chat assistant: what actually separates them

The distinction looks like terminology until the first error. Then it turns out to be a distinction about accountability.

| Criterion | Chat assistant | AI agent |
|---|---|---|
| What starts the action | A person writes a request and gets an answer | The agent is given a goal and carries out the sequence itself |
| Access to systems | Usually none: it works only with what is in the conversation | Calendar, customer database, CRM, telephony or email |
| What the output is | Text a person still reviews and then uses | An action that happened: an appointment booked, a record updated, a reply sent |
| Where an error goes | Stays in the chat window until a person uses it | Reaches the customer or the company system immediately |
| What it asks of the team | The skill of framing a request and checking a text | A written goal, limits, handover rules and regular review |
| The nature of supervision | Every line is reviewed before use | A sample of conversations, all exceptions and all handovers are reviewed |
| Where failure is noticed | Immediately, because a person reads the answer | Later, from a customer's question or from a weekly report |

In practice the line is not sharp: the same system can behave as a chat assistant (https://ainora.lt/ai-chat-assistant) on a website and as something closer to an agent elsewhere. What matters is not the label but the question of whether the system has the right to change anything by itself. How an agent connects to a calendar, a CRM or a phone system is described on integrations (https://ainora.lt/integrations), and the system this training is usually built around is the AI teammate (https://ainora.lt/ai-teammate).

## What the team has to know to prepare and supervise an agent

Six skills. None of them is technical, and none of them appears by itself.

- **State a goal, not a single request.** A chat assistant needs a question. An agent needs a described outcome: when the task counts as done, which steps to take, what to ask the customer for, and what never to do without confirmation. It is closer to a work instruction for a new colleague than to a query in a search box.
- **Describe the limits and the exceptions.** Most of an agent's quality is not what it can do but what it is not allowed to do. Limits are stated concretely: do not change a price, do not promise a date, do not give a medical or legal assessment, do not offer a discount.
- **See where the agent gets its information.** An agent answers from the company's knowledge base, its documents or its system data. When an answer goes stale, the model is not at fault, the source is. The team has to be able to find that record and fix it themselves.
- **Read a transcript like an auditor.** An agent's work is reviewed against specific questions rather than a general impression: was the request understood, was the right information taken, did the action happen, did the customer get what they asked for.
- **Tell an agent error from a process error.** When an agent fails to book an appointment, the cause is often not in the agent: there were no free slots, the service is named differently in the system, one rule contradicts another. The training gets a team into the habit of asking first where the chain broke.
- **Notice a convincing wrong answer.** The most dangerous output is not an obvious error but a fluent, tidy, wrong one. Recognising them takes practice: correct language and a confident tone read to a person as a signal of reliability all by themselves.

> **Why the skill of writing a good request is not enough.** In Microsoft's 2026 Work Trend Index, the workers it classes as Frontier Professionals, 3,233 of the 20,000 AI users surveyed, are considerably more likely than the rest to say their manager sets quality standards for AI work: 83 percent against 57 percent. Similar gaps appear on whether the manager openly uses AI (85 against 64) and creates space for experimentation (84 against 61). That is a question of arrangements rather than of tools.
> Source: Microsoft, Work Trend Index 2026 (https://www.microsoft.com/en-us/worklab/work-trend-index/agents-human-agency-and-the-opportunity-for-every-organization)

## Where an AI agent fits in a process, and where it does not

The honest answer is rarely "everywhere" or "nowhere". Usually a company has two or three processes where an agent gives a clear benefit, and ten where it only adds another step.

**Where an agent fits**

- The process repeats and has a clear outcome: taking an enquiry, booking an appointment, sending a reminder, checking a status.
- There are many cases and they resemble each other, so one rule covers a large share of situations.
- The company already has a written procedure or a knowledge base to work from.
- The result can be checked objectively: either the record is in the system or it is not.
- An error is corrected quickly and cheaply, because either the customer or the system itself notices it.

**Where an agent is better left out**

- The process is undocumented and every member of staff does it their own way. An agent in that environment freezes one arbitrary version of it.
- The decision rests on unwritten context: the customer's history, a previous agreement, something a colleague happens to know.
- Rare exceptions make up the bulk of the work. The agent then covers a minority of cases while supervision costs more than it saves.
- The outcome requires legal or financial accountability with a named person's signature.
- The data cannot leave the internal perimeter and the process cannot be done without it.

> **The invisible boundary we teach separately.** In a pre-registered field experiment with 758 consultants, AI helped participants complete 12.2 percent more tasks and complete them 25.1 percent more quickly, with more than 40 percent higher quality than a control group. Yet on a task chosen deliberately to sit outside the model's capability, the same participants using AI were 19 percentage points less likely to produce a correct solution than those working without it. The boundary between those two regions is invisible from the outside, so recognising it is a separate objective of the training.
> Source: Dell'Acqua et al., HBS Working Paper 24-013 (https://mitsloan.mit.edu/sites/default/files/2023-10/SSRN-id4573321.pdf)

## How to judge an AI agent's output

A general impression will not do. An agent almost always sounds tidy, so "looks fine" is precisely the judgement that lets an error through. The training uses a five-step review the team can run itself afterwards.

1. **Was the request understood correctly.** Read the customer's first words and the agent's first reaction. If they already diverge, the rest of the conversation is a tidy answer to the wrong question. That error is usually fixed in the task description rather than in the model.
2. **Was the information taken from the right source.** Check whether the agent relied on a current record or on general knowledge. If the answer is right but did not come from the company source, next time it may be wrong and the cause will go unnoticed.
3. **Did the action actually happen.** An agent can say an appointment is booked when there is no record in the system. So a review always covers the system side, not only the text of the conversation.
4. **Did the customer get what they asked for.** Judge the outcome through the customer's eyes: were they left with an unanswered question, did they have to repeat themselves, did they have to make a second call.
5. **Was the boundary set correctly.** The last question is not about the agent but about the arrangement: should this case have stayed with the agent at all. If not, the handover rule is what gets fixed, not the phrasing.

The second question teams ask straight after their first review is how many conversations to check. The practical routine: everything for the first two weeks, then a daily sample, and once the work settles a weekly sample plus two groups that are always checked. The first group is every case the agent handed to a person, because that is where you see whether the boundary is right. The second is every case where a customer came back about the same thing, because that is the commonest sign that a first conversation looked successful and solved nothing.

> **Who is responsible for the output.** DigComp 3.0, the fifth edition of the European Digital Competence Framework published by the European Commission's Joint Research Centre in 2025, states it directly in competence statement CS1.2.10: "Recognise that AI systems may produce output which is inaccurate, even if it may seem plausible, and that the human using the AI system is responsible for checking the quality and validity of information and content generated." That is the practical basis for the whole review routine: responsibility does not move to the system along with the task.
> Source: European Commission JRC, DigComp 3.0 (https://publications.jrc.ec.europa.eu/repository/bitstream/JRC144121/JRC144121_01.pdf)

## When an agent should hand a conversation to a person

The handover rule is the most important line in the whole description of an agent. It states where automatic work ends and human accountability begins. Without it an agent tries to settle things it should not, and the customer notices before the company does.

In the training the team writes its own boundaries, because they depend on the business. Even so, five rules are worth considering for any team: customer dissatisfaction or a repeat contact about the same thing, the same request misunderstood twice, a request outside the described scope, any decision involving money or a contract, and every case in which the agent would have to guess. A sixth is often added in health, legal and financial work: any question whose answer could be understood as a professional assessment.

The other half matters just as much: the handover has to be smooth. The customer should not repeat what they have already said, and the member of staff should get a short summary of the conversation before picking up. Organisationally that needs two more things: a person who is actually reachable at that moment, and an agreement about how quickly they answer.

> **The commonest mistake in handover rules.** The boundary is set too high, because the wish is for the agent to resolve as much as possible. The result is the opposite: a customer spends two minutes with a system that cannot help them, and only then reaches a person, in a worse mood than at the start of the conversation. An early handover costs one member of staff a minute; a late one costs the relationship.

## What changes in a company once an agent does real work

This is the part buyers usually appreciate too late. An agent is not one more licence alongside the existing ones: it changes four things in the daily life of a company, and each of them needs a human decision.

- **A named person appears, instead of shared responsibility.** An agent needs an owner: a member of staff who reviews a sample of conversations each week, maintains the knowledge base and decides whether a rule should change. Without a name in a job description, this function quietly disappears during the first quarter.
- **Part of the work becomes supervision.** Somebody who used to answer calls now handles the cases the agent did not resolve, and checks how it resolved the others. That is different work, and it has to be taught separately.
- **Company knowledge has to be written down.** An agent cannot ask the colleague at the next desk. Everything it needs to know has to be in a document. So deploying an agent almost always forces internal information to be tidied up, and that benefit remains even if the agent's scope is later narrowed.
- **Measurement becomes weekly.** Instead of an annual survey there are weekly figures: how many enquiries the agent completed without a person, how many it handed over, how often it handed over too late.

Those changes explain why BCG puts about 70 percent of AI implementation challenges with people and process and only about 10 percent with the algorithms themselves. Microsoft's 2026 data points the same way: organisational factors such as culture, manager support and talent practices account for more than twice the reported AI impact of individual mindset and behaviour, 67 percent against 32. A deployment plan needs a section about people, not only about integrations. How those decisions are taken at management level is on AI training for executives (https://ainora.lt/ai-training-for-companies/for-executives), and the rules that govern them belong in the internal AI use policy (https://ainora.lt/ai-training-for-companies/ai-usage-policy).

## How AI agent training runs

The session is run at keyboards with your process and your material. If no agent is running yet, we work with the process you are planning to hand over to one.

| Part | What we do | What you leave with |
|---|---|---|
| Anatomy of an agent | We take one real conversation apart into steps: what was understood, what was retrieved, what was done, where it was handed over | A shared vocabulary in the team for talking about an agent's errors concretely |
| Describing the task and the limits | The team writes its own process goal, permitted actions and prohibitions | A first list of limits that can go straight to the deployment team |
| Review exercises | We assess a sample of conversations against the five-step routine and work through the disagreements | One consistent way of judging, so two people rate the same conversation the same way |
| Handover rules | We set when a conversation goes to a person and who picks it up at that moment | A written handover procedure with named people and response times |
| Maintaining the knowledge base | We find a stale record, correct it and check the result | The skill of fixing the source yourself, without waiting in a supplier queue |
| Measurement and a return session | We agree which measures you watch weekly and when we review the result | A short list of measures and a date for the second session |

The programme is agreed after a conversation, because teams arrive from very different positions: one already runs an internal AI co-pilot (https://ainora.lt/ai-co-pilot) and needs a supervision routine, another is still considering its first process. The data-handling boundaries that apply to every module are on the security page (https://ainora.lt/security). Function-specific programmes exist for accounting teams (https://ainora.lt/ai-training-for-companies/for-accountants) and legal teams (https://ainora.lt/ai-training-for-companies/for-law-firms). Scope and price are agreed per engagement.

## Frequently asked questions

**How does an AI agent differ from a chat assistant?**
A chat assistant answers a request with text, and a person then uses the result. An AI agent is given a goal and carries out a sequence of steps in systems itself. So an assistant's error stays in the chat window, while an agent's error reaches the customer or the company's systems immediately.

**Is AI agent training for developers?**
No. The programme is for the people who will work with the agent every day: customer service, administration, sales and operations staff, and their managers. We teach how to prepare, supervise and correct an agent rather than how to build one.

**How much human supervision does an AI agent need?**
A lot at first, less later, never none. Review every conversation in the first weeks, then a daily sample, then a weekly sample together with all exceptions and all handovers to a person.

**How do we know whether the agent answered well?**
We judge on four questions: was the request understood correctly, was the right information taken from the right source, did the action actually happen in the system, and did the customer get what they asked for. Each answer is yes or no, so the result can be counted rather than debated.

**When should an agent hand a conversation to a person?**
The boundary is set in advance and written down. The usual rules: customer dissatisfaction, the same request misunderstood twice, a request outside the described scope, any decision involving money or a contract, and every case in which the agent would have to guess.

**Does the process have to change before an agent is deployed?**
Usually yes, at least in part. If the same task is done in three different ways, the agent will fix on one of them, and the people who prefer the other two will say the system is wrong.

**Is the training useful if we do not have an agent yet?**
Yes, and in that case it is often most useful. Before deployment the team decides which process the agent will take on, what the limits are, and who will be accountable for supervision.

**How do we measure whether the agent is doing well?**
Four measures are enough to begin with: how many enquiries the agent completed without a person, how many it handed over, how long the customer waited for an answer, and how often a customer came back about the same thing. The last is the most important and the most often left out.

**What does an agent mean for employee accountability?**
Accountability stays with the company. An agent is a tool, not a legal person, so the organisation and the people representing it answer for what it does. Every process an agent touches needs an owner, and human confirmation is kept in the riskier steps.

## Start with one process

An hour on a call to look at which of your processes suits an agent, which does not, and what the team will need in order to supervise it. No obligation.

- Talk through a training programme: https://ainora.lt/contact?from=ai-agent-training
- All AI training for companies: https://ainora.lt/ai-training-for-companies
- The internal AI use policy: https://ainora.lt/ai-training-for-companies/ai-usage-policy
- Lithuanian edition: https://ainora.lt/lt/mokymai/di-agentai

## About AINORA

AINORA, MB (ainora.lt) builds and operates AI voice agents, internal knowledge systems and process automation for European businesses. Training is delivered as part of a deployment rather than as a course catalogue.

- Website: https://ainora.lt
- Email: info@ainora.lt
- Contact: https://ainora.lt/contact

---

Note: scope and programme are agreed in an individual conversation.
