← Back to Tech Tech

Google: 75% of Our Code Is Now Written by AI — What That Actually Means

April 23, 2026 · 5 min read

AI coding at Google

Google just dropped a stat that's hard to ignore: 75% of all its new code is now AI-generated. That's up from 50% last fall. In just a few months, the company's AI coding tools have basically doubled their output. And Google CEO Sundar Pichai says this is the new normal.

The driving force behind this shift is a suite of internal AI coding agents — programs that don't just autocomplete a line here and there, but actually write entire functions, debug themselves, and refactor codebases with minimal human oversight. Think of it less like predictive text and more like having a tireless junior engineer who never sleeps and never forgets a semicolon.

By the numbers: Anthropic (the company behind Claude) is even further ahead — writing 70 to 90 percent of its own code with Claude Code. Google formed a dedicated "strike team" to catch up after recognizing the gap.

Why This Matters for the Rest of Us

You might think this is just a Big Tech thing. But Google's numbers are basically a preview of what's coming to every software company. If 75% of Google's code is AI-written today, smaller startups are probably hitting similar ratios — or will be soon. The question isn't whether AI will write your code anymore. It's whether you'll be the one directing it or watching it happen.

For students learning to code, this changes the game too. AI tools like GitHub Copilot, Claude Code, and Google's internal models are already helping programmers write cleaner code faster. The kids learning to code in school right now aren't just learning syntax — they're learning how to work *with* an AI partner. That's a fundamentally different skill than writing every line by hand.

"The first big stumble will have everyone running for the exits." — Lauren Feiner, reporting on Google AI at The Verge

The Catch

AI-generated code isn't perfect code. Google forming a "strike team" to catch up to Anthropic suggests the AI models still make mistakes — real ones that require human engineers to catch, fix, and improve. Writing code fast is great. Writing code that doesn't break production on a Friday afternoon? That's still a human skill.

The bigger question is what happens when 90% or 99% of code is AI-written. Who reviews it? Who understands it? The industry is still figuring that out. For now, if you're thinking about a career in tech, learning how to prompt, review, and correct AI code might be just as important as learning Python or JavaScript.

Google's 75% isn't a party trick — it's a glimpse of what every engineering team is going to look like in the next few years. The coders who adapt will thrive. The ones who don't might find themselves doing something else.