AI Enabled SAFe
24 MIN READ

Agentic Engineering: What Karpathy’s Vision Means for SAFe Roles

Karpathy's agentic engineering maps directly onto SAFe's RTE, Product Owner, and System Architect roles—the governance you already have becomes the control surface for autonomous agents.

Most organizations scaling agile assume AI coding agents simply make developers faster. The real disruption runs deeper: agentic engineering restructures which humans hold which decisions, and the governance architecture SAFe already provides becomes the control surface for an entirely new class of autonomous worker. When Andrej Karpathy coined the term to describe the disciplined orchestration of fallible AI agents, he wasn’t describing a developer productivity hack; he was naming a paradigm shift that maps directly onto the Release Train Engineer, Product Owner, and System Architect roles your organization already staffs. Understanding agentic engineering and what Karpathy’s vision means for SAFe roles determines whether your next PI Planning cycle designs for this shift or gets redesigned by it.


Where this article sits

Journey stage 1 of 7: Readiness

readiness use-cases roi pilots kpis operationalize scale

this articlelinkedjourney stagepillar

Your trail so far

The articles you visit light up on this map.

What Is Agentic Engineering? Karpathy’s Definition Beyond Vibe Coding

Agentic engineering is the professional discipline of coordinating one or more AI coding agents to ship production-grade software while a human remains accountable for the spec, the quality bar, security, and architectural taste: a definition Andrej Karpathy introduced in conversation with Sequoia partner Stephanie Zhan at Sequoia AI Ascent 2026 (AI Builder Club. Karpathy, OpenAI cofounder, former Tesla AI director, Eureka Labs founder, and now at Anthropic, decomposed the term on X into two deliberate parts: “agentic” because the new default is that you are not writing the code directly 99% of the time, you are orchestrating agents who do and acting as oversight; “engineering” to emphasize that there is an art, science, and expertise to it that can be learned and improved at (Glide.

How Does Agentic Engineering Differ from Vibe Coding?

The organizing contrast with vibe coding, the term Karpathy coined in 2025 to describe prompting AI, accepting everything it generates, and iterating by pasting errors back, is an asymmetry of floors and ceilings. Vibe coding raises the floor of what any individual can build. Agentic engineering preserves the ceiling of professional software. Both can exist on the same team, in the same repo, on the same day; but they carry fundamentally different accountability structures. Karpathy draws an explicit bright line: you are not allowed to introduce security vulnerabilities because you were vibe coding. No vulnerability amnesty exists for undisciplined agent use (Complete RPA Bootcamp.

Why Did the Industry Need a Formal Discipline for Agent-Driven Development?

Anna Gutowska at IBM published one of the earliest formal treatments in February 2026, framing agentic engineering as the necessary counter to “AI slop”; code that is not useful or breaks existing systems, increasing technical debt as teams spend their time understanding, debugging, and refactoring agent output rather than shipping value (IBM. Addy Osmani identified the root of the confusion: “vibe coding” had become a suitcase term conflating weekend hacks with disciplined agent-driven workflows, and the conflation was causing real damage to professional practice (Osmani. The academic framing from “How AI Agents Are Restructuring the Software Paradigm” (arXiv, 2026) formalized what practitioners were already experiencing; agentic engineering as an emerging discipline with its own concepts, tools, and metrics, whose practitioners are not “better programmers” but a fundamentally different role: intent architects, agent coordinators, and outcome auditors. Karpathy characterizes the agents themselves as spiky, fallible, stochastic, but extremely powerful entities that require a new kind of taste and judgment to direct (arXiv.


The Skill Inversion: What Becomes Scarce When Agents Write 80% of the Code

The market reprices skills the moment their supply becomes infinite; and AI coding agents just made code generation abundant while making architectural judgment and orchestration capacity the binding constraint on team output. This section reads the scarcity inversion as a hiring and capacity signal: the skills that survive are exactly the ones SAFe role definitions must now select for.

Karpathy’s Scarcity Inversion

The value of each engineering skill now moves inversely to its automatability, and Karpathy’s explicit list is a scarcity repricing that engineering managers can use to restructure team portfolios. His summary is direct: “The scarce thing is shifting. Less scarce: code generation, boilerplate, first drafts, setup. More scarce: understanding, taste, eval design, security, agent orchestration” (AI Builder Club. This is not a prediction about what might become valuable: it describes what has already shifted for practitioners operating at the frontier since December 2025.

The mechanism is straightforward: as agents handle more code generation, every skill that cannot be delegated to an agent concentrates value. Understanding cannot be outsourced because it requires comprehension of what is worth building, not merely how to build it. Taste matters because agents produce code that works but is sometimes bloated or awkwardly abstracted. Security oversight remains human because the consequences of agent-introduced vulnerabilities are borne by the organization, not the model. The market has started pricing these skills accordingly; organizations competing for agentic engineering talent find that the traditional coding-puzzle interview selects for exactly the skills that became abundant.

Agent Orchestration and Understanding

Agent orchestration, decomposing work into well-scoped tasks, writing specs that constrain agent behavior, and managing multiple parallel agents without losing coherent system direction, represents the highest-leverage skill in the new hierarchy because it determines how much agent capacity a single human can direct. Karpathy positions this as the multiplier skill: the engineer who can orchestrate effectively gets output that scales with agent count, while the engineer who cannot gets diminishing returns regardless of how many agents are available.

Understanding operates as the constraint on orchestration quality. You can outsource syntax recall and implementation details to agents, but you cannot outsource the architectural comprehension required to detect when an agent’s output is plausible but structurally wrong. The combination of orchestration skill and deep understanding creates the productivity ceiling that distinguishes agentic engineers from developers who merely prompt: the former directs a system, the latter generates fragments.

Eval Design Failure Illustrations

Eval design, building feedback loops with verifiable signals so you know when the agent is off the rails, separates organizations that can trust agent output at scale from those trapped in manual review bottlenecks. Without eval coverage, every agent action requires human inspection; with it, humans intervene only when verifiable signals indicate deviation. Karpathy estimates roughly a 20% chance of error per agent action, meaning a five-step autonomous sequence has only a 32% chance of full correctness; making eval design the mechanism that converts unreliable individual actions into reliable system-level output (The Deep Feed.

The failure mode is silent degradation: without eval signals, agent output passes review because it looks reasonable while accumulating subtle architectural debt. Organizations that treat eval design as optional discover the cost only when refactoring agent-generated code becomes more expensive than writing it manually would have been. The discipline requires defining what “correct” means before prompting, building automated verification against that definition, and using failures as training signal for both the team and the agent context: a fundamentally different approach from traditional code review.

Majic’s 80% Code Generation Figure

Josipa Majic reported in Forbes (March 2026) that AI agents wrote 80% of Karpathy’s own code: a figure that captures the magnitude of the workflow inversion in a single statistic (Forbes. Karpathy himself described the transition: in November 2025, he was writing roughly 80% of his code manually and using AI for the remainder. By December, that ratio had completely inverted. “Coding agents basically didn’t work before December and basically work since,” he wrote on X, calling the change “extremely disruptive to the default programming workflow.”

The displacement consequence falls disproportionately on junior developers whose primary value proposition has been writing code that senior engineers spec. When agents can generate that code faster and more consistently, the entry path into engineering must shift from “write code well” to “decompose problems, validate output, and maintain quality under orchestration.” Organizations that do not redesign their apprenticeship model around the new scarce skills create a gap: senior engineers operating at the agentic frontier cannot develop successors through the traditional mentorship of code review, because the code being reviewed was never hand-written.

Stripe Email Identifier Anecdote

Karpathy’s most cited failure-mode illustration involves his agents matching Stripe email addresses to Google email addresses instead of using persistent user IDs: a design decision that is architecturally wrong but superficially plausible, the exact class of error that automated testing alone cannot reliably catch (Complete RPA Bootcamp. The anecdote grounds the abstract concept of “system design judgment” in a concrete failure signature: the agent produced working code that would have shipped to production without human oversight.

This class of plausible-but-wrong decision defines the boundary between what agents can handle autonomously and what requires human architectural review. Email-as-identifier works in testing, passes type checks, and satisfies functional requirements: it fails only when exposed to the broader system context that agents lack. The scarce skill is recognizing which decisions carry cross-system implications, a judgment that requires understanding the full dependency graph beyond the agent’s context window.

Steinberger’s Hundred-Agent Frontier

Peter Steinberger represents Karpathy’s cited frontier example: running dozens, sometimes a hundred, AI agents in parallel across deployment sequences, bug detection, and PR management; demonstrating the scale ceiling available to practitioners who have mastered orchestration (AI Builder Club. Steinberger’s practice demonstrates that the multiplier effect of agentic engineering is not theoretical: it operates today for individuals who have invested in the setup, understanding, and orchestration infrastructure required.

The named failure mode at this scale is losing track of what agents are doing until quality degrades expensively. Parallel agents operating without coordinated context create interference patterns: one agent’s output contradicts another’s, or both solve the same problem differently, or sequential dependencies break because execution order is non-deterministic. The orchestration skill at the hundred-agent frontier is not merely “start more agents” but “maintain coherent system direction while parallelizing execution”: a fundamentally different cognitive load than managing a human team.

The Beyond-10x Ceiling Claim

Karpathy positions the productivity ceiling for practitioners who master agentic engineering as “far beyond the old 10x engineer benchmark,” though he deliberately avoids assigning a specific multiplier (Complete RPA Bootcamp. The claim is structural rather than aspirational: if an engineer can effectively orchestrate agents that handle 80% of implementation, and orchestration skill determines how many agents operate coherently in parallel, the productivity function scales with agent count rather than individual coding speed.

The incentive structure this creates for engineering organizations is clear: investing in orchestration and oversight skills produces multiplicative returns, while investing in individual coding speed produces linear returns that agents will absorb regardless. Teams that read this signal early and restructure hiring, training, and role definitions around the scarce skills capture the productivity ceiling. Teams that continue optimizing for code-writing speed are optimizing for the skill that just became abundant.


Mapping Agentic Engineering onto SAFe Roles: RTE, Product Owner, and System Architect in the Agent Era

Agent-orchestration frameworks encode exactly the control points that SAFe already names; goal-setting nodes, state-transition design, and human-approval interrupts map directly onto Product Management, System Architecture, and Release Train Engineer governance without requiring new organizational concepts, only new role charter content.

Three-Tier Role-to-Framework Mapping

The structural mapping from agent-orchestration frameworks to SAFe governance operates at three tiers: intent nodes where goals and constraints are defined map to the Product Manager and Product Owner roles; graph design where states, transitions, and failure modes are specified maps to the System Architect and Enterprise Architect roles; and human-in-the-loop interrupt and approval nodes where autonomous execution pauses for human judgment map to Release Train Engineers and governance bodies. This is not an analogy: it is a functional equivalence that becomes visible when agent workflows are diagrammed alongside SAFe operating model structures.

The implication for LACE members designing next-PI role charters is direct: agents do not replace these control points, they make them load-bearing in a way that was previously optional. When humans wrote all the code, a poorly defined Solution Intent was merely inefficient. When agents generate code from intent specifications, a poorly defined intent produces structurally wrong output at high speed. The governance architecture SAFe provides becomes the quality mechanism for agent-augmented delivery.

RTE as Interrupt Node Owner

The Release Train Engineer does not disappear in an agentic Agile Release Train: the RTE becomes the human owner of the interrupt nodes where autonomous agent execution pauses for coordination decisions that require cross-team context. In agent-orchestration frameworks, interrupt nodes represent the points where the system needs information or judgment that cannot be derived from the agent’s local context: dependency negotiations, resource conflicts, and go/no-go decisions that affect multiple teams simultaneously.

This maps precisely to the RTE’s existing accountability for PI execution coordination, impediment removal, and cross-team synchronization. The difference is volume and speed: agents operating autonomously between interrupt nodes produce coordination decisions at a higher cadence than human-only teams, meaning the RTE must be able to process and resolve interrupts faster while maintaining the judgment quality that makes the interrupt node valuable. An RTE who cannot respond at agent cadence becomes the bottleneck; an RTE who approves without judgment removes the safety mechanism.

System Architect as Graph Designer

System Architects in an agentic ART own the graph design; defining the states, transitions, permissible actions, and failure modes that constrain agent behavior within architectural guardrails. In LangGraph and similar frameworks, this means the architect designs the directed graph that agents traverse: which states they can enter, what transitions are legal, what happens when an agent produces output that violates architectural constraints, and where the graph must route to human review.

This extends the traditional System Architect accountability for Solution Intent and architectural runway into a new medium. The architect no longer only documents design decisions for human developers to follow; they encode those decisions into the agent workflow graph itself, making architecture enforceable rather than advisory. The failure mode of not doing this is architectural drift at agent speed: agents that produce working code in violation of architectural principles, at a rate that makes after-the-fact review infeasible.

LangGraph as Solution Intent Artifact

LangGraph’s explicit directed graphs, where each node represents a processing state, each edge defines a permissible transition, and conditional routing encodes decision logic, serve as architecture artifacts reviewable in PI Planning the same way traditional Solution Intent documents are reviewed today (arXiv. The graph is simultaneously the specification of what agents can do and the documentation of what the system is designed to do, collapsing the gap between intent and implementation that traditionally requires ongoing human translation.

Treating agent-workflow diagrams as Solution Intent content that is reviewed, version-controlled, and evolved at PI boundaries means the architectural community has a concrete artifact to govern rather than a set of informal practices to observe. The PI Planning increment becomes: which graph transitions do we add, which approval nodes do we move, and which agent capabilities do we expand; all expressible in the same visual language the ART already uses for system design.

CrewAI as Org-Design Sandbox

CrewAI’s role-based multi-agent model, where each agent receives a defined role, backstory, tools, and task scope, functions as an organizational-design sandbox: teams can define agent analogues of SAFe roles, simulate cross-team dependencies and handoffs, and observe failure modes before committing to organizational change (Educative. The simulation reveals which role boundaries create coordination problems at agent speed, where approval chains create bottlenecks, and which handoff patterns break under high-throughput autonomous execution.

For LACE members evaluating how to restructure teams for agentic delivery, CrewAI simulations provide empirical feedback without the organizational disruption of piloting structural changes on a live ART. Define the crew, run the workflow, observe where agents stall waiting for approvals or produce inconsistent output due to role-boundary ambiguity, then adjust the organizational design before implementation. The cost of simulation is measured in compute minutes; the cost of a failed organizational restructuring is measured in PIs.

SAW Eleven-Agent Production Proof

The open-source SAFe Agentic Workflow (SAW) harness provides the existence proof that this mapping runs in production today: 11 AI agents explicitly mapping Business Systems Analyst, System Architect, Product Owner (human final approval retained), Scrum Master, and Release Train Engineer onto agent responsibilities, built from 5 months of production use, 169 tracked issues, and 2,193 commits (GitHub. SAW implements the Epic-to-Feature-to-Story-to-Enabler hierarchy in specs, sprint cycles with velocity tracking, and evidence-based delivery: the full SAFe delivery structure operated by agents under human governance.

The architecture directly implements patterns from Anthropic’s engineering research papers: the 11-agent team structure from “Building Effective Agents,” the three-layer architecture from “Effective Harnesses,” and tool restrictions per role from the MCP execution model. The key design decision is that Product Owner approval remains human: the system acknowledges that final accountability for deliverables cannot be delegated to an agent, only the execution work between approval gates. This proves the thesis: SAFe governance becomes the agent control surface, not a casualty of agent adoption.

Product Owner Role Change Precedent

“Product Owner’s Journey to SAFe; Role Changes in Scaled Agile Framework” (Information, 2021) documents that SAFe roles have absorbed structural redefinition before: the Product Owner role as it moved from single-team Scrum into SAFe took on new accountabilities, shed others to Product Management, and found a different operating rhythm without ceasing to exist as a distinct role (doi.org/10.3390/info12030107. The paper establishes peer-reviewed precedent that SAFe roles are designed to be redefined as the operating environment changes.

The pattern is consistent: roles do not vanish when new capability enters the system; they reconstitute around whatever coordination and judgment problems the new capability cannot handle autonomously. Agents cannot handle intent definition (what to build and for whom), value judgment (which trade-offs serve the customer), or stakeholder negotiation (whose needs take priority). These remain the Product Owner’s domain, now with agent-speed feedback on whether the intent specification was precise enough to produce correct output.

Agent Interaction Engineer Role Evolution

At the individual-contributor tier, Educative’s 2026 role-transformation analysis maps the shift concretely: Backend Developer becomes Agent Interaction Engineer (skills: API/tool integration, context management, prompt engineering), Solution Architect becomes Agent Orchestration Architect (skills: multi-agent patterns, MCP/A2A protocol design, distributed resilience), and QA Engineer becomes Autonomous Agent Auditor (skills: prompt testing, behavioral evaluation, bias detection) (Educative.

The transformation at the individual-contributor level follows the same pattern as the SAFe role mapping: the human’s work shifts from writing step-by-step instructions to designing the environments in which agents operate. Where Backend Developers previously received feature requests and wrote endpoint logic, Agent Interaction Engineers receive business objectives and define the tools, data, context windows, and behavioral constraints that agents need to produce correct output. The daily work changes from “write code” to “define contexts and verify outputs”: a shift that SAFe team role definitions must reflect to attract and retain practitioners who have already made this transition.


What the Research Shows: LLM Agents Inside Agile Frameworks

The peer-reviewed evidence and industry survey data consistently show agent capability running ahead of organizational trust; and framework structure closing the gap between what agents can do and what organizations allow them to do autonomously.

Anthropic’s Usage-Trust Gap

Anthropic’s 2026 Agentic Coding Trends Report establishes the defining statistic of the current adoption plateau: engineers use AI for 60% of their work but report fully delegating only 0–20% of tasks to AI agents (Elzayat. The gap between usage and trust is not a capability problem: it is a governance problem. Engineers interact with agents constantly but lack the verification infrastructure and organizational permission to let agents execute autonomously. This is the adoption bottleneck that framework structure is uniquely positioned to resolve.

The report also documents that AI agents can now complete 20 autonomous actions before requiring human input; double what was possible six months prior. The capability is advancing faster than organizations can build trust infrastructure around it, creating a widening gap between what is technically possible and what is organizationally permitted. For SAFe implementations, this gap represents a concrete opportunity: provide the governance structure that converts usage into delegation.

Cognitive Agents for SAFe Roles

“Cognitive Agents Powered by Large Language Models for Agile Software Project Management” (Electronics, 2024, 26 citations) investigates LLM-powered virtual agents deployed in simulated software environments to fulfill fundamental SAFe project roles through intelligent automation (doi.org/10.3390/electronics14010087. The study explores agent adaptability to Agile methodologies with particular emphasis on their capacity to reinforce, not replace, human project management by optimizing project outcomes where human cognitive load is highest.

The research demonstrates that agents can simulate SAFe role behaviors, requirements analysis, sprint coordination, technical decision support, at sufficient fidelity to produce useful project management outputs. The limitation is environmental: simulated environments lack the organizational politics, implicit knowledge, and cross-functional dependencies that determine whether a role-holder succeeds in practice. The study confirms direction (agents can fulfill role functions) while honestly acknowledging magnitude uncertainty (simulation-to-production gaps remain unquantified).

AgileCoder’s Structured Approach

“AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology” (IEEE/ACM Forge, 2024, 58 citations) provides the academic echo of Karpathy’s structure-over-hope thesis: multi-agent systems that incorporate Agile methodology outperform approaches that oversimplify development workflows (doi.org/10.1109/Forge66646.2025.00026. The key finding is that agents operating within structured workflow definitions, role assignments, sprint boundaries, defined handoff protocols, produce higher-quality output than agents given broad instructions without process structure.

This directly supports the argument that SAFe’s existing process architecture becomes more valuable, not less, when agents join the delivery system. Unstructured agent use reproduces the problems Agile originally solved, lack of coordination, unclear ownership, inconsistent quality, at higher speed. Structured agent use within a methodology produces the coordination benefits that the methodology was designed to create, amplified by agent execution speed.

AI Tracking for SAFe Shortcomings

“Scaled Agile Framework Implementation, its Shortcomings and an AI Based Solution to Track Team’s Performance” (IEEE GCAT, 2022) proposes AI-based team-performance tracking as a corrective to documented SAFe implementation shortcomings; surfacing velocity anomalies, impediment patterns, and delivery bottlenecks that human observation misses due to cognitive load at scale (doi.org/10.1109/GCAT55367.2022.9971968. The research acknowledges what practitioners already know: SAFe implementations generate more coordination data than humans can process, and AI-based observability fills a genuine governance gap.

The implication for agentic engineering adoption is that agents enter the SAFe operating model not only as delivery participants but as governance instruments; monitoring the very metrics that determine whether the framework is functioning correctly. The dual-use pattern (agents doing delivery work AND agents monitoring delivery health) creates a self-reinforcing improvement loop when implemented under human governance.

Team Autonomy and Oversight Surface

“Changes to team autonomy in large-scale software development: a multiple case study of Scaled Agile Framework implementations” (IJISPM, 2022, 26 citations) documents that SAFe implementations already trade team autonomy for coordination capacity; autonomous teams sacrifice some self-direction when coordinating toward a common goal (doi.org/10.12821/ijispm100102. The governance surface where this trade-off is managed, WIP limits, PI Planning commitments, system demo gates, is the exact surface that agent oversight now inherits.

This finding is operationally significant: the mechanisms SAFe uses to coordinate autonomous human teams (planning synchronization, dependency visualization, integration checkpoints) are functionally identical to the mechanisms needed to coordinate autonomous AI agents. Organizations that have already solved the human-autonomy governance problem have transferable institutional knowledge for the agent-autonomy governance problem: a competitive advantage for mature SAFe implementations over less-structured organizations attempting to adopt agents.

Anthropic Survey Self-Report Limits

The evidence base for agent-in-SAFe effectiveness carries honest limitations that should inform how organizations weight the findings. The academic studies (Cognitive Agents, AgileCoder) are simulation-based or small-N, meaning they demonstrate feasibility and direction without quantifying production-scale effect sizes. The Anthropic Agentic Coding Trends Report is self-report survey data, subject to the known biases of self-reported productivity claims and usage estimates. Organizations using these findings to justify restructuring should treat them as directional evidence requiring local validation, not as prescriptive benchmarks.

The studies agree on direction, structure amplifies agent value, governance closes the trust gap, and Agile methodology provides transferable coordination patterns, and disagree on magnitude. For evidence-first leaders, the actionable signal is: pilot with measurement, validate locally, scale with the numbers your own teams produce. The research justifies starting the experiment; it does not justify skipping the measurement.


How to Introduce Agentic Engineering into an Agile Release Train: Adoption Phases and Quality Gates

Introducing agentic engineering into an Agile Release Train is a management design problem that operates on the ART’s existing cadence: not a technology deployment that requires new infrastructure before value can flow. The playbook sequences governance alongside capability so that oversight scales with agent autonomy rather than chasing it.

ART Adoption as Learnable Management Design

Karpathy explicitly states that agentic engineering “is something folks can learn and improve at”: the skills it demands (prompt engineering, context management, task decomposition, output validation) are learnable, which makes adoption a management design problem rather than a talent lottery (Elzayat. Someone must teach the skills, set the standards, and decide which engineers pilot advanced workflows and which task classes get delegated first. This is not optional organizational development: it is the prerequisite for capturing value from agent capability that already exists.

The phased approach respects the ART cadence: Phase 1 (current PI), pilot with deliberate selection; Phase 2 (next PI), codify working agreements; Phase 3 (following PIs), scale with oversight architecture. Each phase builds the governance capacity required by the next, preventing the failure mode of scaling agent use faster than the organization’s ability to verify agent output.

Elzayat’s Pilot Selection Guidance

Elzayat’s management guidance (2026) identifies the pilot design decisions that determine whether adoption succeeds or stalls: select which engineers pilot advanced workflows deliberately based on existing orchestration aptitude, define which task classes get delegated first based on verification cost (start where correctness is cheaply verifiable), and acknowledge the human side explicitly because engineers feel threatened, excited, or both; and unacknowledged feelings stall pilots regardless of technical readiness (Elzayat.

The pilot selection creates organizational learning: engineers who succeed in the pilot become the teachers for the next cohort, and the task classes that prove safely delegable define the boundaries for the working agreement. Ignoring the human dimension, pretending this is purely a technical challenge, produces passive resistance that manifests as quality concerns, process objections, and stalled adoption without a clear technical blocker.

Osmani’s Practice Working Agreement

Osmani’s discipline becomes the team working agreement once the pilot validates which practices produce reliable output: direct then review (give the agent a well-scoped task from your plan, review the output with the same rigor applied to a human teammate’s PR, if you cannot explain what a module does, it does not go in), test relentlessly (the single biggest differentiator between agentic engineering and vibe coding is testing, a solid test suite turns an unreliable agent into a reliable system), and own the codebase (maintain documentation, use version control and CI, monitor production) (Osmani.

These three rules, review rigor, test coverage, codebase ownership, translate directly into ART working agreements that coaches can facilitate and teams can commit to at PI Planning. The working agreement makes explicit what is otherwise implicit: agents accelerate the work, but humans remain responsible for the system. Teams that skip codification discover that individual practices diverge within a single sprint, producing inconsistent output quality that undermines organizational trust in agent-augmented delivery.

Jagged Intelligence Oversight Rules

LLMs exhibit what Karpathy calls jagged intelligence; excelling in domains with verifiable reinforcement learning rewards (math, code generation, test-passing, benchmarks) while failing unpredictably at common-sense tasks that lack automated reward signals (Complete RPA Bootcamp. Oversight gate placement must account for this regime distinction: trust agent output where verification is cheap and automated, apply human review where verification requires judgment about context the agent cannot access.

The practical consequence for ARTs is that different task classes require different oversight densities. Code generation with test coverage: low oversight density (tests verify correctness). Architectural decisions affecting cross-team dependencies: high oversight density (no automated verification exists). Security-sensitive changes: human review mandatory regardless of test coverage (consequences of failure exceed the cost of review). Gate placement guided by the jagged-intelligence map produces an oversight architecture that is neither paralyzing (review everything) nor reckless (review nothing): it concentrates human judgment where human judgment is the only available verification mechanism.

Test Suite as Verification System

Testing converts the agent reliability problem from a human-attention problem into a system-design problem; and that conversion is what makes agentic engineering scalable beyond what any individual reviewer can personally verify. Osmani identifies testing as the mechanism that turns an unreliable agent into a reliable system: with a solid test suite, an AI agent can iterate in a loop until tests pass, giving high confidence in the result; without tests, it will cheerfully declare “done” on broken code (Osmani.

Reliability becomes a property of the system, not the model: the same principle that unit testing and continuous integration used to make traditional software dependable (Medium. Agentic verification loops, every action logged, every decision traceable, every output verifiable by another agent or a human supervisor, do for AI agents what CI/CD did for software dependability. ARTs that build this infrastructure before scaling agent use discover that trust follows verification capacity: expand verification first, then expand agent autonomy to match.

Adversarial Pre-Production Gate

Karpathy’s proposed hiring test, give someone a substantial project, have them build and deploy it with agents, then send adversarial agents to try to break it, repurposes directly as a pre-production acceptance gate for agent-built systems on the ART cadence (AI Builder Club. The test evaluates decomposition skill, spec writing quality, speed with quality preservation, diff review rigor, and security hardening: the same attributes that determine whether agent-built features survive production contact. Placing this gate before the system demo or release means agent-generated code faces adversarial verification with the same rigor as human-generated code faces regression testing.

Gate placement is guided by Karpathy’s jagged-intelligence observation: LLMs excel in verifiable-reward domains and fail unpredictably elsewhere, so adversarial testing targets the domains where failure is expensive and automated verification is absent. Do not scale past the pilot until eval coverage exists for every task class being delegated. The human side remains: Anthropic’s finding that agent capability doubles every six months (20 autonomous actions before requiring human input, versus 10 six months prior) means oversight capacity must scale on the same trajectory; otherwise the blast radius of the next unsupervised mistake doubles with the capability that produced it.


Summary

Agentic engineering maps onto SAFe governance at every control point, intent, architecture, coordination, approval, because agent-orchestration frameworks replicate the same decision surfaces that SAFe already names and staffs.

The Governance Surface Is the Adoption Lever

Organizations that treat agentic engineering as a developer productivity feature miss the structural shift: the discipline requires the same governance architecture that SAFe provides, making mature SAFe implementations the natural home for agent adoption rather than an obstacle to it. The RTE’s interrupt-node ownership, the Product Owner’s intent specification, the System Architect’s graph design: these are not roles that agents replace but roles that agents make load-bearing. The 60%-usage versus 0-20%-delegation gap that Anthropic documented closes not by removing governance but by making governance fast enough to operate at agent cadence. Organizations that have already invested in SAFe coordination infrastructure possess transferable institutional knowledge: the mechanisms for managing autonomous human teams (PI Planning synchronization, dependency visualization, integration checkpoints) transfer directly to managing autonomous AI agents.

Oversight Architecture Scales with Capability or Fails Entirely

The failure mode of agentic engineering adoption is not technical breakdown: it is governance lag. Agent capability doubles on six-month cycles (the 20-autonomous-actions milestone doubled from 10 in six months), meaning organizations that build oversight infrastructure after scaling agent use are permanently behind the blast radius of the next unsupervised mistake. The adoption sequence is non-negotiable: pilot with verification, codify working agreements around what the pilot proved, then scale only after oversight capacity matches the autonomy being granted. Osmani’s test-as-reliability-mechanism, Karpathy’s adversarial pre-production gate, and Elzayat’s human-side acknowledgment are not optional additions to an otherwise technical playbook; they are the mechanisms that convert unreliable individual agent actions into reliable system-level output. Skip any one, and the system fails in the mode it was designed to prevent: silent degradation that becomes visible only after the cost of correction exceeds the value delivered.

Morné Wiggins · Agility at Scale · Talk to me

Privacy Preference Center