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.
I check Product Hunt maybe once a week and usually regret it. Today's board is worth reading as market structure. The July 30 leaderboard: SKI at 277 upvotes (free voice input for Claude Code and Codex). AI Search Console at 249 (prompt analytics and citation mapping). Memmy A...
pbakaus/impeccable (+471 today, 3,000 forks, 1,174 commits, Apache 2.0) installs into Cursor, Claude Code, Copilot, Gemini CLI, Codex CLI, Grok Build, OpenCode, Pi, Kiro, Trae, Rovo Dev, Qoder, and Mistral Vibe via npx impeccable install (GitHub). It combines PRODUCT.md/DESIGN...
The antigravity-awesome-skills repository hit 36,145 GitHub stars with a catalog of 1,400+ installable SKILL.md playbooks that work across Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, and GitHub Copilot. One command: npx antigravity-awesome-skills --claude. That...
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
xAI launched Grok Build on May 14. With that, every major AI lab now ships a coding agent that lives in your terminal. The competition isn't "can we build one" anymore. That question is settled. The lineup: Anthropic has Claude Code. OpenAI has Codex CLI. Google has Gemini CLI...
On April 10, Anthropic accidentally shipped 510,000 lines of TypeScript source maps with Claude Code v2.1.88 on npm. A missing .npmignore file. The community response was immediate and massive: someone created Claw Code, a Rust rewrite, which hit 50K GitHub stars in 2 hours an...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.