Skip to main content

Google CEO Says 75% of New Code is AI-Generated

The era of the “human-only” software engineer is rapidly receding into the rearview mirror.

Google CEO Sundar Pichai revealed Wednesday that a whopping 75% of the company’s new code is now generated by artificial intelligence (AI), marking a major shift in how the tech giant builds its products.

The velocity of this transition has caught even industry observers off guard. Just 18 months ago, in early 2024, AI-generated code accounted for only a quarter of Google’s output. By late 2025, that figure had climbed to 50%. Today’s 75% milestone signals that AI has moved from a supplemental “autocomplete” tool to the primary engine of production at Google.

Pichai noted that the workflow has evolved into something “truly agentic.”

Instead of human engineers laboriously writing lines of code or using AI to finish a single sentence, they are now supervising autonomous digital teams. These AI agents can plan, execute, and refactor entire codebases with minimal human intervention.

The efficiency gains are difficult to ignore. Pichai highlighted a recent complex code migration that was completed six times faster than was possible just one year ago. “Engineers are increasingly orchestrating systems,” Pichai said, moving the human role away from manual input and toward high-level system architecture and oversight.

Google is not alone in this aggressive pivot. The tech sector is racing toward an AI-first development model.

Meta Platforms Inc. has set internal targets for 2026 and expects 65% of its engineers to use AI for more than 75% of their committed code. Snap Inc. recently reported that 65% of its new code is AI-generated, a shift so profound it reportedly led to immediate adjustments in planned headcount. And Microsoft Corp. Chief Technology Officer Kevin Scott previously predicted that 95% of all code would be AI-generated within five years, a timeline that looks increasingly plausible.

While productivity is soaring, the human cost is becoming visible at the entry level. The rapid adoption of AI is effectively hollowing out the traditional career ladder. Because AI can now handle the routine tasks typically assigned to interns and new graduates, junior engineers are finding themselves an endangered species.

A recent Stanford University analysis found that employment rates among younger software developers have plummeted 20% since the peak in late 2022. As AI agents take over codebase migrations and routine refactoring, the entry-level bar is being raised to heights many graduates struggle to reach.

The transition hasn’t been without its growing pains. Within Google DeepMind, some teams have reportedly pushed to use external tools like Anthropic’s Claude Code alongside Google’s own Gemini models. This has created internal friction around tool standardization and the company’s broader AI strategy.

Ultimately, the message from Google is clear: the craft of programming is being redefined. At Google, the primary “writer” is now the machine, and the engineer has become the editor-in-chief.



from DevOps.com https://ift.tt/bmuf2qO

Comments

Popular posts from this blog

Cursor’s New SDK Turns AI Coding Agents Into Deployable Infrastructure

For most of its life, Cursor has been an IDE. A very good one. But with the public beta of the Cursor SDK, the company is making a different kind of move — one that should get the attention of DevOps teams. The Cursor SDK is a TypeScript library that gives engineers programmatic access to the same runtime, models, and agent harness that power Cursor’s desktop app, CLI, and web interface. In short, the agents that used to live inside an editor can now be invoked from anywhere in your stack. That’s a meaningful shift in how AI coding tools fit into software delivery pipelines. From the Editor to the Pipeline If you’ve used Cursor before, the workflow is familiar — you interact with an agent in real time, asking it to write functions, fix bugs, or review code. The SDK breaks that dependency on interactive use. Now you can call those same agents programmatically, from a CI/CD trigger, a backend service, or embedded inside another tool. Getting started is a single inst...

Mistral Moves Coding Agents to the Cloud — and Gets Out of Your Way

For the past year or so, AI coding agents have been tethered to your local machine. You kick off a task, watch the terminal, and babysit every step. It works — but it’s not exactly hands-free. Mistral just changed that. On April 29, the Paris-based AI company announced remote coding agents for its Vibe platform, powered by a new model called Mistral Medium 3.5. The idea is simple: Instead of running coding sessions on your laptop, they now run in the cloud — asynchronously, in parallel, and without you watching over them. What’s Actually New Coding sessions can now work through long tasks while you’re away. Many can run in parallel, and you no longer become the bottleneck at every step the agent takes. That’s the core pitch. You start a task from the Mistral Vibe CLI or directly from Le Chat — Mistral’s AI assistant — and the agent handles the rest. When it’s done, it opens a pull request on GitHub and notifies you, so you review the result inste...

GitHub Resets Copilot Pricing as AI Compute Costs Surge

The development community saw this one coming: GitHub will transition its Copilot service to a usage-based billing model on June 1, replacing its existing system of fixed subscriptions supplemented by premium request limits. As reported last week, GitHub suspended new sign-ups for several of its Copilot subscription tiers as it faced a surge in demand from agentic coding workflows. To address that, under GitHub’s new pricing model, customers across individual, business, and enterprise tiers will receive a monthly allocation of AI credits, which are consumed based on token usage. This includes input, output, and cached data processed by underlying models. Once those credits are exhausted, users can purchase additional capacity at published rates. The change leaves base subscription prices intact. Individual plans remain priced at $10 per month for Pro and $39 for Pro+, while business and enterprise tiers continue at $19 and $39 per user per month, respectively. Each plan’s monthly ...