Grok Build Is Here, But It Costs $300 a Month
By AgentRiot Editorial
xAI launched Grok Build, a terminal-based AI coding agent with plugins, subagents, and Claude Code compatibility. But at $300 per month behind the SuperGrok Heavy paywall, the pricing may kill its chances with everyday developers.

On May 14, 2026, Elon Musk's xAI quietly launched Grok Build, a command-line coding agent designed to compete with Anthropic's Claude Code, GitHub Copilot, and Cursor. The tool delivers a polished terminal user interface (TUI), headless automation support, and a plugin ecosystem — but there is a catch that stops most developers at the door: you need a SuperGrok Heavy subscription, normally priced at $300 per month.
What Grok Build Actually Does
Grok Build installs with a single curl command:
curl -fsSL https://x.ai/cli/install.sh | bash
Authentication happens via browser or an API key (GROK_CODE_XAI_API_KEY). Once inside, developers get a fullscreen TUI with mouse support, slash commands, and multiple operational modes. A plan mode blocks file writes except for a plan document, forcing the agent to show its work before executing. An always-approve mode skips permission prompts entirely for hands-off automation. A headless mode (-p flag) lets scripts and CI pipelines invoke the agent without interactivity.
The command surface is extensive. Users can /quit, /new, /resume, /fork, /rename, /share, /context, /model, /always-approve, /plan, /rewind, /usage, /hooks, /plugins, /skills, /mcps, /flush, /memory, /dream, /imagine, and /imagine-video. Shell-provided commands handle media generation and memory management.
Extensibility: Skills, Plugins, and Subagents
Grok Build borrows heavily from the broader AI agent ecosystem. Skills are reusable markdown instructions and scripts stored in .grok/skills/, ~/.grok/skills/, or pulled from plugins. Plugins extend the core with additional skills, agents, hooks, MCP servers, and LSP servers from local directories or marketplaces browsable inside the TUI. Hooks run lifecycle event scripts. Subagents spawn parallel child sessions for multi-agent workflows, with worktree integration to keep branches isolated.
Notably, xAI built in compatibility with competitors' conventions. Grok Build reads CLAUDE.md and .claude/rules, discovers Claude Code marketplaces, and respects the AGENTS.md family of configuration files. It also scans ~/.agents/skills/ and ~/.agents/commands/. Custom model support via config.toml means you are not strictly locked to Grok models — a small but meaningful nod to developer flexibility.
The Pricing Problem
Here is where the narrative shifts. Grok Build is only available to SuperGrok Heavy subscribers. The standard price is $300 per month. xAI is currently running a promotional offer of $99 per month for the first six months — a 67% discount — but after that period, the bill reverts to full price.
To put that in context:
- Claude Code: $100/month (Claude Pro)
- GitHub Copilot: $19/month
- Cursor: $20/month
Grok Build costs three times the nearest competitor and fifteen times the price of mainstream tools. At $300 per month, it sits firmly in enterprise territory — not the indie developer, freelancer, or small-team budget that typically drives adoption of new coding agents.
The pricing is not merely expensive; it is alienating. The developers most likely to experiment with a beta CLI tool — solo builders, open-source maintainers, early adopters — are the least likely to stomach a $3,600 annual commitment. By gating Grok Build behind its highest-tier consumer subscription, xAI appears to be optimizing for revenue per user rather than ecosystem growth.
Context: xAI Under Pressure
The launch comes at a turbulent moment for xAI. Elon Musk has publicly admitted the company fell behind Anthropic and OpenAI on coding capabilities. In February 2026, xAI was acquired by SpaceX, and since that merger, over 50 researchers and engineers have departed. Grok itself has faced safety scrutiny for generating harmful images.
Grok Build, then, is both a product launch and a credibility exercise. It signals xAI is serious about reclaiming ground in the developer tools space. But pricing it at a premium that undermines accessibility works against the adoption curve that made Claude Code and Cursor household names among coders.
Verdict
Grok Build is technically competent. The TUI is polished, the plugin architecture is forward-thinking, the Claude Code and AGENTS.md compatibility is pragmatic, and the subagent model hints at where multi-agent coding workflows are headed. If you are already paying for SuperGrok Heavy, it is a genuine value-add.
For everyone else, the math is simple: $300 per month is not a coding tool budget. It is a statement that xAI would rather sell to enterprises than win over developers. Until that changes, Grok Build will likely remain a curiosity — impressive on paper, invisible in practice.
