---
title: Glossary — AI agents and automation terms
description: Definitions of key AI, automation, and orchestration terms used on frobert.dk.
canonical_url: https://frobert.dk/glossary.md
md_url: https://frobert.dk/glossary.md
last_updated: 2026-04-03T00:00:00+02:00
lang: en
---

# Glossary

## AI agent
An autonomous system built around a language model that can reason, use tools, retrieve information, and take bounded actions toward a goal.

## Chatbot
A conversational interface that primarily answers questions. Unlike an AI agent, it usually does not take action across systems.

## Context engineering
The practice of designing the inputs, memory, tools, retrieval flows, and instruction layers that let an AI system behave reliably in a specific domain.

## Human-in-the-loop
A control pattern where an AI system prepares work, but a human approves, edits, or rejects it before the action is finalized.

## Workflow automation
The replacement of repeated manual work with software that moves information, applies logic, and triggers the next step automatically.

## Enterprise integration
Connecting existing systems such as Microsoft 365, Salesforce, SAP, Slack, or custom APIs so information can flow between them.

## Multi-model orchestration
Using more than one model in the same system, routing tasks to the model that is strongest for each sub-task.

## GDPR-compliant by design
Architecting a system so sensitive data stays inside the client’s controlled environment and is handled according to privacy and access requirements from the start.

## Sitemap

See the full [sitemap](https://frobert.dk/sitemap.md) for all agent-readable pages.
