HeadlinesBriefing favicon HeadlinesBriefing.com

X.ai rolls out Grok Build beta for Heavy subscribers

Hacker News •
×

Today X.ai opened early beta access to Grok Build, a CLI‑driven coding agent aimed at professional engineers tackling complex codebases. Only subscribers to the SuperGrok Heavy tier can install it with a one‑liner curl command, which immediately registers the user’s account rapidly. The tool promises to generate execution plans that developers can approve, edit, or rewrite before any change touches the repository.

When launched in plan mode, Grok Build presents a diff‑style view of each proposed modification, letting teams audit changes line by line. It respects existing AGENTS.md files, plugins, hooks, and MCP servers, loading user conventions without extra configuration. For larger jobs, the system spins up specialized subagents that run in parallel across separate worktrees, accelerating significantly deep‑tree refactors.

A headless –p flag enables scripting Grok Build inside CI pipelines, while full ACP support lets developers craft custom bots and orchestration layers. Feedback is collected directly through a /feedback command in the CLI, feeding the early beta loop. By integrating with familiar developer tooling, Grok Build aims to cut routine implementation time and let engineers focus on higher‑level design tasks.