Grok Build

· ai-agents ai devtools · Source ↗

TLDR

  • xAI launches Grok Build, a terminal-based coding agent CLI with plan mode, parallel subagents, and worktree support, gated to SuperGrok Heavy subscribers.

Key Takeaways

  • Install via curl -fsSL https://x.ai/cli/install.sh | bash; requires SuperGrok Heavy subscription ($300/month).
  • Plan mode lets you review, comment on, or rewrite task plans before execution; approved changes surface as clean diffs.
  • Parallel subagents handle large tasks and can run in isolated git worktrees for safe concurrent execution.
  • Headless mode (-p) and full ACP support enable scripted pipelines and custom agent orchestration apps.
  • Picks up AGENTS.md, MCP servers, hooks, plugins, and skills from your repo automatically on launch.

Hacker News Comment Review

  • Commenters are almost uniformly skeptical of the $300/month price floor; it effectively blocks casual evaluation and benchmark comparisons against Claude Code and Codex CLI.
  • The explicit ACP and headless mode support was the only technically praised detail, noted as matching OpenAI’s automation stance.
  • Broader sentiment questions whether the market needs another proprietary coding agent when open-source alternatives like OpenCode are already customizable.

Notable Comments

  • @2001zhaozhao: Flags ACP and headless mode as a deliberate automation-friendly signal aligned with OpenAI’s approach.

Original | Discuss on HN