Google claims 75% of its code is AI-generated, but experts examine productivity myths, real bottlenecks, and more effective practices.
According to a widely shared Reddit thread, internal posts on Google’s Memegen platform are taking aim at the company’s AI coding tools, reportedly including a system called Jetski. Engineers say the tools are unreliable and shift bottlenecks rather than removing them – a sharp contrast to public optimism from leadership.
“75% of the company’s new code is written by AI.”
That headline claim – attributed to CEO Sundar Pichai in April – is at the centre of the debate. The Reddit post, referencing coverage by 404 Media and others (see Futurism’s write-up), highlights a more complicated reality: speeding up typing is not the same as shipping reliable software.
“Reviewing and testing 100 AI-written tasks takes the same time.”
In short: AI can produce a lot of code quickly, but quality, review, integration, and testing can become the new constraints.
Not really, on its own. “Code written” can mean anything from autocomplete snippets to boilerplate, tests, or full features. Counting lines or commits rarely correlates with customer value or production reliability.
The software industry already has robust outcome metrics (the DORA metrics) that track whether teams are actually delivering faster and safer. If AI helps, these should move in the right direction.
| Metric | What it means |
|---|---|
| Lead time for changes | Time from code committed to code running in production. |
| Deployment frequency | How often you successfully release to production. |
| Change failure rate | Percent of releases causing incidents, rollbacks, or hotfixes. |
| MTTR | Mean time to restore service after a failure. |
See the DORA research for definitions and benchmarks. If AI-generated code is truly helping, you should see shorter lead times, more frequent deploys, and either stable or lower failure rates.
The Reddit post’s core claim is that AI moves the pain rather than removing it. That’s plausible, and common in practice:
In large organisations built for stability (mature CI, change control, rigorous testing), the cost of moving imperfect code through the gates can outweigh any speed gains at the typing stage.
UK teams in regulated sectors (finance, health, government) already operate under strict change control and audit. Accelerating code creation without equal investment in tests, controls, and reviews can raise risk, not reduce time-to-value. If your organisation’s engineering culture optimises for stability, AI still needs to fit that shape – not bulldoze it.
This isn’t an anti-AI point. It’s a reminder that productivity is end-to-end. To see genuine gains, AI must improve the whole delivery pipeline, not just coding speed.
Without these, we should be cautious about sweeping conclusions – positive or negative.
The Reddit thread captures a real tension: leadership narratives about AI-fuelled speed vs engineers tasked with keeping systems safe and reliable. Both can be true – AI can accelerate routine coding and still make review, testing, and integration harder if not paired with strong engineering practices.
If you’re adopting AI coding in the UK, skip the vanity metric of “percent code written by AI”. Focus instead on outcome metrics, tight quality gates, and clear policies. Done well, AI will help you ship faster and safer. Done poorly, it simply moves the bottleneck – and your incident queue – somewhere else.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
7 viewsLikes
No ratings yet
No comments yet - start the conversation.