Glossary

Short definitions of key terms about AI agents, automation and AI visibility - with links to the deep dives.

AI agents & systems

Agent orchestrator An orchestrator is the lead agent that takes a task, breaks it into pieces, hands them to subagents and then assembles the result. It doesn't do the work itself - it runs the process, like a team lead. AI agent An AI agent is an LLM-based program that doesn't just answer questions but makes decisions and gets things done: it searches for information, calls tools and APIs, and drives a task to completion. Unlike a chatbot, an agent acts in multiple steps and adapts to the situation. AI assistant An AI assistant is an agent built for a specific helper role: it tracks tasks and meetings, sends reminders, gathers information and takes routine off your plate. It works where the user already is - for example, right inside Telegram. Chatbot A chatbot is a program for talking to users via predefined scripts or simple Q&A. It reacts but doesn't act: it won't call external services or carry a task through. That's the key difference from an AI agent. LLM (large language model) An LLM is a neural network trained on vast amounts of text that understands and generates language: it answers, writes, translates and reasons. It is the "brain" behind modern AI agents and assistants (for example, Claude or GPT). Multi-agent system A multi-agent system is a team of several AI agents, each owning its area, that together solve a task too big for one. There is usually an orchestrator that distributes work among subagents. Prompt engineering Prompt engineering is the craft of phrasing tasks for AI to get stable, accurate results: clear instructions, context, examples and a defined output format. Often the difference between "AI is useless" and "AI saves hours" comes down to the prompt. RAG (retrieval-augmented generation) RAG is an approach where the AI pulls relevant documents from your knowledge base before answering and responds based on them. This grounds the model in your up-to-date data instead of only what it "remembers," and reduces made-up answers. Subagent A subagent is a narrowly specialized agent inside a multi-agent system: it handles one type of task (search, validation, generation) and reports to the orchestrator. A narrow role makes it more accurate and cheaper than a generalist.

Automation

API integration An API integration connects two services through their programming interfaces (APIs) so they exchange data automatically. It is the "glue" of automation: CRM, payments, messengers and AI start working as one system. Business process automation Business process automation is handing routine tasks (lead processing, reports, correspondence, moving data) to software and AI instead of doing them by hand. The goal is to remove manual operations, speed up processes and cut errors. Content factory A content factory is an automated content production line: AI and workflows take material from idea and research all the way to finished text, images and publishing. It lets you ship content consistently and at volume without growing the team. n8n n8n is an open-source automation platform with a visual editor: workflows are built from nodes and connect 400+ services together. Its key advantage is that you can self-host it and keep your data under control. No-code / Low-code No-code / low-code is an approach to building software with no programming (no-code) or minimal code (low-code) via visual builders. It lets a business assemble automations and apps on its own and maintain them without a large dev team. Supabase Supabase is an open-source platform built on PostgreSQL: database, authentication, file storage and APIs out of the box. It is handy as a backend for apps and AI projects and runs in the cloud or self-hosted. Webhook A webhook is how one service instantly notifies another about an event by sending data to a given URL. Webhooks power real-time reactions: a payment goes through and the right process kicks off immediately. Workflow A workflow is a chain of automatic steps from a trigger to a result: for example, "a lead arrives → AI parses it → record in the database → Telegram notification." It is the unit of automation you build in tools like n8n.

AI visibility

Infrastructure & products

Looking for technical SEO terms - LCP, canonical, sitemap, robots.txt, hreflang? They live in the SEO glossary of our service seonerve.com →