The End of 'AI Did It': Why Agentic Liability is Your Newest Operational Risk
For the past two years, founders building with AI have operated under a comforting fiction: that autonomous systems occupy a liability gray zone, where harm caused by a model's output could be waved away as an unpredictable byproduct of the technology itself. That fiction is over. Between the European Union's revised Product Liability Directive and California's AB 316, regulators on both sides of the Atlantic are closing the door on the "AI did it" defense. If you are building or deploying agentic systems—software that plans, decides, and acts with limited human oversight—this is no longer a compliance footnote. It is your newest and most concentrated operational risk.
The Regulatory Shift Is Real, and It Is Structural
The EU's updated Product Liability Directive explicitly brings software, including AI systems, within the definition of a "product." That single reclassification matters enormously. It means AI-driven harm can now be evaluated under strict product liability principles rather than negligence standards that require a plaintiff to prove a specific human failure. The directive also eases the burden of proof for claimants facing opaque, "black box" systems, and it obligates companies to disclose relevant technical evidence when harm is alleged. In practice, this shifts significant risk onto the party that designed, trained, deployed, or materially modified the system.
California's AB 316 moves in a parallel direction domestically. Its core premise is straightforward but consequential: a developer or deployer cannot escape liability by arguing that an AI system acted autonomously or unpredictably. Autonomy is not a shield. If anything, regulators are treating the degree of autonomy you grant a system as a factor that increases your responsibility for anticipating and controlling its behavior, not a factor that diminishes it.
Why "AI Did It" Never Held Up, and Definitely Won't Now
The appeal of the "AI did it" defense was always its simplicity: the model made a decision no human explicitly authorized, so the harm was an emergent property of the technology, not a foreseeable consequence of a business decision. Regulators and courts are increasingly rejecting this framing for a simple reason—you chose to deploy the system, you chose its scope of authority, and you chose (or failed to choose) the guardrails around it. Autonomy is a design decision. Liability follows design decisions.
This is where agentic systems differ meaningfully from earlier generations of AI tooling. A chatbot that drafts a suggested email carries a very different risk profile than an agent authorized to negotiate pricing, execute trades, modify infrastructure, or initiate payments. As you increase the scope of autonomous action, you are not diluting your liability across some diffuse notion of "the model." You are concentrating it—onto your organization, your product design choices, and your governance failures.
The Concentrated Liability Problem of Agentic Systems
Traditional software liability was distributed across a relatively legible chain: a developer wrote code, a human operator executed a discrete function, and any failure could usually be traced to a specific line of logic or a specific decision point. Agentic AI collapses that chain. A single agent may plan a multi-step task, call external tools, modify its own approach mid-execution, and take irreversible actions—all without a discrete human checkpoint.
This means that when something goes wrong, there is often no single "decision" to interrogate. There is a trajectory of autonomous actions, and the legal question becomes whether your organization had reasonable mechanisms to detect, constrain, or halt that trajectory before harm occurred. Under the new regulatory framework, the absence of such mechanisms is not a neutral fact. It is evidence of inadequate design.
From Reactive Prompting to Runtime Governance
Most organizations building with AI today still operate in a reactive posture. Prompts are refined after failures. Guardrails are added after incidents. Logging is retrofitted after a customer complaint. This approach was tolerable when AI outputs were suggestions reviewed by humans. It is fundamentally inadequate for agentic systems that act in the world with limited or no human review at the moment of action.
What the regulatory shift demands instead is runtime governance: continuous, real-time oversight of what an agent is doing, not just what it was instructed to do. This is a categorically different discipline than prompt engineering. It requires:
- Defined boundaries of authority for each agent, enforced at execution time rather than assumed at design time.
- Real-time monitoring of agent actions, with the ability to intervene or halt execution mid-task.
- Immutable, auditable logs of agent decisions and the context that produced them, sufficient to reconstruct a trajectory after the fact.
- Escalation protocols that route high-stakes or ambiguous actions to human review before execution, not after.
Building the Agentic Control Plane
The organizations that will navigate this transition successfully are building what I call an agentic control plane—an operational layer sitting between your AI systems and the real-world actions they are authorized to take. This is not a compliance checkbox; it is core infrastructure, analogous to the identity and access management layer that became non-negotiable for enterprise software a decade ago.
A serious control plane treats every autonomous action as a governed event: it is authorized against explicit policy, logged with sufficient fidelity to reconstruct intent and outcome, and bounded by circuit breakers that can interrupt execution when behavior deviates from expected parameters. Crucially, this infrastructure needs to exist at the level of the deployed system, not buried inside a vendor's model weights you cannot inspect or control.
Autonomy without governance is not innovation. It is unmanaged liability wearing a product roadmap.
What Founders Should Do Now
If you are deploying agentic systems in production—or plan to within the next twelve months—the regulatory environment is telling you clearly that the old defenses will not survive scrutiny. Practically, this means treating governance infrastructure as a prerequisite for scaling autonomy, not an afterthought bolted on after your first incident. It means working closely with counsel to understand how the EU directive and AB 316 apply to your specific product surface, particularly if you operate across jurisdictions. And it means being honest internally about the gap between the autonomy your product markets and the oversight your infrastructure actually provides.
The founders who take this seriously now will have a durable advantage: they will be able to deploy more autonomous, more valuable agentic products precisely because they can demonstrate control over them. The founders who treat this as a legal afterthought will find that the liability they assumed was diffuse was, in fact, concentrated entirely on them all along.