My talk from AI Engineer is now live!
It covers how we're automating parts of AI research and building systems to rapidly improve our models. I cover some of the work our team did to train Grok 4.5 together with SpaceXAI.
I poked around in the just open sourced Grok Build CLI tool - 844,000 lines of Rust code! - and dug up a few interesting highlights, including a "self-contained terminal renderer for Mermaid diagrams" that renders them using Unicode box-art!
grok build has a /resume-claude command that lets you resume claude code sessions in grok build
It even auto detects this when you start up grok for recent sessions
grok build is officially open source
this is MASSIVE news
grok build is easily the highest quality tui i've used
they've def put a ton of thought and care into it
feels like basically zero slop compared to claude code
We've open-sourced Grok Build and have reset usage limits for all users.
Open sourcing Grok Build allows anyone to support making a reliable and robust harness. Check out our code, including the Git repo for the Grok Build CLI.
What a move by @SpaceXAI open sourcing Grok Build! Open source is the way.
It would also be good to have an OSS program like competition to support OSS devs.
We've open-sourced the entire Grok Build CLI so anyone can dig into the code. You can see exactly how the agent loop works, the terminal rendering, compaction, goals, subagents - the whole thing.
we open-sourced the full Grok Build app for anyone to take a look at the code :)
you can see all parts of how the agent loop runs, how the terminal rendering works, compaction, goals, subagents and more