Do Google engineers actually vibe code?
Summary
A former Google engineer reveals that the so-called AI-generated code within the company in 2024 was mostly autocomplete. The real 'vibe coding' was limited due to technical silos and a strong review culture, and the conflict between efficiency and responsibility persisted until 2026.
View Cached Full Text
Cached at: 06/05/26, 03:10 PM
Similar Articles
Still coding? Google says 75% of the company’s new code is AI-generated. In previous years, it was around 50% in 2025 and 25% in 2024.
Google reports 75% of its new code is now AI-generated and human-reviewed, up from 25% in 2024 and 50% in 2025, driven by Gemini models and agentic workflows.
Google engineers are openly mocking their own company's AI strategy and its 75% AI-generated code
Google engineers are using internal platforms to mock the company's AI strategy and its Jetski AI coding system, arguing that AI-generated code merely shifts bottlenecks and adds to their workload rather than improving efficiency.
@shitunote: Former Google CEO Eric Schmidt described a dramatic shift in programming paradigms in a recent video interview: "Programmers no longer write code line by line. Instead, they wake up in the morning, go to the office (because people have social needs); then gather 10 Claude friends or 10 Gemini friends (i.e., AI agents), set them up with target functions, and watch them generate code; then go out for lunch, ensuring the AI keeps working; come back in the afternoon, assign a long enough task for the AI to run overnight, and go home to spend time with family. The next morning, the results are there."
Former Google CEO Eric Schmidt described a future programming paradigm in an interview: programmers will command multiple AI agents (like Claude, Gemini) to generate code instead of manually coding. This tweet sparked discussion, asking if the description is accurate.
@ba_niu80557: https://x.com/ba_niu80557/status/2071277244287426980
The article deeply analyzes the internal changes Anthropic faces as AI-generated code becomes extremely efficient: the bottleneck shifts from 'writing' to 'verification', traditional management, long-term planning, and effort measurement become ineffective, attention becomes the new scarce resource, and engineers even feel lonely. These phenomena foreshadow the challenges other companies may face in the future.
@sitinme: Google's Principal Engineer Wrote 24 AI Programming Skills, Packaging the Entire Development Lifecycle! Last week, I used Claude Code to modify an old API. The requirement was to add caching for two endpoints. I threw in a line: 'Help me add Redis caching' — it wrote it in three minutes, looked quite nice. …
Google Principal Engineer Addy Osmani open-sourced agent-skills, which includes 24 AI programming skills, packaging engineering disciplines for use by AI agents to improve code quality and development efficiency.