AI automation glossary
Plain-English definitions of the terms behind AI operations — what they mean, and how they work in Oido. No jargon, no hype.
Foundations
a large language model (LLM)
A large language model (LLM) is an AI system trained on huge amounts of text to understand and generate human language.
Agents
a system prompt
A system prompt is the instruction that defines an AI agent's role, rules, and behaviour before any conversation begins.
Automation
agentic automation
Agentic automation is automation where an AI agent decides how to complete a task, instead of following a fixed set of rules.
Operations
AI operations
AI operations means running everyday business processes with AI agents and automation instead of manual effort.
Agents
an AI agent
An AI agent is software that pursues a goal on its own.
Agents
an AI copilot
An AI copilot is an assistant that helps a person as they work — suggesting text, drafting, or answering in real time — while the human stays in control and approves each step.
Agents
an AI employee
An AI employee is an AI agent configured to own a recurring role rather than answer one-off questions.
Agents
multi-agent orchestration
Multi-agent orchestration is coordinating several specialized AI agents to complete one goal together.
Standards
multi-provider AI
Multi-provider AI means your agents can run on any model provider — such as Anthropic's Claude, OpenAI's GPT, or DeepSeek — instead of being tied to one.
Automation
no-code automation
No-code automation lets people build automations by connecting apps in a visual interface instead of writing code.
Foundations
RAG (retrieval-augmented generation)
Retrieval-augmented generation (RAG) is a technique where an AI looks up relevant information before answering, then uses it to write the response.
Deployment
self-hosted AI
Self-hosted AI means running AI agents and automation on infrastructure you control — your own servers or cloud account — rather than only a vendor's platform.
Standards
the Model Context Protocol (MCP)
The Model Context Protocol (MCP) is an open standard that lets AI agents connect to external tools and data through one common interface.
Agents
tool calling
Tool calling is how an AI agent takes action instead of only producing text.
Automation
workflow automation
Workflow automation runs a fixed sequence of steps across your apps automatically.