CloudCodeTree LogoCloudCodeTree
HomeResumeAI NewsContactSchedule
CloudCodeTree Logo
CloudCodeTree
← Back to AI News
SpaceX Locks Up Cursor for $60B — and Gemini CLI Dies for Free Users Today

Photo: Jakub Zerdzicki / Pexels

SpaceX Locks Up Cursor for $60B — and Gemini CLI Dies for Free Users Today

Chris Harper

2 min read

Jun 18, 2026 · 12:07 UTC

AI
News
Developer Tools
Agents

TL;DR: SpaceX's $60B all-stock Cursor acquisition (June 16) and Gemini CLI's shutdown for free users (today) both signal the same thing — AI coding tools are now platform assets, not indie products.

SpaceX sealed the Anysphere (Cursor) deal on June 16 — the largest venture acquisition ever. Cursor's ARR grew from $100M to $4B+ in 18 months; SpaceX pairs it with its Colossus cluster (~1M H100-equivalent GPUs) to train the next Composer generation. Market share had already slipped from 41% to 26% over the past year — this deal removes Cursor from the open market before Claude Code or Copilot could erode it further.

Also today: Gemini CLI stops serving requests for Google AI free, Pro, and Ultra accounts. The replacement is Antigravity CLI (agy). Four things that break silently:

  • CI pipelines or git hooks that shell out to gemini — update the binary to agy
  • Default model changed: gemini-1.5-pro → gemini-3-pro (pin with --model gemini-1.5-pro if your prompts were tuned to 1.5)
  • Rate limits moved from 1,000 req/day to a weekly compute cap (heavy users report hitting it within days)
  • Antigravity CLI is not open source

Enterprise and Standard Gemini Code Assist users are unaffected.

Why it matters: Two tools you might use just changed ownership or died for your tier. AI coding tooling is reshuffling fast — tool-agnostic workflows are a resilience bet, not a preference.

Sources: CNBC: SpaceX $60B Cursor deal, Bloomberg: SpaceX cements Cursor takeover, Google: Gemini CLI → Antigravity CLI, Groundy: forced migration breaks existing automation