@rohanpaul_ai: Grok Build beta (agentic coding agent that lives in your terminal) is now open to all SuperGrok and X Premium+ users. B…

X AI KOLs Following Tools

Summary

xAI's Grok Build, an agentic coding agent for the terminal, is now in beta for SuperGrok and X Premium+ users, enabling natural-language code generation, planning mode, parallel sub-agents, and image/video generation.

Grok Build beta (agentic coding agent that lives in your terminal) is now open to all SuperGrok and X Premium+ users. Before only SuperGrok Heavy users had access. You install it once with a single command, then you can type natural-language instructions like: “Make a rollercoaster simulator” or “Build a todo app in the style of Apple” etc.. and Grok will: - Plan Mode -> create a step-by-step plan you review and approve before it touches any code - Use sub-agents that run in parallel for complex tasks - Edit multiple files, use git, run tests, search the web, etc. - Create images and videos using Imagine (Grok’s image/video generator) right inside the workflow - Build automations or full orchestrators (you can turn sessions into reusable “skills” or connect multiple agents)
Original Article
View Cached Full Text

Cached at: 05/26/26, 02:53 PM

Grok Build beta (agentic coding agent that lives in your terminal) is now open to all SuperGrok and X Premium+ users.

Before only SuperGrok Heavy users had access.

You install it once with a single command, then you can type natural-language instructions like: “Make a rollercoaster simulator” or “Build a todo app in the style of Apple” etc..

and Grok will:

  • Plan Mode -> create a step-by-step plan you review and approve before it touches any code
  • Use sub-agents that run in parallel for complex tasks
  • Edit multiple files, use git, run tests, search the web, etc.
  • Create images and videos using Imagine (Grok’s image/video generator) right inside the workflow
  • Build automations or full orchestrators (you can turn sessions into reusable “skills” or connect multiple agents)

xAI (@xai): Grok Build is now available in Beta for all SuperGrok and X Premium+ users.

Use Plan Mode, create images and videos with Imagine, and build automations or orchestrators with the CLI.

Visit https://t.co/bpTHpjivWD to get started.

Similar Articles

Introducing Grok Build (2 minute read)

TLDR AI

Grok Build is a new coding agent that runs from the terminal, now in early beta for SuperGrok Heavy subscribers. It supports plugins, subagents, and deep worktree integrations, including a headless mode for scripting.

Grok Build 0.1 on API (1 minute read)

TLDR AI

xAI has released grok-build-0.1 in public beta via API, a model optimized for agentic coding tasks with high speed and competitive pricing.

Grok Build open sourced under Apache 2.0 license

Reddit r/LocalLLaMA

Grok Build, a terminal-based AI coding agent from xAI, has been open sourced under the Apache 2.0 license. It runs as a full-screen TUI that understands codebases, edits files, executes shell commands, and more.