Agentic AI is not just another AI trend. It marks a fundamental shift — from AI that answers questions to AI that takes actions autonomously in complex environments. In industrial settings, this distinction carries real-world consequences. A system that can interpret a high-level production goal, decompose it into steps, issue commands to underlying systems, and adapt when conditions change is qualitatively different from a dashboard that flags anomalies for a human operator to investigate.
The implications for operational technology are significant. Industrial environments — factories, energy plants, water treatment facilities, refineries — are defined by real-time physical processes, safety constraints, and equipment that was often never designed with connectivity or intelligence in mind. Deploying agentic AI into these environments requires understanding both the technology's potential and the governance structure needed to keep it safe.
What Makes AI "Agentic"?
Traditional machine learning models perform a specific task: classify this image, predict this value, detect this anomaly. They are reactive and narrow. Agentic AI is different in kind. An agentic system combines a large language model (or equivalent reasoning engine) with planning capability, tool access, and memory — enabling it to pursue multi-step goals over time.
In practical terms, an agentic AI system in an industrial context can:
- Interpret a high-level production goal ("minimise compressor energy while maintaining throughput") and decompose it into a sequence of actions
- Continuously ingest and analyse real-time OT data streams from historians, SCADA systems, and sensor networks
- Coordinate multiple specialised sub-agents across different parts of the production chain
- Adapt its strategy dynamically when equipment state, supply conditions, or environmental factors change
- Generate and submit work orders, maintenance requests, or procurement actions through integration with enterprise systems
This is not a chatbot that helps an operator search a manual. It is a system that can observe, decide, and act — with or without a human in the loop at each step, depending on how it is configured.
Where Agentic AI Applies in OT
The Purdue Model — the industry-standard framework for OT network architecture — provides a useful lens for understanding where different types of agentic AI belong in an industrial stack. Each level of the model has different latency requirements, safety implications, and tolerance for uncertainty in the outputs that drive it.
At Levels 0–1 (field devices and basic control), AI must be deterministic, validated, and bounded. Edge models running on PLCs and controllers can detect local anomalies and generate immediate alerts, but they do not plan or reason — they execute validated logic at machine speed. At Level 2 (SCADA and HMI), AI assists with real-time process optimisation and alert management, with human oversight remaining central. At Level 3 (site operations), AI has access to historian data and can run predictive maintenance models and trend analysis. At Levels 4–5 (enterprise systems), LLM-based orchestration becomes appropriate — generating work orders, coordinating procurement, and running complex cross-site analysis.
Real-World Capabilities: What Has Already Worked
The CodeReAct framework — a pattern that embeds executable code within a thought-action-observation loop — has been deployed in data centre environments with directly applicable lessons for industrial OT. In this architecture, an AI agent analyses alerts from pumps, chillers, and compressors by interleaving reasoning steps with tool calls: querying sensor histories, running diagnostic calculations, and proposing remediation actions. The result in documented deployments was 25–40% faster diagnostics and a measurable reduction in unplanned downtime events.
This pattern is directly transferable to industrial OT. An agent that can reason over historian data, query SCADA APIs, cross-reference equipment specifications, and generate a structured maintenance recommendation — without requiring an engineer to pull data from five different systems — represents a genuine productivity gain that does not require autonomous physical action to deliver value.
Edge AI vs. Cloud AI: The Deployment Split
The most important architectural decision in industrial agentic AI is the boundary between edge and cloud. This boundary is not just technical — it is a safety and governance boundary.
The edge tier handles everything that requires immediate, reliable, deterministic response: anomaly detection on sensor streams, local process supervision, safety interlock monitoring. These models are small, pre-trained, and validated before deployment. They do not "reason" in the LLM sense — they produce bounded outputs based on known-good logic.
The cloud or central tier handles complex multi-step reasoning, cross-site analysis, and integration with enterprise workflows. This is where LLM-based agents are appropriate — because their outputs are advisory, not directly controlling physical processes. A cloud AI agent that generates a maintenance work order is not issuing a command to a pump. The work order goes through an existing approval and scheduling workflow. That distinction is fundamental.
The Agentic AI Architecture
A safe agentic AI deployment for OT follows a layered architecture that separates data collection, inference, action, and human oversight into distinct, controlled stages.
This architecture makes the human gate explicit and structural — not an optional safeguard that can be bypassed when the system becomes more trusted over time. The agent can plan and call tools autonomously, but any output that affects a physical process or commits a resource goes through human review before execution.
CISA and NCSC Governance Framework
Both the US Cybersecurity and Infrastructure Security Agency (CISA) and the UK's National Cyber Security Centre (NCSC) have published guidance on AI in critical infrastructure. The core framework resolves into four principles that apply directly to industrial AI deployments.
Understand AI means developing genuine literacy about how AI systems fail — not just how they succeed. Hallucination (confident but incorrect outputs), model drift (performance degradation as the real world diverges from training data), and adversarial inputs (deliberate manipulation of AI behaviour) are all real risks in industrial deployments. AI literacy among the engineering leadership team responsible for OT is not optional.
Consider Use means applying the governance framework before deployment decisions are made, not after. Is the AI system being considered for a role where its outputs could affect physical processes? What are the data security implications of connecting OT historians to an AI platform? How does the deployment interact with NIS2, IEC 62443, or sector-specific obligations?
Establish Governance means creating the institutional structures that keep AI systems under control over time: change control processes for model updates, testing protocols before any AI model is promoted to production, and clear accountability for AI performance in the OT environment.
Embed Safety and Security means designing human oversight and validation into the architecture — not as a checkbox, but as a structural feature. Every AI output that can affect a physical process must have a review and approval step that a human can understand and act on.
The Human-in-the-Loop Imperative
The question of how much autonomy to extend to AI in industrial environments is the central deployment decision. A useful framework distinguishes three modes of operation:
Advisory mode: The AI observes, analyses, and recommends. A human engineer reviews the recommendation and decides whether to act. The AI has no ability to initiate action. This is the appropriate starting point for all new deployments.
Supervised automation: The AI can take certain actions autonomously within defined bounds — for example, adjusting a setpoint within a pre-approved range, or scheduling a maintenance notification. A human monitors and can override at any time. Appropriate for well-understood, low-consequence, reversible actions after the AI has demonstrated reliable performance in advisory mode.
Autonomous operation: The AI acts without per-action human approval. Appropriate only for a small class of actions that are: (a) well-defined with predictable outcomes, (b) reversible without human intervention, and (c) of sufficiently low consequence that errors can be recovered automatically. In most OT environments, very few actions meet all three criteria.
The progressive extension of AI autonomy should be driven by demonstrated reliability at the previous level — not by a predetermined schedule or by vendor assurances. Prove advisory performance first, then earn supervised autonomy, then evaluate autonomous operation on a case-by-case basis for specific, bounded actions.
Starting the First Deployment
The first agentic AI deployment in an OT environment should be narrow, observable, and advisory. A single well-defined use case — predictive maintenance on a specific class of equipment, for example — allows the organisation to build the data pipelines, validate the AI's analytical outputs against engineering expertise, and develop confidence in the system before expanding scope or autonomy.
The technical prerequisites are often underestimated. A reliable, normalised data feed from the relevant OT systems is non-negotiable. Most industrial operators have the data — but it is distributed across multiple historians, uses inconsistent tag naming, and has gaps and anomalies that must be addressed before an AI model can use it meaningfully. Expect the data engineering work to take as long as the AI model development.
The governance prerequisites are equally important. Who approves changes to the AI model? Who is accountable when the AI makes a wrong recommendation that an engineer acts on? What is the process for retraining the model when OT network topology or equipment configuration changes? These questions need answers before the first deployment — not after the first incident.