Skip to content

Agentic AI: What Project Managers Need to Know

Traditional AI advises. Agentic AI acts — autonomously browsing, calling APIs, executing code, and delegating to other agents. The shift from output to action changes everything about how you govern AI projects. Here's what EU AI Act Article 14, NIST MANAGE 2.4, and Singapore's IMDA require of you.

By AIPMO
Published: · 14 min read
PM Takeaways
  • Agentic AI systems take action autonomously — calling APIs, executing code, managing workflows — without waiting for a human to approve each step. That shift from “AI that recommends” to “AI that acts” changes what oversight means and what your project needs to put in place.
  • Before an agentic system touches production, you need defined autonomy boundaries, documented escalation triggers, and a tested circuit breaker. NIST MANAGE 2.4 requires deactivation criteria to be established before deployment — not drafted after an incident.
  • A single misunderstood goal instruction can cascade across tool calls and downstream systems. Document what the agent is and is not allowed to do, and make sure those constraints are technically enforced — not just described in a policy document.
  • If your agentic system operates in a high-risk use case — employment, credit, education, healthcare — it inherits full EU AI Act Chapter III obligations regardless of the underlying model’s license or origin. Classify it properly at the start of the project.
  • Multi-agent systems need system-level governance. When one agent orchestrates others, accountability gaps between them are a known failure mode that no individual agent’s guardrails can fully prevent on their own.

The AI systems you’ve been managing are about to get more complicated. Traditional AI makes recommendations that humans review and implement. Agentic AI takes action on its own — browsing the web, executing code, calling APIs, managing workflows, even delegating tasks to other AI systems. The shift from “AI that advises” to “AI that acts” changes how you plan, govern, and oversee AI projects in ways none of the existing frameworks fully anticipated when they were written.

The frameworks you’ve learned still apply — but they need to stretch. This article explains where they stretch, what new obligations they create, and what PMs need to govern before an agentic system goes anywhere near production.


What Makes AI “Agentic”

Not all AI is agentic. The distinction matters for governance because the accountability model changes at each level of autonomy. Traditional AI operates on a simple cycle: input, model, output. Agentic AI operates on a different cycle: goal, planning, action, observation, replanning, further action. The agent doesn’t wait for human approval between steps.

CharacteristicWhat It Means for Governance
AutonomyActs without step-by-step human direction — oversight must be designed into the system, not applied at each step.
Goal-directedWorks toward objectives rather than responding to single prompts — goal specification becomes a risk surface.
Tool useInteracts with external systems, APIs, databases, files — each tool is an expanded attack surface.
PlanningBreaks down complex tasks into steps — action sequences may be unpredictable even if the goal was clearly defined.
PersistenceMaintains context across multiple actions — errors compound rather than being isolated to a single response.
AdaptabilityAdjusts approach based on results — the system you tested may not be the system operating in production.

The Spectrum of Agency

Agency isn’t binary. Most current enterprise deployments sit in the assisted-to-supervised range — but the technology is enabling more delegated and autonomous use cases rapidly.

LevelDescription
AdvisoryAI recommends, human acts. Example: chatbot suggests a draft response.
AssistedAI drafts, human approves each step. Example: AI writes email, human sends.
SupervisedAI acts within set boundaries, human monitors. Example: AI schedules within calendar rules.
DelegatedAI completes tasks, human reviews outcomes. Example: agent researches and produces report.
AutonomousAI operates independently toward goals. Example: self-managing system optimization.

Your governance approach should be calibrated to where on this spectrum your deployment sits. A supervised agent with limited tool access needs different oversight than a delegated agent with broad system permissions.


Why Agentic AI Is Different

Unpredictable Action Sequences

Traditional AI is bounded and predictable: given this input, the system produces this output. Agentic AI is emergent: given this goal, the action sequence that follows depends on what the agent encounters at each step. You cannot fully specify in advance what steps an agent will take. PMI-CPMAI Phase IV identifies this directly: managing agentic AI requires new oversight methods beyond traditional software because emergent behaviors cannot be predicted from component-level testing alone.

Cascading Errors

In traditional AI, a wrong answer is contained — the human catches it before acting. In agentic AI, one mistake can cascade: a misinterpreted instruction leads to wrong research, which feeds a flawed analysis, which triggers incorrect actions in downstream systems. By the time the error is visible, it may have propagated across multiple tools and data stores.

This is why NIST MANAGE 2.4 requires that mechanisms for superseding, disengaging, or deactivating AI systems be established before deployment, not drafted after an incident: “Mechanisms are in place and applied, and responsibilities are assigned and understood, to supersede, disengage, or deactivate AI systems that demonstrate performance or outcomes inconsistent with intended use.”

Expanded Attack Surface

Every tool an agent can use is a potential risk vector. Web browsing exposes the system to prompt injection from malicious pages. File access enables data exfiltration or corruption. API calls can trigger unintended actions in connected systems. Code execution can have consequences far beyond the immediate task.

Accountability Gaps

When an agent takes a sequence of autonomous actions, traditional accountability models break down. Who is responsible for the outcome — the person who set the goal, the team that configured the agent, or the vendor who built the model? The answer isn’t always clear, and in multi-agent architectures it becomes harder still. Governance must assign accountability before deployment, not search for it after.


The Regulatory Landscape

EU AI Act

The EU AI Act’s risk-based approach applies to agentic AI without modification. High-risk agentic uses — employment screening, credit assessment, education, law enforcement — require full Chapter III compliance: risk management, data governance, technical documentation, quality management, post-market monitoring, and human oversight. These requirements attach to the use case, not the model.

Article 14 is the central obligation for deployers. High-risk AI systems must be designed and developed so that they can be effectively overseen by natural persons during the period in which they are in use. Article 14(4) specifies that the persons assigned oversight must be able to intervene in the operation of the high-risk AI system or interrupt the system through a “stop” button or a similar procedure. For agentic systems, this means a functional circuit breaker is not optional.

Article 14(4)(b) also requires that assigned persons remain aware of the possible tendency of automatically relying or over-relying on the output produced by a high-risk AI system — automation bias. In agentic systems where action sequences happen faster than human review cycles, this risk is structurally amplified.

NIST AI RMF

NIST has not yet issued agentic-specific guidance — a revision to address agentic AI is anticipated — but the AI RMF’s existing functions apply directly. Four functions are directly relevant:

  • MAP 3.5: Processes for human oversight must be defined, assessed, and documented in accordance with organizational policies. Oversight is a shared responsibility and attempts to govern oversight practices will not be effective without organizational buy-in and accountability mechanisms.
  • MANAGE 2.4: Mechanisms must be in place to supersede, disengage, or deactivate AI systems. Action MG-2.4-004 requires teams to establish and regularly review specific criteria that warrants the deactivation of GAI systems in accordance with set risk tolerances.
  • MANAGE 2.3: Procedures must be in place to respond to and recover from previously unknown risks. Response and recovery plans must account for the GAI system value chain and include communication procedures for downstream actors.
  • MANAGE 4.1: Post-deployment monitoring plans must include mechanisms for capturing and evaluating input from users and other relevant AI actors, appeal and override, decommissioning, incident response, recovery, and change management.

Singapore IMDA

Singapore’s IMDA published its Agentic AI Governance Framework in 2025, introducing a principal-agent accountability model that is directly actionable for PMs. The framework defines the deploying organization as the principal — the party who authorizes the agent’s actions and retains accountability for outcomes — and establishes five governance principles:

  • Directed: Agents must operate within goals and boundaries set by the principal. Scope creep — the agent interpreting its goals more broadly than intended — is a primary failure mode.
  • Sanctioned: Agents should only take actions explicitly authorized. Any action outside the sanctioned set requires escalation, not autonomous judgment.
  • Supervised: Meaningful human oversight must be maintained throughout operation, not only at initial deployment.
  • Transparent: Agent actions, decisions, and data access must be logged in a way that allows audit and explainability.
  • Minimal footprint: Agents should request only the permissions and access they need for the current task. Broad, standing permissions are a governance risk, not an efficiency gain.

The minimal footprint principle has direct PM implications: resist the temptation to grant broad system access for convenience. Every permission granted to an agent expands the blast radius of a misinterpreted goal or a compromised prompt.


Your Governance Obligations

Project Charter Requirements

An agentic AI project charter must address elements that don’t appear in traditional AI project documentation. Before any agent is deployed, the following must be defined and formally approved:

Charter ElementWhat Must Be Defined
Autonomy levelWhere on the advisory-to-autonomous spectrum does this system sit? This determines oversight intensity.
Tool accessWhat systems, APIs, and data can the agent interact with? Each must be explicitly listed.
BoundariesWhat actions are explicitly prohibited? Stated as rules, not as general principles.
Escalation triggersUnder what specific conditions must the agent stop and seek human input?
Circuit breakerWho has authority to interrupt the system, how do they do it, and is it tested?
Rollback capabilityCan agent actions be reversed? If not, what compensating controls exist for irreversible actions?
Accountability assignmentWho is the named human responsible for oversight per EU AI Act Article 14?

Risk Assessment

Agentic AI introduces risk categories that don’t appear in standard AI risk registers. Each requires explicit documentation:

  • Scope creep: Could the agent interpret its goals more broadly than intended? How are goal statements validated before deployment?
  • Cascading errors: How far could a mistake propagate before being detected? What’s the maximum blast radius?
  • Prompt injection: Could external content manipulate the agent’s behavior via web browsing, document reading, or API responses?
  • Tool misuse: Could the agent use its authorized tools in ways that weren’t anticipated when permissions were granted?
  • Resource consumption: Could the agent consume excessive compute, API calls, or budget autonomously? Are there hard caps?
  • Data exposure: Could the agent inadvertently transmit sensitive information to external systems or third-party APIs?
  • Unauthorized actions: Could the agent take actions outside its intended scope, either through misinterpretation or adversarial manipulation?

Human Oversight Design

EU AI Act Article 14 requires that oversight be designed into the system before deployment. For agentic AI, this means selecting a model appropriate to the risk level:

Oversight ModelWhen to Use
Approval gatesAgent pauses at defined points for human sign-off. Required for high-risk or irreversible actions.
Boundary enforcementAgent operates freely within defined constraints; triggers escalation at boundary. For lower-risk tasks with clear limits.
Monitoring and interventionAgent acts; humans watch and can interrupt. For time-sensitive tasks where approval gates would break the use case.
Post-hoc reviewAgent completes tasks; humans review outcomes. Only for low-risk, fully reversible actions.

For most enterprise use cases, a combination is appropriate — tight approval gates on high-risk or irreversible actions, boundary enforcement on routine tasks. The oversight model must be specified in the project charter and tested before production deployment.


Testing: Beyond Traditional QA

Traditional testing asks: given this input, does the system produce correct output? Agentic testing must ask a different set of questions:

  • Given this goal, does the agent take appropriate steps — not just the right final action, but the right path?
  • Does the agent stay within its authorized boundaries when pursuing goals?
  • How does the agent behave when it encounters unexpected or ambiguous situations mid-task?
  • Can the agent be manipulated by adversarial content in its environment — malicious web pages, doctored API responses?
  • Does the agent handle failures in connected systems gracefully, or do external failures cascade?

PMI-CPMAI Phase V for agentic AI specifies comprehensive validation requirements: individual agent performance testing, multi-agent coordination testing, safety mechanism validation, and adversarial scenario testing that attempts to manipulate agent behavior through prompt injection, goal ambiguity, and environmental manipulation. CPMAI’s agentic success factors identify two specific gaps that traditional QA misses: circuit breaker effectiveness (does the safety mechanism actually stop the agent under the conditions where it should?) and constraint enforcement validation (does the agent stay within boundaries when pursuing goals, or does goal-directed reasoning override constraints?).


Post-Deployment Monitoring

Agentic systems require a monitoring framework that traditional AI production monitoring doesn’t address. NIST MANAGE 4.1 requires post-deployment monitoring plans to include mechanisms for capturing and evaluating input from users and other relevant AI actors, appeal and override, decommissioning, incident response, recovery, and change management.

MetricPurpose
Action logsFull audit trail of every action taken, every tool called, every data source accessed.
Boundary violationsDid the agent attempt actions outside its defined scope? These are early warning signals.
Escalation patternsWhen does the agent seek human input? Changes in escalation frequency signal behavioral drift.
Error ratesHow often do action sequences fail, and at what step?
Resource usageCompute, API calls, cost — unexpected spikes signal scope creep or adversarial manipulation.
Outcome qualityAre completed tasks meeting quality standards? Degradation in quality precedes more serious failures.

NIST MANAGE 4.1 action MG-4.1-002 specifically requires organizations to evaluate effectiveness of organizational processes and procedures for post-deployment monitoring of GAI systems — not just implement monitoring. This means regular reviews of whether the monitoring framework is actually detecting the issues it was designed to catch.


Multi-Agent Systems

Complexity increases substantially when multiple agents work together. Governance must account for the system as a whole, not just individual agents.

Orchestration PatternGovernance Challenge
SequentialAgents hand off tasks in sequence — accountability across handoffs must be explicitly assigned.
ParallelAgents work simultaneously on subtasks — coordination failures and conflicting actions are the primary risk.
HierarchicalSupervisor agent delegates to worker agents — the supervisor’s instructions become a governance surface.
CollaborativeAgents negotiate and coordinate — emergent behavior from interactions is the hardest risk to anticipate in testing.

Three risks are unique to multi-agent architectures. Accountability diffusion: when multiple agents contribute to an outcome, responsibility is harder to trace — the IMDA’s principal-agent model addresses this by requiring that accountability remain with the human principal regardless of how many agents are involved. Error amplification: in parallel and collaborative architectures, errors can be amplified across agents simultaneously. Emergent behavior: system-level behaviors can emerge from agent interactions that no individual agent was designed to produce and that unit-level testing would never surface.


Right-Sizing for Your Situation

Greenfield — First Agentic Deployment

Start with a supervised agent that has the minimum tool access required to deliver business value. Define boundaries tightly before you grant permissions broadly. The IMDA’s minimal footprint principle is your default starting position, not a constraint to be engineered around. Build and test your circuit breaker before you build and test anything else. The AI Governance Advisor at app.aipmo.co can generate a project charter template for agentic AI deployments grounded in CPMAI Phase I requirements and EU AI Act Article 14 oversight obligations.

Emerging — Agentic Capabilities in Production

Formalize what is likely currently informal. Document the autonomy boundaries, escalation triggers, and oversight assignments that are probably understood by the team but not formally specified. Conduct the adversarial testing and circuit breaker validation that was likely skipped in an initial deployment. NIST MANAGE 4.1 requires that monitoring effectiveness be evaluated, not just that monitoring exists — run a gap assessment against that standard before treating existing monitoring as adequate.

Established — Governing Agentic AI Across Multiple Systems

At scale, the challenge is governance consistency across teams and use cases. The IMDA principal-agent model provides a common accountability framework that can be applied portfolio-wide without requiring custom governance approaches per project. Map your portfolio-level agentic AI governance to EU AI Act Article 14 obligations and NIST MANAGE 2.4 deactivation standards to establish a defensible compliance baseline.

The AI Governance Advisor at app.aipmo.co can help you work through agentic AI governance for your specific deployment context, autonomy level, and regulatory requirements.


Framework References

EU AI Act (Regulation (EU) 2024/1689) — Article 14 (human oversight requirements for high-risk AI, circuit breaker obligation, automation bias awareness), Article 5 (prohibited AI practices including manipulation), Chapter III (high-risk AI system compliance requirements). Obligations attach to use case, not to model architecture.

NIST AI RMF 1.0 (NIST AI 100-1, 2023) — MAP 3.5 (human oversight processes), MANAGE 2.3 (response to unknown risks and value chain communication), MANAGE 2.4 / MG-2.4-004 (deactivation and disengagement mechanisms, deactivation criteria), MANAGE 4.1 / MG-4.1-002 (post-deployment monitoring effectiveness evaluation).

NIST AI 600-1 GenAI Profile (2024) — MG-2.4-001 through MG-2.4-004. Deactivation criteria and escalation procedures for GenAI systems.

Singapore IMDA — Agentic AI Governance Framework (2025). Principal-agent accountability model; five governance principles: directed, sanctioned, supervised, transparent, minimal footprint. Government Technology Agency of Singapore Agentic AI Primer (2025).

PMI — Guide to Leading and Managing AI Projects (CPMAI), 2025. Phase IV (model development for agentic AI), Phase V (model evaluation for agentic AI including adversarial testing and multi-agent coordination), agentic AI success factors including circuit breaker effectiveness and constraint enforcement validation.

IAPP/HCLTech — Global AI Governance Law & Policy Series 2025. Agentic AI regulatory landscape; continuous monitoring and in-life change control requirements across jurisdictions.

This article is part of AIPMO’s Emerging Topics series. See also: Open-Source AI Governance  |  LLM Safety Benchmarking  |  AI Testing and Validation (TEVV)  |  The PM’s Guide to NIST AI RMF

More in Emerging Topics

See all

More from AIPMO

See all