An early beta of Grok Build, an agentic CLI for coding, building apps, and automating workflows is now available for SuperGrok Heavy subscribers. Through this early beta, we will improve the model and product based on your feedback. Try it at https://t.co/bpTHpjivWD https://t.co/Rlg4qMLkrv
xAI Launches Grok Build to Orchestrate Parallel Coding Agents in the Terminal
xAI launched the early beta of Grok Build, a command-line interface (CLI) for autonomous software engineering. The tool provides an agentic coding (AI that autonomously writes and iterates on code) environment where users plan and approve changes through diffs. It integrates into repositories, picking up local conventions automatically.
- Availability
- Early beta for SuperGrok Heavy subscribers
- Core protocols
- MCP and ACP
- Execution modes
- Interactive and Headless (-p)
- Key features
- Parallel subagents and Plan mode
- Integration support
- AGENTS.md, plugins, and hooks
This release positions xAI in competition with Codex App's multi-agent command center and Vercel's multimodal AI CLI. While many tools focus on single-file edits, Grok Build emphasizes parallel execution through subagents. This mirrors Warp's agentic development environment by turning the terminal into a harness for autonomous agents.
You can use the CLI to automate workflows or run agents in a headless mode for scripts. The system supports the Agent Communication Protocol (ACP) for building orchestration apps and allows for deep worktree integration to manage parallel tasks. Access is limited to SuperGrok Heavy subscribers via a single-command script.
xAI
@xai
1.5kretweets10klikes
View on XStill wondering? A few quick answers below.
Grok Build is an agentic command-line interface developed by xAI for professional software engineering and workflow automation. It functions as a coding agent that runs directly in the terminal, allowing users to plan, review, and approve code changes through clean diffs before they are applied to a repository or codebase.
The early beta of Grok Build is currently available exclusively to SuperGrok Heavy subscribers. Users with this subscription tier can install the tool using a single curl command in their terminal and sign in with their account. xAI is using this initial phase to gather feedback and improve the product features.
For large or complex tasks, Grok Build can delegate work to specialized subagents that operate in parallel. These subagents can be launched in their own worktrees to handle different parts of a project simultaneously, such as exploring infrastructure, analyzing database query plans, or checking cache hit rates to identify performance regressions.
Yes, Grok Build is designed to work with existing developer tools and conventions. It features native support for the Model Context Protocol to connect with external data sources and the Agent Communication Protocol for building custom orchestration apps. It also picks up project-specific plugins, hooks, and skills automatically.
Headless mode is a specific execution state triggered by a command-line flag that allows Grok Build to run inside scripts and automated workflows without manual intervention. This mode is fully compatible with the Agent Communication Protocol, making it easier for developers to integrate autonomous agents into their existing automation pipelines.



