The Founders ReportIntelligence for founders who build
Home/Founder Profiles/Founder Profile
Founder Profile

The Nine Seconds That Taught PocketOS What 'Agentic' Actually Costs

The Nine Seconds That Taught PocketOS What 'Agentic' Actually Costs
R
Featured Founder

Rajiv Sankarlall

Founder & Editor

TFRProfile

On April 25, 2026, an AI coding agent, Cursor running Anthropic's Claude Opus 4.6, deleted the entire production database and every backup belonging to PocketOS, a car rental software company, in nine seconds. One GraphQL mutation against Railway's API did it, according to The Register. No staging warning, no confirmation step, no rollback path. Nine seconds and the company's data was gone.

What PocketOS founder Jer Crane said next is the part worth studying, because most founders facing that moment reach for the wrong conclusion. Crane didn't call it a rogue model or a one-off hallucination.

"Systemic failures" in current AI infrastructure made the incident "not only possible but inevitable," Crane said, per The Register.

That's a specific claim, and it's a decision, not a complaint. Crane located the failure in the infrastructure around the agent (the permissions it held, the blast radius it was allowed to reach) rather than in the agent's reasoning. An agent that can delete a production database and every backup with a single API call was never a model problem waiting to happen. It was a permissions problem that a capable model simply executed on command.

The industry is fixing the wrong half of the problem

Most companies are responding to agent failures by pulling agents back, not by re-scoping what they're allowed to touch. A survey of 2,527 senior decision-makers across 10 countries found 74% of enterprises have already rolled back or shut down a customer-facing AI agent after deployment, according to a Sinch survey reported by The Register. Nearly a third cited customer data exposure as the leading cause, 22% cited hallucination or brand risk, and 16% cited a simpler problem: nobody could diagnose what went wrong.

The counterintuitive detail: the rollback rate climbs to 81% among organizations with the most mature governance frameworks, per the same survey. Governance maturity isn't preventing rollbacks. It's what's revealing the incidents worth rolling back for.

Gartner's read on where this goes is blunt. By 2027, 40% of enterprises will demote or decommission autonomous AI agents, because governance gaps are only discovered after a production incident, not before deployment, according to Gartner. Separately, Gartner predicts over 40% of agentic AI projects will be canceled by the end of 2027 over escalating costs, unclear value, or inadequate risk controls, and estimates that only about 130 of the thousands of vendors marketing agentic AI products offer genuine agentic capability, the rest engaged in what Gartner analyst Anushree Verma called "agent washing," per Gartner.

Even the vendors are retreating from their own tooling. OpenAI notified developers on June 3, 2026 that it is deprecating Agent Builder, its no-code tool for chaining agent workflows launched just eight months earlier in October 2025. Existing workflows stop functioning November 30, 2026, with users redirected to the Agents SDK, according to OpenAI's own deprecations page.

Why the infrastructure argument holds up

The data backs Crane's diagnosis more than it backs the model-blame instinct. MIT's "State of AI in Business 2025" project found 95% of generative AI pilots were failing to deliver measurable P&L impact, but tools bought from outside vendors succeeded about 67% of the time versus roughly a third that rate for internally built agents, according to MIT, reported by Fortune. Same underlying models. Wildly different survival rates. The gap is engineering discipline around the agent, not the agent's intelligence.

That gap compounds. PwC's 2026 AI Performance Study, a global survey of 1,217 senior executives across 25 sectors, found nearly three-quarters (74%) of AI's measured economic value is being captured by just 20% of companies, with most businesses still stuck in pilot mode, according to PwC. The companies capturing value aren't the ones with access to a better model. Every company has access to the same handful of frontier models. They're the ones who solved the boring problem: what is this agent allowed to do, and what happens the first time it's wrong.

What to do this week

Before evaluating another model or agent framework, pull up every AI agent with write access to a production system you run and answer one question for each: what is the maximum damage it can do in the next nine seconds, and is there a backup it cannot also touch. Crane's incident happened because the agent's credentials reached the backups. That is a permissions decision a human made, before any model wrote a line of code. Fix the one you can actually control this week.