AI agent
A program that holds a conversation and can complete a task inside it, not merely answer. The difference from a chatbot is that an agent reaches for data and triggers operations, usually with human consent.
Explanations without marketing. Forty terms that come up around AI agents in customer service, written so you can take them into a meeting with legal or with the board.
No term matches this query.
A program that holds a conversation and can complete a task inside it, not merely answer. The difference from a chatbot is that an agent reaches for data and triggers operations, usually with human consent.
A model trained on text that predicts the next words. It has no access to your data and does not know what is true; it can only assemble a sentence fitting the context it received.
An answer that sounds credible but has no grounding in reality or in sources. It follows from how the model works rather than being a fault, which is why it must be countered outside the model.
The instructions and context handed to the model before it generates an answer. It usually holds the agent's role, behaviour rules and knowledge passages retrieved for the question.
A description of how the agent should address the other party: tone, form, level of detail. It governs style, not substance, because substance comes from the knowledge base.
The recognised purpose of what the other party said, for example an order status question or a refund request. Used to route the conversation to the right place.
How much text the model can consider at once. This is why selected knowledge base passages reach the model rather than its entire contents.
A parameter controlling how far the model strays from the most likely next word. A lower value gives repeatable answers, a higher one looser ones.
Retrieval augmented generation. Instead of relying on the model's knowledge, the system first finds the right passages in your documents and only then asks the model to phrase an answer.
The body of content the agent grounds answers in: articles, procedures, policies. In AIvatary content has a state and a version, and the agent sees only published versions.
Turning a passage of text into a sequence of numbers describing its meaning. That makes it possible to find a passage matching a question even when it uses different words.
The piece a document is split into before retrieval. Too large blurs the topic, too small loses the context.
Combining meaning based and word based search. The first copes with questions asked in different words, the second with catalogue numbers and proper names.
A step that reorders retrieved passages against the specific question. It improves precision at the cost of response time.
A mechanism checking whether an answer is grounded in sources before it reaches the other party. In AIvatary an ungrounded answer is rejected whole and the conversation goes to a human.
Naming the document and place an answer came from. It lets the other party verify the content and the team work out what to fix.
A list of questions with no coverage in the knowledge base. It is built from real conversations, so it orders editorial work by actual need.
The path of content from draft through review to publication and archive. It keeps a working note from becoming an answer to a customer.
A conversation window embedded on a page with one line of script. It runs in a separate style tree, so it does not mix with the host page's appearance.
Placing the avatar inside the page layout instead of a corner bubble. The conversation begins where the visitor is already looking.
Passing a conversation to a human agent along with the full history and the reason. A normal part of support, not a failure.
A request to perform a data changing operation that a human must approve. Instead of issuing a refund, the agent prepares it for approval.
A voice agent's ability to fall silent immediately when the other party starts speaking. Without it a conversation feels like a recorded announcement.
Turning the answer text into sound. It decides how the agent sounds, not what it says.
Turning what the other party says into text. The quality of this step decides everything downstream in a voice conversation.
The time from the end of the other party's utterance to the start of the agent's reply. Far more noticeable in voice than in chat.
An append only record of events that lets you reconstruct what happened in a conversation. A correction is a new event, not a swap of the old one.
A record of which content was retrieved and what was decided in a given turn. The answer to how the agent knows that.
Replacing identification numbers, account numbers and similar values with markers before they reach a record. Not the same as anonymisation, because a person can still be identifiable from context.
A switch that cuts off a channel or an operation immediately. It acts in the execution layer, so it cannot be bypassed from above.
Automated answer scoring running beside the critical path so it never delays the conversation. The verdict is stored with the conversation and never reaches the customer, and the panel screen for reading it is still being built.
A finite list of operations the agent can trigger at all. What is not on the list does not exist from the agent's point of view.
The share of conversations closed without a human. On its own it can mislead, because a conversation abandoned by an impatient customer also counts as closed.
The share of cases settled on the first attempt, without a repeat contact. Closer to customer experience than deflection alone.
The average time one ticket takes. Useful for calculating team relief, less so for judging quality.
A rating given by the customer after a conversation. A simple measure, burdened by the fact that only a minority respond.
Agreed availability and response parameters written into a contract. Without the contractual clause it is a statement, not an obligation.
The European regulation on personal data protection. It sets out, among other things, the information duty, legal bases for processing and the rights of data subjects.
The entity deciding the purposes and means of processing. For conversations with our customer's customers, that customer is the controller, not us.
An entity processing data on the controller's instruction. AIvatary acts in that role towards the content of conversations with our customers' customers.
The agreement required by Article 28 GDPR, describing the scope, duration and rules of processing entrusted to a processor.
A further processor engaged by a processor. It requires the controller's consent and should be named individually.
A contract template approved by the European Commission that allows transfers of data outside the European Economic Area.
The European regulation governing AI systems. Article 50 requires, among other things, telling a person that they are speaking to a system rather than a human.
An architecture where one instance serves many organisations. What matters is the level at which separation of their data is enforced.
How long data is kept and when it is deleted. It should follow from the purpose of processing, not from disk capacity.
The definitions describe how we use these terms in AIvatary and how the industry understands them. Where something is understood differently by different people, we say so rather than picking the more convenient reading.
Tell us what you could not find. The glossary grows from questions that actually get asked.