Google: 75% of New Code Is AI-Generated, Code Migration 6x Faster with Agents

Google announced that 75% of new code written inside the company is now AI-generated and reviewed by human engineers. The number has steadily increased from ~25% in October 2024 to 50% last fall, according to a blog post by CEO Sundar Pichai on April 22, 2026.
Key Details
- Engineers use Gemini models for code generation. Some DeepMind employees have also been allowed to use Anthropic's Claude Code, causing internal tension (per BI).
- Pichai reported that a complex code migration — done by agents and engineers working together — was completed six times faster than with engineers alone a year ago.
- Google is shifting to “truly agentic workflows” with more autonomous tasks. Some engineers have specific AI usage goals that factor into 2026 performance reviews.
Context: Industry Trend
Other big tech companies are moving similarly:
- Microsoft CEO Satya Nadella said in April 2025 that 20–30% of code for some projects was AI-written. CTO Kevin Scott predicted 95% of code would be AI-generated within five years.
- Meta set a goal that 55% of code changes in some orgs should be “Agent-Assisted” as of Q4 2025. For H1 2026, 65% of engineers in its creation org are expected to write >75% of committed code using AI.
- Snap said earlier in April 2026 that under its new operating model, at least 65% of new code is AI-generated.
Who This Affects
Developers using AI coding agents (Gemini, Claude Code, Copilot) will see increasing reliance on agentic workflows, with human review remaining mandatory. Performance metrics tied to AI adoption are becoming common at large tech firms.
📖 Read the full source: HN AI Agents
👀 See Also

Reddit User Argues Developers Should Shift from Clean Coding to Model Architecture with AI Agents
A Reddit post argues that developers using AI coding agents like Claude should stop focusing on writing clean code and instead become 'model architects' who orchestrate AI systems. The author shares specific techniques including creating 'logic maps' before coding and treating prompts as design reviews.

OpenClaw's Frequent Breaking Changes: Update Procedures and Current Issues
OpenClaw has released 13 point versions in March 2026 alone, with breaking changes occurring every 2-3 weeks. The source provides specific update procedures and details current issues in version 3.28, including localhost authentication changes and regression bugs.

Claude CLI Directive Drift Issue Reported by Developer
A developer reports Claude CLI consistently ignores project directives stored in .claude folder files, particularly after auto-compact operations. The tool runs prohibited background processes and deletes task/session data despite explicit instructions.

Cerebras releases Step-3.5-Flash-REAP models with 40% memory reduction
Cerebras has released Step-3.5-Flash-REAP models that use REAP (Router-weighted Expert Activation Pruning) to compress 196B parameter models to 121B while maintaining near-identical performance. The models work with vanilla vLLM and are optimized for resource-constrained environments.