← X

@OrganicGPT I have never used Aider, but I think some of the people that worked

X · bcherny · July 6, 2026
The conversation addressed what unlocks unattended AI agents, arguing that smarter demos are insufficient without memory and audit trails providing attributability before execution. Implementation of irreversible tools requires pre-commit gates documenting the actor, action, justification, and rollback options before the action fires, as review without such safeguards becomes ineffective.

Detailed Analysis

This exchange offers a glimpse into the technical and philosophical lineage of Claude Code, Anthropic's command-line coding agent, while also surfacing a substantive debate about what actually enables AI agents to operate autonomously in production environments. The first tweet addresses a genealogical question about Claude Code's origins, noting that some contributors to "Clide" (described as a predecessor tool) later worked on Claude Code. This kind of detail matters to developers tracking the evolution of AI coding assistants, since understanding lineage often explains design choices, architectural decisions, and feature sets that carry forward from one generation of tooling to the next. The comparison to Aider—a popular open-source AI pair-programming tool—situates Claude Code within a broader ecosystem of competing and complementary coding agents that have proliferated since 2023.

The more substantive thread concerns "unattended agents"—AI systems capable of taking actions without a human reviewing each step—and what it will actually take to make them trustworthy at scale. The claim that "the 1 percent claim gets misleading once review is the job" pushes back against benchmark-style statistics that tout high accuracy rates for AI agents, arguing that such figures obscure the real bottleneck: when a human must review every agent action, the cost of that review effort becomes the actual constraint on scaling, not the agent's raw error rate. This is a critique that has grown more prominent as coding agents like Claude Code, Cursor, and Devin have moved from demo-ware into daily engineering workflows, where the practical question isn't "how smart is the model" but "how much oversight burden does it create."

The proposed solution—attributability before execution—reflects a maturing understanding of AI safety and reliability engineering. Rather than relying on after-the-fact review (what the author calls "expensive theater after the blast"), the argument is for pre-commit gates that require every irreversible tool call to carry a clear record of who initiated it, what it does, why it was triggered, and what rollback path exists if it goes wrong. This mirrors long-standing practices in traditional software engineering (change management, audit logging, blast-radius containment) but applies them specifically to autonomous AI agents that can execute file changes, deployments, or system commands without a human in the loop for each step.

This conversation reflects a broader trend in AI agent development: the industry is moving past pure capability benchmarks toward infrastructure for trust, accountability, and reversibility. As companies like Anthropic push Claude Code toward more autonomous, multi-step task execution, the practical adoption curve increasingly depends not on model intelligence alone but on the surrounding scaffolding—memory systems, audit trails, permission gates, and rollback mechanisms—that make it safe to let agents act without constant supervision. This mirrors Anthropic's own public positioning around responsible scaling and its emphasis on interpretability and control, suggesting that the next competitive frontier for coding agents may be less about raw task-completion rates and more about the governance layer that makes autonomous action auditable and reversible by design.

Read original article →