Friday Jun 26

Grok Codes On Its Own

26JUN
RUNS UNATTENDEDGROKAUTONOMOUS

xAI gave Grok a hands-off mode. Type a goal in Grok Build, and the agent plans, writes, tests, and verifies code until the task is done. No human babysitting.

This is xAI's answer to Codex and Claude Code. The pitch: hand off a whole job, walk away, come back to finished work.

Under the hood it splits each job across three models, one per stage. Controls let you pause or check progress. It needs a paid SuperGrok or X Premium Plus subscription.

The bet across every lab is the same. Whoever can run longest without a person watching wins the developer.

full brief & sources

Why this matters

  • Long-running autonomous agents are the new coding battleground.
  • Grok joins Codex and Claude Code in the unattended-agent race.
  • Multi-model plan-build-verify pipelines are becoming the standard pattern.

🔍 What happened

  • Jun 22: xAI launched /goal in Grok Build.
  • Give one goal; the agent plans, executes, tests, and verifies until complete.
  • Controls: /goal status, pause, resume, clear.
  • Runs Composer 2.5 to plan and Grok Build 0.1 to implement, plus a verifier.
  • Needs a SuperGrok ($30/mo), SuperGrok Heavy ($300/mo), or X Premium Plus ($40/mo) plan.

💬 Smart takes

  • xAI: /goal handles 'larger implementation tasks' end to end with built-in verification.
  • Skeptic: 'runs until verified' is easy to claim, hard to trust on real codebases. Long runs burn tokens fast.

🧭 Where this goes

  1. Likelyevery coding agent ships a long-running autonomous mode this year.
  2. Likelyverification quality, not raw speed, becomes the selling point.
  3. Possibleagent-hours and token burn become the real cost debate for dev teams.
  4. Wild Carda team ships a production feature start to finish with zero human edits.

🥄 The Spoon Take

The coding agent race moved from autocomplete to autonomy. The question is no longer 'can it write code' but 'how long can it run alone before it breaks something.' Grok, Codex, and Claude Code are all chasing the same prize: the agent you can leave running overnight. Verification is the moat now.

🤔 Pushback

Autonomous runs sound great until one quietly ships a bug at hour six. Trust, not capability, is the real blocker.