Agentic AI
AI systems capable of autonomous planning, decision-making and execution across complex, multi-step workflows — without requiring human input at every stage.
Agentic AI goes beyond generating text or answering questions. It perceives context, sets sub-goals, selects tools, executes actions and iterates until a task is complete. It is the evolution from AI as a tool you use to AI as a system that works for you.
Example: A finance team deploys an agentic AI that monitors bank statements nightly, flags anomalies, matches transactions against invoices, updates the ERP and generates a reconciliation report — ready for the CFO each morning.
PAATCH → PAATCH is built around the agentic AI paradigm — every deployment on the platform produces agents that act, not just respond.
Also known as: agentic systems, autonomous AI, agent-based AI, proactive AI, self-directed AI
AI Agent
A system that autonomously executes multi-step tasks across tools and data sources to achieve a defined business goal — without human intervention at each step.
Unlike a chatbot that answers questions, an AI agent acts. It perceives its environment, reasons about what to do, takes real actions — updating databases, sending emails, calling APIs — and adapts based on the results. AI agents are the core building block of modern enterprise automation.
Example: A sales AI agent receives a new lead, enriches contact data from LinkedIn, scores the lead, updates the CRM, sends a personalised follow-up email and notifies the sales rep — all in under 60 seconds.
PAATCH → On the PAATCH platform, AI agents are deployed from pre-built templates and connected to your existing tools in hours, not months.
Also known as: autonomous agent, agentic system, AI assistant, intelligent agent, LLM-powered agent
AI Orchestration
The coordination of multiple AI agents, models and tools into a unified workflow that delivers a single, coherent business outcome.
In an orchestrated system, an orchestrator agent breaks a complex goal into sub-tasks, assigns each to a specialist agent, manages dependencies, collects outputs and assembles the final result. Orchestration is what makes AI scale across an entire organisation.
Example: An orchestrated system handles a customer complaint end-to-end: one agent classifies the issue, another retrieves order history, a third drafts the response, a fourth updates the CRM and a fifth triggers a refund if needed.
PAATCH → PAATCH is an AI Orchestration Platform — its core architecture connects AI technologies, human builders and enterprise systems into governed, production-ready workflows.
Also known as: multi-agent orchestration, agent coordination, AI workflow orchestration, agentic workflow
RAG (Retrieval-Augmented Generation)
A technique that makes AI models more accurate by retrieving relevant information from your own data before generating a response — dramatically reducing hallucinations.
A standard LLM only knows what it was trained on. RAG gives it access to your specific documents, databases and knowledge bases in real time. The system retrieves the most relevant information and feeds it to the model, which then generates a grounded, accurate response.
Example: A customer support agent uses RAG to query internal product documentation, past tickets and pricing tables in real time — giving customers precise, up-to-date answers instead of generic responses.
PAATCH → RAG is a core architecture used in PAATCH deployments to ensure AI agents always operate on your actual, current business data rather than outdated training knowledge.
Also known as: retrieval augmented generation, knowledge-grounded AI, document-grounded LLM, contextual AI
Multi-agent System
An AI architecture where multiple specialised agents collaborate to complete a complex task that no single agent could handle alone.
Each agent has a specific role — one researches, one writes, one reviews, one publishes. An orchestrator coordinates them, passing outputs from one to the next and resolving conflicts.
Example: A marketing team runs a multi-agent content system: Agent 1 researches topics, Agent 2 drafts the article, Agent 3 checks brand tone, Agent 4 generates social posts, Agent 5 schedules publication.
PAATCH → The PAATCH platform is architected for multi-agent deployment — the AI Agents Hub connects specialist agents into governed workflows tailored to each enterprise's processes.
Also known as: multi-agent orchestration, agent swarm, collaborative AI agents, agent network, agentic pipeline
Context Window
The maximum amount of text an AI model can process at once — determining how much information an agent can consider when making a decision.
Think of the context window as the AI's working memory. Everything the agent needs — the user's request, previous messages, retrieved documents, instructions — must fit within it. Larger context windows enable agents to handle longer documents and more complex tasks.
Example: An AI agent reviewing a 200-page annual report needs a large enough context window to hold the entire document while answering questions about it.
PAATCH → PAATCH selects the appropriate model and context window size for each use case — ensuring agents have enough memory for complex enterprise documents.
Also known as: token limit, model memory, input window, prompt window
Vector Database
A database that stores data as mathematical representations enabling AI agents to find semantically similar information instantly — powering fast, accurate knowledge retrieval.
When you ask an AI agent a question, it needs to find the most relevant information from potentially millions of documents. A vector database converts content into mathematical vectors for millisecond semantic retrieval — regardless of exact keyword matches.
Example: A legal AI agent uses a vector database containing all company contracts. When asked which agreements include automatic renewal clauses, it retrieves relevant sections from hundreds of contracts in under a second.
PAATCH → Vector databases are a core infrastructure component in PAATCH's RAG-based deployments, enabling agents to access large enterprise knowledge bases with speed and precision.
Also known as: semantic database, embedding database, AI memory store, similarity search database
Agent Loop
The iterative cycle an AI agent follows: perceive the current state, reason about the best next action, execute that action, observe the result, and repeat until the goal is achieved.
Also known as: reasoning loop, action loop, perceive-reason-act cycle, ReAct loop
Tool Calling
The ability of an AI model to invoke external tools or functions during a conversation to retrieve information or take actions, then incorporate the results into its response.
Also known as: function calling, tool use, API calling, external tool integration
Grounding
The process of connecting an AI agent's outputs to verified, real-world information — preventing hallucinations by anchoring responses in actual data sources.
Also known as: factual grounding, knowledge grounding, source grounding, data anchoring
Agentic Pipeline
A sequence of connected AI agent steps where the output of one step becomes the input of the next, enabling complex multi-stage workflows to be automated end-to-end.
Also known as: agent chain, agent workflow, sequential agent execution
Agent Escalation
The process by which an AI agent recognises it cannot handle a situation within its defined scope and transfers the task to a human or a more capable agent.
Also known as: human escalation, agent handoff, exception routing, intelligent escalation
Agent Observability
The ability to monitor, trace and understand what an AI agent is doing in real time — including which tools it called, what decisions it made and why.
Also known as: agent monitoring, agent tracing, AI observability, agent logging
Sandboxing (AI Agent)
Isolating an AI agent in a controlled environment where it can act without affecting live systems — used for testing and validation before production deployment.
Also known as: AI sandbox, agent testing environment, safe execution environment
Subagent
A specialised AI agent that operates within a larger multi-agent system, receiving a specific sub-task from an orchestrator and returning its result.
Also known as: worker agent, specialist agent, child agent, delegate agent