Mark's Reports

research · 2026-04-14

Cursor + Antigravity — Current State Brief

Date: 2026-04-14

For: Mark

Scope: What's new since mid-March 2026, what to update, what to install.


1. Cursor — the big one

Current version: Cursor 3.1 (released 2026-04-13, yesterday)

Changelog: https://cursor.com/changelog

Cursor 3.0 (Apr 2) was a ground-up redesign around agents, and 3.1 (Apr 13) is the polish pass. This is the "really, really strong update" you noticed.

What's new since mid-March

Verdict

Cursor 3 is the strongest single agentic-IDE update of 2026 so far. /best-of-n and the Agents Window are features Claude Code and Antigravity don't have.


2. Google Antigravity

Current version: 1.22.2 (released 2026-04-07)

Changelog: https://antigravity.google/changelog (main page was JS-heavy; release aggregator: https://releasebot.io/updates/google/antigravity)

What's new since mid-March

Verdict

Antigravity is in a maintenance/hardening phase. Useful fixes, but no headline feature in the last 30 days comparable to Cursor's Agents Window. Its native strength — autonomous browser+terminal+editor loops with Gemini 3 — is still its moat, and nothing has eroded that.


3. Head-to-head (as of 2026-04-14)

CapabilityCursor 3.1Antigravity 1.22.2
Parallel multi-agent UIYes (Agents Window)No native equivalent
Model A/B testing built-inYes (/best-of-n)No
Isolated worktree per agentYes (/worktree)Partial (sandboxing)
Browser-native agent loopVia Design ModeNative end-to-end
MCP supportYes, matureYes, auth improved Mar 25
Self-hosted cloud executionYes (Mar 25)No
Gemini 3 nativeVia APIYes, first-class

Bottom line: Cursor has the stronger recent updates by a wide margin. Antigravity's advantage is still its tight Gemini 3 + browser-agent loop, which matters if/when you want a task run entirely hands-off without human merge steps. For everything else, Cursor 3.1 is the more powerful seat.


4. Action items for your machines

Both IDEs are installed on G16 (C:\Users\Breez\AppData\Local\Programs\cursor\ and ...\Antigravity\). Neither auto-updates reliably across major versions.

Update Cursor on G16:

Open Cursor → Help menu → Check for Updates. If it reports already current, click the gear icon → About to confirm 3.1 (build from Apr 13). If stuck on 2.x, download the fresh installer from https://cursor.com/download and run it — it upgrades in place without losing settings.

Update Antigravity on G16:

Open Antigravity → command palette (Ctrl+Shift+P) → Antigravity: Check for Updates. Target is 1.22.2. If the command is missing (older build), grab the installer from https://antigravity.google/download.

Apex: Gemini CLI is the sidecar there — no Cursor/Antigravity installs. No action.

New MCP servers worth installing (spirit of the ask)

Given tonight's chrome-devtools-mcp pain, here are the agent tools worth adding to both Cursor and Antigravity's MCP config:

1. chrome-devtools-mcp — the one that cost you hours. Install it in both IDEs' mcp.json so you never hit that wall again.

2. filesystem-mcp — scoped file access with better guardrails than raw shell.

3. git-mcp — git operations as typed tool calls, plays well with Cursor's /worktree.

4. playwright-mcp — browser automation that pairs with Cursor Design Mode.

I can wire any/all of these into both IDEs' MCP configs in a follow-up — just say the word.


Unknowns / caveats


3-line digest