
Tech • AI • Robotics
Google has introduced Antigravity 2.0, a new agent-focused platform and SDK that enables developers to rapidly build, fine-tune, and deploy AI-powered applications across cloud, desktop, and Android environments.
Google unveiled the Antigravity SDK, providing developers with a unified “agent harness” optimized for the Gemini API. The system allows users to create custom AI agents in a single API call by combining instructions, tools, and datasets. Prebuilt agents are also available for immediate use, lowering the barrier to entry for experimentation and deployment.
A major feature is the ability to build applications directly in AI Studio without installing software or configuring local environments. Developers can generate full Android applications simply by selecting a build option and prompting the system, significantly reducing setup time and complexity.
Antigravity 2.0 introduces a desktop environment designed around agent workflows. It enables tasks such as fine-tuning models, generating code, and orchestrating deployments through natural language prompts, reflecting a shift toward AI-driven development interfaces.
The platform supports fast customization of models like Gemma 4 using techniques such as LoRA fine-tuning. In demonstrations, developers generated training and evaluation code, launched training jobs, monitored loss metrics, and deployed models within minutes, highlighting a streamlined machine learning workflow.
Antigravity enables hybrid workflows where training can be validated in the cloud and then deployed locally. Developers can reuse checkpoints from prior runs and push optimized models to personal devices, including laptops, without manual configuration.
The Antigravity CLI extends capabilities from the Gemini CLI, allowing developers to manage agents, trigger training jobs, and automate pipelines entirely from the command line. This supports headless environments and remote GPU workflows, including SSH-based operations.
Official Android support has been added, including a built-in Android CLI that simplifies environment setup without requiring Android Studio. Developers can still transition to Android Studio for production refinement, combining automation with traditional tooling.
Agents can interact with development tools to open UI previews, test layouts across device configurations, and validate features such as offline functionality. This introduces automated, agent-driven testing workflows for mobile applications.
Google introduced Modern Web Guidance, a curated set of best practices that helps agents implement contemporary web features. Alongside it, WebMCP enables websites to expose capabilities directly to browser-based agents, effectively making web applications “agent-ready.”
New Chrome DevTools integrations allow agents to evaluate how generated code performs at runtime. This creates a closed feedback loop where agents can build, test, debug, and refine applications autonomously using MCP servers and specialized tooling.
Antigravity 2.0 signals a shift toward fully agent-driven software development, combining rapid prototyping, automated training, and cross-platform deployment into a single workflow powered by Gemini.
Explain this