AI-Assisted Development Becomes the New Normal
AI-assisted development is the growing practice of relying on large-scale code generation systems to author most of a software stack while humans focus on reviewing, directing, and integrating the automated changes into production environments. Anthropic now says Claude writes more than 80 percent of the code merged into its production systems, turning its own engineering process into a test case for AI code generation risks. Engineers pick tasks, ask Claude for implementations, and then review and approve the resulting changes, which has increased code shipped per engineer compared with earlier years. This shift means the hardest work is no longer writing code, but deciding what to trust, what to test, and what to reject. As AI-written code spreads from internal tools to customer-facing systems, the cost of a missed defect or misunderstood change rises sharply.

From Coding Risk to Review Risk
With Claude production code dominating Anthropic’s repositories, the primary risk has moved from whether AI can generate working code to whether humans can review it at scale. According to Anthropic’s public disclosures, Claude’s success rate on its most open-ended internal engineering tasks reached 76 percent in May after a steep rise over six months. That performance explains why teams are comfortable delegating more work, but it also guarantees a long tail of subtle errors that reviewers must catch. Traditional code review practices were built around human-written diffs that matched human mental models. Now, reviewers face large, AI-authored commits, sometimes spanning entire subsystems or many files. The danger is that overworked engineers treat passing tests and a quick skim as enough, turning code review automation into a rubber stamp rather than a genuine safety barrier.
Rsync’s Broken Backups and the Reality of AI Code Generation Risks
The rsync backup failure shows how AI code generation risks move from theory to real-world outages. After rsync 3.4.3 shipped as a security-focused release, some users found incremental backups no longer worked, with at least one report saying backups failed unless they were full copies. Investigating the commit history, users noticed many recent changes attributed to “tridge and claude”, linking rsync creator Andrew Tridgell with Anthropic’s assistant. A frustrated GitHub post titled “Please Do Not Vibe Fuck Up This Software” captured fears that AI-assisted development had compromised a widely trusted utility. Tridgell later argued that critics misunderstood how AI tools were used, but the damage to trust was done: once a critical backup workflow breaks, users question every AI-written line. The incident highlights how a single flawed Claude-assisted commit can ripple through scripts, appliances, and IT practices that depend on rsync.

Self-Improving AI and the Limits of Human Oversight
As AI-written code grows, questions about self-improving AI move from science fiction to engineering strategy. Anthropic’s researchers describe a loop where Claude helps build and test the very systems that power it, though they stress that full recursive self-improvement remains a future possibility, not a current feature. Internally, Claude has gone from handling short coding tasks to tackling work comparable to 12-hour human efforts, and can orchestrate iterative code-rewriting loops that speed up some software by dozens of times in experiments. At the same time, Anthropic argues humans still have better “research taste”, especially in designing evaluation tests and experiments. The open problem is whether human judgment can keep up as AI systems design, implement, and refine more of their own infrastructure. If review becomes a formality, control gates could weaken exactly when automation is most powerful.
Dynamic Workflows, Multi-Agent Systems, and the Future of Code Review Automation
To cope with scale, companies are experimenting with Dynamic Workflows: orchestrated pipelines where multiple AI agents handle complex engineering tasks from design to testing. One agent might propose an architecture, another generate code, a third write tests, and yet another run static analysis or security checks. These workflows hold the promise of faster, more thorough scrutiny than a human alone can provide, but they do not erase the need for strong human approval and rollback paths. Anthropic points to audit trails, security testing gates, and explicit human sign-off as essential controls before AI-authored code reaches production. In this future, code review automation is less about replacing developers and more about giving them structured, inspectable workflows. The human role shifts toward systems thinking: setting policies, defining tests, and deciding when automated confidence is high enough to ship.






