⚡ Enterprise AI & Automation Learning Guide

Automate
Everything

From scripts and RPA bots to AI agents and hyperautomation — master the full automation stack used in enterprise IT and AI programs.

🧑‍💼
Human Task
⚙️
Bot Triggers
🤖
AI Processes
Output Delivered
85%
Tasks Automatable
5
Automation Levels
$25T
Market by 2030
20+
Tools Covered

Automation Landscape

Five levels of automation maturity — from simple scripts to fully autonomous AI agents. Each level builds on the one below it.

🧠
Level 5 — Agentic AI
Autonomous LLM-powered agents that perceive, reason, plan, and act across complex multi-step goals with minimal human oversight.
AutoGen · CrewAI · LangGraph · OpenAI Agents SDK · AutoGPT
When: Complex, unstructured goals requiring reasoning & adaptation
🌐
Level 4 — Hyperautomation
Gartner's framework: orchestrated automation across the enterprise. RPA + AI + BPM + analytics combined into an integrated platform. Discover → Analyze → Design → Automate → Measure.
UiPath Platform · Automation Anywhere 360 · ServiceNow · Pega Infinity
When: Enterprise-scale transformation, cross-department automation
🤖
Level 3 — Intelligent Process Automation (IPA)
RPA enhanced with AI/ML — OCR, NLP, computer vision, and decision engines allow bots to handle unstructured data and edge cases. Moves beyond rule-based to judgment-based automation.
UiPath AI Center · AA AARI · Blue Prism Decipher · Google CCAI
When: Processes with unstructured inputs (PDFs, emails, images)
⚙️
Level 2 — Robotic Process Automation (RPA)
Software bots that mimic human interaction with UIs — clicking, typing, copying data. Attended bots work alongside humans; unattended bots run autonomously on servers. Rule-based, deterministic.
UiPath · Automation Anywhere · Blue Prism · Power Automate Desktop · WorkFusion
When: Repetitive, rule-based tasks using existing UIs
📜
Level 1 — Basic Automation
Macros, shell scripts, scheduled jobs, and simple workflow tools. Reduces manual effort through hard-coded logic and task scheduling. Foundation of all automation.
Excel Macros · Bash/PowerShell · Cron · Zapier · GitHub Actions (basic) · IFTTT
When: Simple, well-defined repetitive tasks with stable inputs
Dimension Basic RPA IPA Hyperauto AI Agents
Data Type Structured Structured Semi-structured Mixed Any
Decision-making None Rules only ML models AI + rules LLM reasoning
Human involvement Setup only Low–Medium Low Oversight Goal setting
Complexity handled Very low Low Medium High Very High

🔬 Deep Dives

Core Automation Concepts

Six foundational concepts you need to master — with visual diagrams showing how each one actually works.

🤖
RPA Deep Dive
Robotic Process Automation
Software robots that interact with applications through the UI layer — the same way a human would. No API needed. Works on top of legacy systems.
🧑
Attended
Works alongside
human on desktop.
Human triggers it.
VS
🤖
Unattended
Runs on server.
Fully autonomous.
Scheduled/triggered.
Screen ScrapeParse DataEnter to System
🔗
Workflow Automation
Trigger → Filter → Action → Notify
Event-driven integration: when something happens in System A, do something in System B. No-code tools connect thousands of apps via APIs and webhooks.
⚡ Trigger🔍 Filter
e.g. New email received / if contains "invoice"
⚙️ Action🔔 Notify
Add to sheet & CRM / Slack message sent
Tools: Zapier · Make (Integromat) · n8n · Power Automate
🖥️
IT Automation
Infrastructure as Code (IaC)
Treat infrastructure like software. Define servers, networks, and configs in code. Version-controlled, repeatable, testable deployments — no manual SSH needed.
📄 Code/Playbook🔧 Provision
Servers+Networks+Configs
Ansible: Agentless, YAML playbooks  |  Terraform: Cloud provisioning  |  Puppet/Chef: Config management
🧠
AI Agents
Perception → Reasoning → Action
LLM-based agents that can use tools, browse the web, write code, and take actions to accomplish goals. The loop runs until the task is complete or a human intervenes.
👁️ Perceive
💭 Reason
⚡ Act
🔧 Use Tools
🧠
LangChain · LangGraph · AutoGen · CrewAI · OpenAI Agents
🕸️
Multi-Agent Systems
Orchestrator + Specialist Agents
Multiple AI agents collaborate to solve complex tasks. An orchestrator agent breaks down goals and delegates to specialist agents — each with its own tools and expertise.
🎯 Orchestrator Agent
🔍 Research
Agent
💻 Coder
Agent
✍️ Writer
Agent
📊 Analyst
Agent
Each agent has its own memory, tools & context
🌐
Hyperautomation
Gartner's Enterprise Framework
Not a single tool — a strategy. Systematically automating as many business processes as possible using a combination of RPA, AI, BPM, and analytics.
🔍 Discover
📊 Analyze
🎨 Design
⚙️ Automate
📈 Measure
Key: Process mining identifies automation candidates → bots execute → AI handles exceptions → analytics drive improvement

Tools Landscape

Every major automation tool categorized — click a category to filter.

🟦
UiPath
RPA
Market-leading RPA platform. Studio IDE for bot design, Orchestrator for deployment. Attended + unattended. Now with AI Center for ML integration.
🟧
Automation Anywhere
RPA
Cloud-native RPA with A360 platform. AARI for attended automation, IQ Bot for document AI. Strong enterprise security posture.
🔵
Blue Prism
RPA
Enterprise-focused RPA. Strong governance, audit trails, and compliance features. Favored in banking and regulated industries.
🪟
Power Automate Desktop
RPA
Microsoft's RPA tool. Free for Windows 10/11. Tight M365 integration. UI flows for desktop + cloud flows for API-based automation.
Zapier
Workflow
No-code automation for 6000+ apps. Zaps = trigger + action. Multi-step Zaps with filters, paths, and formatters. Best for non-technical users.
🟣
Make (Integromat)
Workflow
Visual scenario builder with 1500+ app connectors. More powerful than Zapier — handles complex data transformations, iterators, aggregators.
🟤
n8n
Workflow
Open-source, self-hostable workflow automation. Code nodes for custom logic. 400+ integrations. Developer-friendly with fair-code license.
☁️
Power Automate
Workflow
Microsoft's cloud workflow tool. Premium connectors for Dynamics, SharePoint, Teams. DPA (Digital Process Automation) with approval flows.
🌀
Apache Airflow
Workflow
Python-based DAG orchestration for data pipelines. Schedule, monitor, and manage complex workflows. Industry standard for data engineering.
🔴
Ansible
IT Automation
Agentless IT automation using YAML playbooks. SSH-based. Idempotent tasks for config management, app deployment, and orchestration.
🟪
Terraform
IT Automation
HashiCorp's IaC tool. Declarative HCL syntax. Plan → Apply workflow. Multi-cloud: AWS, Azure, GCP. State management for drift detection.
🟡
Puppet
IT Automation
Declarative config management. Agent-based (Puppet agent pulls from Puppet server). Enforces desired state across large server fleets.
🍴
Chef
IT Automation
Ruby-based config management. Recipes and Cookbooks define infrastructure. Test Kitchen for testing. Strong compliance with InSpec.
🐱
GitHub Actions
IT Automation
CI/CD + workflow automation built into GitHub. YAML-based pipelines. 10,000+ community actions. Triggers on push, PR, schedule, or webhook.
🦜
LangChain
AI Agents
Python/JS framework for building LLM apps. Chains, agents, tools, memory, and RAG. Most popular LLM application framework. Large ecosystem.
🤝
AutoGen (Microsoft)
AI Agents
Multi-agent conversation framework. Agents communicate via messages. Human-in-the-loop support. GroupChat for coordinating multiple agents.
👥
CrewAI
AI Agents
Role-based multi-agent framework. Define agents with roles, goals, and backstory. Tasks flow through crews with sequential or hierarchical processes.
🕸️
LangGraph
AI Agents
Graph-based stateful agent orchestration. Nodes + edges define agent workflows. Supports cycles, branching, human-in-loop, and persistent state.
🐪
Camunda
BPM
Open-source BPMN workflow engine. Model processes visually, execute them in code. Strong for long-running human+automated workflows.
📊
Appian
BPM
Low-code BPM platform. Process modeling, case management, RPA, and AI integrated. Strong government and financial services presence.
🦁
Pega
BPM
Enterprise BPM + CRM + AI. "Next Best Action" AI. Case management, decisioning, and RPA. Large-scale customer engagement automation.

🔨 Interactive

Pipeline Builder

Assemble a simple automation pipeline by clicking the components below. See how triggers, filters, actions, and notifications connect.

Available Components — Click to Add:
Your Pipeline:
← Click components above to build your pipeline

Resources

🎬
UiPath Academy
UiPath — Free Official Courses
Free certification courses for RPA Developer, Solution Architect, and AI/ML integration. Hands-on practice with UiPath Studio.
↗ academy.uipath.com
🎬
Automation Anywhere University
Automation Anywhere — Learning Portal
Role-based learning paths for bot developers, business analysts, and admins. Free A360 trial environment included.
↗ university.automationanywhere.com
🎬
Power Automate Tutorials
Microsoft Learn
Official Microsoft learning paths covering cloud flows, desktop flows, and RPA. Free with Microsoft account. Includes hands-on labs.
↗ Microsoft Learn — Power Automate
🎬
AI Agents Deep Dive
Anthropic / DeepLearning.AI
Short courses on building AI agents with tool use, memory, and multi-agent architectures. Taught by AI researchers.
↗ deeplearning.ai/courses
🎬
n8n Crash Course
n8n YouTube Channel
Official walkthroughs for building workflows in n8n. Covers HTTP requests, webhooks, and AI integrations.
↗ YouTube: n8n-io
🎬
Terraform Fundamentals
HashiCorp Learn
Free interactive tutorials for Terraform from beginner to advanced. Real cloud provisioning in a browser-based environment.
↗ HashiCorp Developer
💻
UiPath Community
Free — UiPath Studio Community Edition
Download UiPath Studio Community Edition free. Build and run real RPA bots on your desktop. Access to forums, templates, and activities.
↗ Free Download
💻
Make Free Tier
1,000 ops/month free
Visual workflow builder with 1,500+ app integrations. Free tier lets you build and test real automations connecting your apps.
↗ make.com — Free Signup
💻
n8n Cloud
Free trial — Self-host also free
Try n8n cloud or self-host for free. Build complex multi-step workflows with code nodes and AI integrations.
↗ n8n.io
💻
Zapier Free Tier
100 tasks/month free
Easiest entry point to workflow automation. Connect 6,000+ apps with no-code Zaps. Great for learning trigger/action concepts.
↗ zapier.com
💻
Ansible Playground
Red Hat — Ansible Automation Platform
Browser-based Ansible labs on Red Hat Developer. Write and run playbooks without installing anything.
↗ Red Hat Ansible
💻
LangChain Quickstart
LangChain Docs — Python
Build your first AI agent in 15 minutes. Tool use, memory, and RAG patterns with code examples you can run in Google Colab.
↗ LangChain Quickstart
📖
Gartner Hyperautomation Report
Gartner Research
Gartner's definitive framework for hyperautomation — strategy, technology components, and maturity assessment. Required reading for architects.
↗ gartner.com/hyperautomation
📖
UiPath RPA Developer Docs
UiPath Documentation
Complete developer reference for UiPath Studio, Orchestrator, and AI Center. Activity library, API docs, and architecture guides.
↗ docs.uipath.com
📖
Terraform Documentation
HashiCorp
Full reference for HCL syntax, providers, state management, modules, and workspaces. Best IaC documentation in the industry.
↗ HashiCorp Terraform Docs
📖
LangChain Conceptual Guide
LangChain Documentation
Deep dive into chains, agents, tools, memory, and RAG. Architecture patterns for production LLM applications.
↗ LangChain Concepts
📖
Ansible Best Practices
Red Hat / Ansible Docs
Official guide to roles, collections, inventory management, vault for secrets, and scaling Ansible for enterprise environments.
↗ docs.ansible.com
📖
Camunda BPMN Guide
Camunda
BPMN 2.0 reference and Camunda Platform docs. Covers process modeling, decision tables (DMN), human tasks, and REST API.
↗ docs.camunda.io
🎧
Automation Anywhere Podcast
Automate This!
Real-world automation stories from enterprises. COOs, CIOs, and automation leads share deployment challenges and ROI. Practical, enterprise-focused.
↗ automationanywhere.com/podcast
🎧
Practical AI
Changelog Media
Weekly show covering practical AI and automation topics — agents, LLMs, MLOps. Accessible to both technical and business audiences.
↗ changelog.com/practicalai
🎧
The AI Daily Brief
Nathaniel Whittemore
Daily 15-min episodes on AI developments including agentic AI, automation tools, and enterprise deployments. Great for staying current.
↗ Apple Podcasts — AI Daily Brief
🎧
Software Engineering Daily
SE Daily
Technical deep dives on automation engineering — Kubernetes, CI/CD, infrastructure as code, platform engineering. Developer-level depth.
↗ softwareengineeringdaily.com
🎧
Lex Fridman Podcast
AI & Agents Episodes
Long-form conversations with AI researchers and lab founders on the future of agents, automation, and intelligence. Episodes with Altman, Ng, LeCun.
↗ lexfridman.com/podcast
🎧
Latent Space
swyx & Alessio
Technical interviews with AI engineers and researchers. Excellent coverage of AI agents, frameworks, and the agentic AI ecosystem.
↗ latent.space/podcast

🗺️ Your Path

Learning Roadmap

Six stages from zero to agentic AI — follow in order or jump to your level.

🧩
Stage 1
Process Thinking
Map business processes, identify bottlenecks, document workflows using BPMN. Learn what makes a good automation candidate.
📜
Stage 2
Basic Scripts
Python/PowerShell scripting, scheduled tasks, Excel macros. File handling, API calls, simple data transformations.
🤖
Stage 3
RPA
Build attended + unattended bots in UiPath or Power Automate Desktop. Orchestrate deployments, handle exceptions.
🔗
Stage 4
Workflow Automation
Zapier, Make, or n8n to connect cloud apps. Webhooks, APIs, multi-step flows with conditionals and error handling.
🧠
Stage 5
Intelligent Automation
Add ML to RPA (OCR, NLP, classification). IT automation with Ansible + Terraform. Event-driven architectures.
🚀
Stage 6
Agentic AI
Build LLM agents with tool use (LangGraph, CrewAI). Multi-agent systems, RAG pipelines, autonomous AI workflows.

Industry Frameworks & Research

Authoritative definitions and frameworks from Gartner, IEEE, and leading AI organizations — grounding automation in analyst-backed language.

Gartner · Coined 2019

🏢 Hyperautomation — Official Definition

"A business-driven, disciplined approach that organizations use to rapidly identify, vet and automate as many business and IT processes as possible. It involves the orchestrated use of multiple technologies, tools or platforms, including: artificial intelligence (AI), machine learning, event-driven software architecture, robotic process automation (RPA), business process management (BPM) and intelligent business process management suites (iBPMS), integration platform as a service (iPaaS), low-code/no-code tools, packaged software, and other types of decision, process and task automation tools."

Source: Gartner IT Glossary — named a Top Strategic Technology Trend every year since 2020
IEEE · Peer-Reviewed Research

🤖 RPA — IEEE Academic Definition

"RPA refers to process automation applications of traditional Information Technologies based on robot software with the ability to capture and interpret the specific processes of organizations. RPA uses software that allows users to define a process across multiple software programs using a graphical user interface — automating routine, rule-based processes to reduce costs and increase efficiency. RPA is not a physical robot; it is software that acts like a human when interacting with computers."

Source: IEEE Xplore peer-reviewed corpus — publications 10649336, 9208907, 9091399, 9915043
Microsoft · Industry Standard · 5 Levels

📊 Automation Maturity Model

A structured framework for assessing and advancing an organization's automation capability. Organizations advance through five progressive stages:

1
Initial — Ad-hoc automation, isolated scripts, no governance. Manual processes dominate the entire organization.
2
Repeatable — Defined automation patterns emerge. Basic RPA deployments. Some process documentation and team awareness begin.
3
Defined — Automation Center of Excellence (CoE) established. Standardized frameworks, reusable components, governed delivery pipelines in place.
4
Managed — KPI-driven automation programs. Process mining identifies candidates objectively. AI/ML integrated into core workflows and decision-making.
5
Optimized — Hyperautomation achieved. Continuous process discovery, self-healing bots, enterprise-wide orchestration, and agentic AI systems in production.
Source: Microsoft Power Automate Automation CoE Framework (learn.microsoft.com/power-automate/guidance/automation-coe); Gartner Automation Maturity Reference
Gartner · Forrester · 2024

📈 RPA & Hyperautomation Market

The RPA software market grew 14.5% to $3.6 billion in 2024 (Gartner). Global RPA spend including services reached $22.79 billion. Long-term projections range $30–65B by 2030–2032 at CAGRs of 35–44%. Forrester projected the broader market at $22B by 2025. Growth drivers: generative AI integration, process discovery automation, and hyperautomation platform consolidation replacing point-solution RPA.

Source: Gartner Market Share Analysis: RPA Worldwide 2024 (doc 6842834); Forrester Report RES177085
IBM · LangChain · AAIF · 2024–2025

🧠 Agentic AI — Converging Definitions

IBM: "An AI system that can accomplish a specific goal with limited supervision, consisting of AI agents that mimic human decision-making to solve problems in real time — extending generative AI outputs toward specific goals autonomously."

LangChain: Agents "call a model in a loop; if it decides to call a tool, you run that tool, get feedback, and pass it back into the LLM until it decides to stop." Contrasts with workflows (predefined code paths).

AAIF: The Agentic AI Foundation — launched Dec 2025 by Anthropic, OpenAI & Block under the Linux Foundation — hosts MCP, goose, and AGENTS.md as open agentic standards.

Source: IBM Think Topics; LangChain Blog "How to think about agent frameworks"; Linux Foundation AAIF Announcement Dec 2025

Key Terms — Industry Standard

18 precisely defined terms used by analysts, practitioners, and researchers — with citations to authoritative sources.

RPA — Robotic Process Automation
Software bots that replicate human interactions with digital systems to execute rule-based, repetitive tasks. Bots interact with UIs exactly as a human would — clicking, typing, reading screens — without requiring API integration. Deterministic, auditable, but brittle to UI changes.
IEEE Xplore (10649336, 9208907); Gartner IT Glossary
IPA — Intelligent Process Automation
RPA augmented with AI/ML capabilities — including NLP, computer vision (CV), OCR, and machine learning — to automate complex, judgment-intensive processes involving unstructured data. IPA handles what rules-based RPA alone cannot: invoices, emails, images, and exception-heavy workflows.
Deloitte "IPA versus RPA"; Automation Anywhere APA Framework; ABBYY
BPA — Business Process Automation
A broad category: using technology to automate recurring, multi-step business workflows. BPA encompasses RPA, workflow engines, BPM platforms, and API integrations. Focuses on end-to-end process flows rather than individual task automation. Governed by BPMN (Business Process Model & Notation) standards.
IBM; ProcessMaker; Gartner BPM Definition
Hyperautomation
Gartner's 2019 term for "a business-driven, disciplined approach to rapidly identify, vet and automate as many business and IT processes as possible" using an orchestrated combination of RPA, AI, ML, BPM, iPaaS, process mining, and low-code tools. Enterprise-wide automation at scale — not isolated bot deployments.
Gartner IT Glossary (hyperautomation) — Top Strategic Tech Trend 2020–2025
Attended Automation
RPA deployment where a bot runs on a human's workstation and is triggered by the user during their workflow. Human and bot collaborate in real time — the person handles judgment while the bot handles repetitive sub-tasks. Common in call centers, front-office operations, and compliance-heavy processes.
UiPath Attended Automation docs; Automation Anywhere; Bizagi
Unattended Automation
RPA deployment where bots execute autonomously on servers without human presence or triggering. Scheduled or event-driven. Processes entire queues of work end-to-end — invoices, reports, data migrations. Requires robust exception handling and monitoring since no human is present to intervene mid-process.
UiPath Orchestrator documentation; ABBYY RPA Glossary
Digital Worker
A virtual employee — a software entity (bot or AI agent) assigned a persona, skillset, and work queue. Digital workers can be assigned tasks, managed, and measured on output like human FTEs. The concept abstracts individual bots into workforce-level resource management. Used by UiPath, Automation Anywhere, and Blue Prism.
UiPath; SS&C Blue Prism; Automation Anywhere terminology
Process Mining
A data-driven technique extracting knowledge from event logs in enterprise systems (ERP, CRM, ITSM) to automatically reconstruct, visualize, and analyze actual business process flows. Objectively identifies deviations, bottlenecks, and automation candidates. Key vendors: Celonis, UiPath Process Mining, Microsoft Process Advisor.
IEEE Task Force on Process Mining; Celonis docs; Workscope.com
Task Mining
The capture and analysis of user desktop interactions — keystrokes, mouse clicks, app navigation — to understand how humans perform work at the task level. Complements process mining (which uses system logs) by capturing the human execution layer. Generates task flow diagrams and surfaces RPA automation candidates.
Celonis Task Mining docs; UiPath Task Mining; Flobotics comparison
Low-Code / No-Code (LCNC)
Development platforms enabling automation creation with minimal or zero hand-written code, using visual drag-and-drop interfaces, pre-built connectors, and declarative logic. Low-code targets developers; no-code targets business users. Examples: Power Automate, Zapier, n8n, Make. A named component in Gartner's hyperautomation stack.
Gartner Hyperautomation definition; Microsoft Power Platform; Zapier
Event-Driven Architecture (EDA)
A software design paradigm where components communicate by producing and consuming events (messages representing state changes). Producers emit events to a broker (Kafka, RabbitMQ, AWS EventBridge); consumers subscribe and react asynchronously. Enables real-time, decoupled automation at enterprise scale. Explicitly named in Gartner's hyperautomation definition.
AWS Architecture Center; Apache Kafka docs; Gartner Hyperautomation Glossary
Workflow Orchestration
The coordination and sequencing of automated tasks, bots, agents, and services into a coherent end-to-end process. An orchestrator manages execution order, dependencies, error handling, retries, and monitoring. Examples: UiPath Orchestrator, Apache Airflow, Temporal, n8n, Azure Logic Apps. The "conductor" of the automation stack.
UiPath Orchestrator; Apache Airflow docs; Temporal.io
AI Agent
An LLM-powered system that perceives context, reasons about goals using chain-of-thought, selects tools or actions, executes them, observes results, and iterates — all within a loop until the goal is achieved. Fundamentally different from RPA: agents handle ambiguity and open-ended tasks; bots execute fixed, deterministic scripts.
IBM Think; LangChain documentation; OpenAI Agents SDK; Anthropic docs
Multi-Agent System (MAS)
An architecture where multiple specialized AI agents collaborate — an orchestrator agent delegates subtasks to specialist agents (researcher, coder, writer, critic), each with their own tools, memory, and instructions. Enables parallelism and specialization beyond a single agent. Frameworks: LangGraph, CrewAI, Microsoft AutoGen.
LangChain Blog; Microsoft AutoGen; CrewAI docs
Tool Use (LLM Context)
The capability of an LLM-based agent to invoke external functions — web search, code execution, database queries, API calls, file operations — to gather information or take actions beyond text generation. Tools are declared to the model; the model decides when and how to call them. The mechanism transforming LLMs from responders into actors.
Anthropic Tool Use docs; OpenAI Function Calling; LangChain Tools API
ReAct Pattern
A prompting and agent design framework (Reasoning + Acting) where an LLM agent alternates: Thought → Action → Observation, repeating until complete. The agent verbalizes reasoning before each action, then observes the result. Introduced by Yao et al. (arXiv:2210.03629, 2022). Reduces hallucinations by grounding reasoning in real-world observations.
arXiv:2210.03629 "ReAct: Synergizing Reasoning and Acting"; IBM Think; Prompt Engineering Guide
Human-in-the-Loop (HITL)
An automation design pattern inserting human judgment, approval, or input at critical decision points within an otherwise automated workflow. Used when confidence is low, stakes are high, or compliance requires sign-off. Balances automation efficiency with oversight — especially critical in agentic AI deployments handling consequential actions.
LangGraph HITL docs; Anthropic Model Spec; UiPath Action Center
Continuous Automation
A practice treating automation as an ongoing, iterative discipline rather than a one-time project — continuously discovering, building, deploying, monitoring, and optimizing automations as processes evolve. Mirrors DevOps principles: CI/CD pipelines for bots. Enabled by process mining feedback loops, bot health monitoring, and automated ROI dashboards.
UiPath Platform; Microsoft Power Automate CoE Toolkit; Celonis Execution Management System

Knowledge Check

8 questions grounded in authoritative industry sources. Click an answer — green means correct, red means wrong. Explanations cite the source.

Score 0 / 0
Question 1 of 8
Gartner first introduced 'hyperautomation' as a Top Strategic Technology Trend in which year?
2019 — Gartner coined 'hyperautomation' in 2019, naming it a Top Strategic Technology Trend. It has remained on that list every year since 2020, cementing it as the defining enterprise automation strategy of the decade. Source: Gartner IT Glossary.
Question 2 of 8
Which type of RPA bot requires a human operator to trigger it and runs directly on their workstation?
Attended bot — Attended bots run on a user's workstation and are triggered by the human during their workflow. Human and bot collaborate in real time. Unattended bots run autonomously on servers with no human presence. Source: UiPath; Automation Anywhere.
Question 3 of 8
What primarily distinguishes Intelligent Process Automation (IPA) from traditional RPA?
IPA adds AI/ML — IPA = RPA + AI (NLP, OCR, computer vision, ML). Traditional RPA handles rule-based tasks with structured data only. IPA can process invoices, emails, and images — tackling judgment-intensive tasks RPA cannot. Source: Deloitte "IPA versus RPA"; ABBYY.
Question 4 of 8
In the context of LLM-based AI agents, 'tool use' refers to:
External function calls — Tool use transforms LLMs from text generators into actors. The model decides when to invoke declared tools (web search, code runners, DB queries, APIs), executes them, and observes results. Source: Anthropic Tool Use docs; OpenAI Function Calling.
Question 5 of 8
The ReAct pattern for LLM-based AI agents stands for:
Reasoning + Acting — ReAct agents alternate Thought → Action → Observation in a loop. Introduced by Yao et al. (arXiv:2210.03629, 2022). It reduces hallucinations by grounding reasoning in real observations from tool calls. Now standard in LangChain, IBM, and most major agent frameworks.
Question 6 of 8
Process mining primarily analyzes which data source to automatically reconstruct business processes?
Enterprise event logs — Process mining extracts knowledge from event logs in systems like SAP (ERP), Salesforce (CRM), ServiceNow (ITSM). Task mining (a separate technique) captures desktop user interactions. Together they cover both system flow and human execution. Source: IEEE Task Force on Process Mining; Celonis.
Question 7 of 8
According to Gartner's official hyperautomation definition, which of the following IS explicitly named as a core component?
iPaaS — Gartner's hyperautomation definition explicitly names: AI, ML, event-driven architecture, RPA, BPM/iBPMS, iPaaS, low-code/no-code tools, and packaged software. Physical robotics, blockchain, and quantum computing are not named components. Source: Gartner IT Glossary.
Question 8 of 8
How does task mining fundamentally differ from process mining?
Desktop interaction capture — Task mining tracks what humans do at the desktop level — keystrokes, clicks, app switches — to understand how tasks are actually performed. Process mining analyzes system-level event logs. Together they give a complete picture of process flow and human execution. Source: Celonis Task Mining docs; Workscope.com.

Automation Cheat Sheet

20 essential terms every automation professional must know.

RPA
Robotic Process Automation — software bots that mimic human UI interactions. Rule-based, deterministic, and fragile to UI changes.
BOT
A software agent that performs automated tasks. In RPA, a bot executes recorded or scripted interactions with applications.
IPA
Intelligent Process Automation — RPA enhanced with AI/ML capabilities (NLP, OCR, CV) to handle unstructured data and edge cases.
BPM / BPA
Business Process Management / Automation — modeling, analyzing, and automating end-to-end business processes using BPMN standards.
Hyperautomation
Gartner-coined strategy: systematically automate as many processes as possible using combined RPA + AI + analytics + BPM tools.
Attended Bot
RPA bot that runs on a user's desktop and works alongside them. Human triggers the bot and can intervene. Used for assisted tasks.
Unattended Bot
RPA bot that runs autonomously on servers without human interaction. Triggered by schedule, queue, or event. High-volume processing.
Orchestrator
Central control server that deploys, schedules, monitors, and manages bots. UiPath Orchestrator and AA Control Room are examples.
Trigger
An event that starts an automation. Can be time-based (schedule), data-based (new row in DB), or event-based (webhook, email received).
Webhook
An HTTP callback — when Event X happens in System A, it POSTs data to a URL in System B, triggering downstream automation.
API
Application Programming Interface — structured way for systems to communicate. REST APIs are the backbone of modern workflow automation.
AI Agent
An LLM-powered system that perceives context, reasons about goals, selects tools/actions, executes them, and observes results in a loop.
Tool Use
Agent capability to call external functions — web search, code execution, database queries, API calls — to gather info or take actions.
RAG Agent
Retrieval-Augmented Generation agent — retrieves relevant docs from a vector store before generating a response. Reduces hallucination.
Multi-Agent System
Multiple AI agents collaborating — an orchestrator delegates tasks to specialist agents (researcher, coder, writer) with their own tools and memory.
IaC
Infrastructure as Code — defining servers, networks, and cloud resources in version-controlled code (Terraform HCL, Ansible YAML).
Idempotent
Running an automation multiple times produces the same result as running it once. Critical property for safe IT automation playbooks.
Event-Driven Architecture
System design where components communicate via events (messages). Producers emit events; consumers react. Enables real-time automation at scale.
Process Mining
Analyzing event logs from IT systems to discover, visualize, and improve actual business processes. Identifies automation candidates objectively.
Decision Engine / BRE
Business Rules Engine — executes complex decision logic (if X and Y then Z) separately from application code. DMN tables, Drools, FICO Blaze.