Fetching from the wire…
Public story · 2026-07-17 · high
Grok Build's subagent scheduler runs each task in its own git worktree, and the code went public on GitHub July 15.
Why now: Grok Build's full source went up on GitHub July 15, the kind of frontier-lab code drop that doesn't happen often.
xAI open-sourced Grok Build on July 15, publishing all 844,530 lines of its production coding agent's Rust code on GitHub under Apache 2.0. This is the harness xAI runs in production. That matters for anyone building a competing coding agent: the architecture decisions xAI already made are now free to study or copy.
Grok Build splits big jobs across subagents that run in parallel. Each one gets its own git worktree, so it can edit files without stepping on another subagent's unsaved work. That's the same isolation trick a lot of people building multi-agent setups end up needing. Now there's a production-grade version to copy instead of inventing it from scratch.
It also runs local-first. Point config.toml at your own inference setup after building from source, and none of it touches xAI's servers. The catch: Apache 2.0 is permissive, but this is still production code from a frontier lab. Read the license closely before anyone bolts it into a commercial product.
Reading the actual scheduler and worktree isolation code beats guessing at the pattern from a blog post. It's a rare look at how a frontier lab actually solved a problem most agent builders are still hacking around on their own. Grok Build isn't the only open release worth reading. trycua/cua adds the other half, agents that evaluate and operate on a real machine instead of a chat window.
Each link below shares sources, entities, or timing with this story.
Grok Build competes with Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Claude Code); both cover Full, GitHub, When; reported by the same outlet (github.com).
Grok Build competes with Claude Code / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Claude Code); both cover Grok Build, When, Which; overlapping topics (agent, code, model).
Linked by a graph relationship (Grok Build competes with Claude Code); both cover GitHub, Rust, When; overlapping topics (agent, code, coding).
Grok Build competes with Claude Code / Shared entity: GitHub / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Claude Code); both cover GitHub; reported by the same outlet (github.com).
Grok Build competes with Claude Code / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Claude Code); both cover Rust, When; overlapping topics (agent, coding, kind).
Grok Build competes with Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Grok Build competes with Claude Code); both cover GitHub, Rust; reported by the same outlet (github.com).
Linked by a graph relationship (Grok Build competes with Claude Code); both cover Rust, When; reported by the same outlet (github.com).
Grok Build competes with Cursor / Shared entity: GitHub / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Cursor); both cover GitHub; reported by the same outlet (github.com).