← X

@hyperboreanski yes it's him

X · bcherny · July 6, 2026
The conversation discusses the conditions necessary to enable autonomous agents at scale, arguing that technical demos alone will not unlock unattended agent deployment. Instead, the unlock requires memory and audit trails that make every irreversible action attributable before execution, with pre-commit gates requiring clear documentation of who initiated actions, what they do, why they were triggered, and available rollback paths. Without these safeguards in place before actions execute, review processes become ineffective and costly.

Detailed Analysis

This exchange, playing out on social media, centers on a pointed critique of autonomous AI agent deployment and the metrics used to justify confidence in them. The thread appears to originate from a reply involving Boris Cherny (@bcherny), a prominent Anthropic engineer known for his work on Claude Code, with other users pushing back on claims about error rates in AI-driven coding or agentic workflows. The core contention is that a commonly cited "1 percent" error or failure rate becomes misleading once human review is factored into the actual operational cost, since review itself constitutes real labor and risk exposure rather than a negligible afterthought.

The substantive argument advanced here is that unattended AI agents—systems capable of taking real-world actions without a human in the loop for every step—won't become trustworthy simply because underlying models get smarter or demo better. Instead, the unlock condition is infrastructural: memory systems and audit trails that make every potentially irreversible action attributable *before* it executes, not after the fact. This reframes the safety conversation away from model capability benchmarks and toward operational engineering—logging, provenance, and accountability architecture that most agentic AI products currently lack or treat as secondary.

The second reply escalates this into a concrete technical prescription: a "pre-commit gate" on every irreversible tool call, requiring documentation of who initiated the action, what it does, why it's being taken, and a rollback path, or the action simply doesn't fire. This is a meaningful departure from the typical AI safety discourse, which tends to focus on model alignment, refusal behavior, or output filtering. Here the concern is squarely about action-taking agents in production environments—coding agents, automation pipelines, or agentic tool use—where a hallucination or misjudgment doesn't just produce bad text but can trigger a deletion, a deployment, a financial transaction, or other irreversible consequences. The phrase "expensive theater after the blast" captures the critique precisely: post-hoc human review of agent actions provides an illusion of oversight without the actual protective mechanism, since by the time a human reviews the log, the damage (if any) has already occurred.

This conversation reflects a broader and increasingly urgent trend in AI development: the shift from conversational assistants to agentic systems that execute multi-step tasks with real-world side effects, particularly in software engineering contexts where tools like Claude Code, Cursor, and GitHub Copilot Workspace are pushing toward greater autonomy. As companies race to reduce human-in-the-loop friction for productivity gains, practitioners closely tied to these systems—like Cherny, who builds developer tooling at Anthropic—are surfacing the unglamorous but critical infrastructure question: not "can the model do the task," but "can the system prove, attribute, and reverse what it did, before it becomes unrecoverable." This tension between demo-driven AI hype and the harder engineering reality of accountable autonomy is likely to become one of the defining fault lines in enterprise AI adoption over the next several years, especially as agentic coding tools move from suggestion-based assistance toward direct execution of commits, deployments, and infrastructure changes.

Read original article →