AIAny
AI Agent2025
Icon for item

Google Antigravity

Agent-first development platform: spawn autonomous agents that plan, edit, run terminals, and drive a browser to verify their own work, returning reviewable artifacts like plans and screenshots. Defaults to Gemini 3 Pro; also runs Claude and GPT-OSS.

Introduction

Most AI coding tools still treat the human as the one doing the work, with the model whispering suggestions into an editor. Antigravity inverts that: the agent is the primary actor, and the developer becomes a reviewer who approves plans and inspects results. The unlock isn't a smarter autocomplete — it's that agents are given the same surfaces a human uses (editor, terminal, and a real browser) and are expected to verify their own output instead of handing back raw diffs.

What Sets It Apart
  • Two modes for two mindsets: an Editor View for hands-on coding with an agent sidebar, and a Manager surface for spawning and watching multiple agents run asynchronously across workspaces.
  • Agents act across editor, terminal, and browser, so a task like "build this feature and confirm it works" can include actually clicking through the running app.
  • Output comes back as Artifacts — task lists, implementation plans, screenshots, browser recordings — rather than opaque commits, which makes reviewing async agent work tractable.
  • Model optionality: defaults to Gemini 3 Pro with generous preview rate limits, but also runs Claude and GPT-OSS, so you aren't locked to one provider.
Who It's For

Great fit if you want to delegate larger, multi-step tasks and supervise them, or run several agents in parallel while you focus elsewhere — and you value being able to audit what an agent actually did. Look elsewhere if you mainly want fast inline completions in your existing editor, distrust autonomous agents touching your terminal and browser, or need a stable production tool today: it shipped as a free public preview and the agent-first workflow is a real adjustment from assistant-style tools.

Information

  • Websiteantigravity.google
  • OrganizationsGoogle
  • AuthorsGoogle Antigravity Team
  • Published date2025/11/20

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.