This week's tooling landscape pushed in two directions simultaneously: heavyweight open-weight models challenging the closed-API incumbents, and infrastructure-layer releases that make running any of them cheaper and faster. If you've been watching the open vs. closed model debate, the economics shifted again.

Grok Build ships terminal agent for codebase edits

Grok Build is a Rust-based TUI coding agent that edits files, runs shell commands, and searches the web—interactively or headless via Agent Client Protocol. It's not a wrapper around your editor; it runs in your existing terminal and communicates with xAI's backend for reasoning.

The practical value is collapsing the context-switch cycle. Instead of jumping between an AI chat tab, your editor, and a browser for docs, you stay in the terminal. For CI and scripting use cases, the headless ACP mode lets you wire it into pipelines that need programmatic codebase manipulation without spawning a UI.

Install is a one-liner (curl -fsSL https://x.ai/cli/install.sh | bash) with browser auth on first launch. macOS and Linux only.