Grok Build arrives at the terminal to compete with Claude Code and Codex CLI

Published on May 19, 2026 | Translated from Spanish

xAI has launched Grok Build, a code agent that operates directly from the terminal. Unlike a conventional chatbot, this tool plans, writes, executes, and corrects code autonomously in cycles. It installs with a single command and directly competes with Anthropic's Claude Code and OpenAI's Codex CLI.

terminal emulator window split into three panes showing autonomous code generation cycle, left pane displays Grok Build planning phase with file tree structure and dependency graph, center pane shows live code writing with syntax highlighting and auto-completion markers, right pane demonstrates execution output with real-time error detection and correction loops, glowing neon terminal text in cyan and magenta, command prompt icon pulsing, keyboard in foreground with hands typing, Claude Code and Codex CLI logos dimly visible as background competitors, cinematic technical visualization, dark mode interface with grid overlay, photorealistic engineering illustration, dramatic blue-orange lighting casting shadows across keyboard keys, motion blur on scrolling code lines

Autonomous code cycles with two million token context 🚀

Grok Build uses the Grok 4.3 beta model and offers two operating modes: Normal, with one agent and 128 thousand tokens of context, and Heavy, which deploys 16 agents working in parallel with a context window of 2 million tokens. The agent analyzes the project, generates a plan, writes the code, executes it, and corrects errors without manual intervention. It is available for Linux, macOS, and Windows.

The assistant that doesn't ask permission to break your code 🤖

While chatbots ask you if you want to continue, Grok Build directly executes, fails, and corrects in a loop. You will no longer have an excuse to blame the compiler: now an autonomous agent will do the dirty work and, incidentally, take credit when it works. All you have left is to watch it from the terminal while it decides which files to delete.