Google engineer Varun Mohan took the stage on 19 May to change how every coder writes their code for the next decade by launching a new tool. They released Antigravity 2.0 at the annual I/O event to replace the old way of building software apps with a new agent-first model.
This tool moves past text editors. It creates a space where autonomous agents do the heavy lifting while humans manage the high-level flow and the final goals of the project. The software works as a standalone desktop app that manages entire cohorts of digital workers across a local network or a secure cloud server.
But it does not just suggest lines of code. Instead, it runs dozens of agents at once to build whole systems in parallel without needing a human to check every single line. They work on separate files and sync up later. One developer showed this off during the keynote when he directed 93 sub-agents to build a functional operating system from scratch.
They finished the entire job in 12 hours. It worked. Or the agents split the work themselves across different files and folders to handle drivers and memory management tasks at the exact same time.
They talked to each other through the main interface to stop conflicts from breaking the build during the fast and complex development process. This keeps the code clean. But things can still go wrong in live demos when the software has to perform under the bright lights of a massive stage.
During the presentation, the new operating system could not run the game Doom because it failed to see the keyboard inputs from the user. Now the developer told the system to fix the issue. Antigravity found the missing driver immediately and wrote the code before compiling the fix into the active build.
It was fast. And this is what they now call "vibe coding" in the offices at the Google campus in Mountain View after the big reveal this week. Engineers focus on the big picture and the high-level logic while the agents deal with the syntax and the messy bugs in the code.
Yet Google says this shift will change the industry forever by turning a single coder into a manager or an architect of a large system. One person can now do the work of a whole team. Or the app plugs directly into Google Cloud services and uses eighth-generation TPUs to keep the agents running smoothly.
These chips provide power. So, the barrier to entry for complex engineering might drop for new students who want to build their own custom apps from their bedrooms.
We will watch the rollout.

Discussion