## Short Segments Building a restaurant booking phone agent just got more dynamic with the Patter SDK. This tutorial guides developers through creating a voice-agent workflow that simulates real conversations, complete with dynamic variables, guardrails, and latency dashboards. Coming up, we'll explore how SpaceXAI's open-sourcing of Grok Build changes the game for AI coding agents. In this tutorial, developers can now leverage the Patter SDK to build a sophisticated restaurant booking phone agent. The guide walks through defining dynamic caller variables, registering callable tools, and applying output guardrails. It also simulates speech-to-text and text-to-speech behavior, allowing for a complete scripted call flow without needing live telephony credentials. The Patter SDK integrates agent logic, tool use, safety checks, and call simulation into a single structured voice-agent pipeline. This means developers can track latency and cost metrics, validate systems through regression-style evaluations, and understand real-world deployment patterns. The practical consequence is a more robust and reliable voice-agent workflow, making it easier for developers to create AI phone assistants that behave realistically during conversations. ## Feature Story SpaceXAI has open-sourced Grok Build, the terminal-based AI coding agent behind its grok CLI, now available on GitHub. This release includes the agent harness, TUI, CLI shell, and developer tooling under the Apache 2.0 license. Grok Build, launched as an early beta on May 25, 2026, is an agent that understands codebases, edits files, executes shell commands, and searches the web. It also manages long-running tasks and operates as a full-screen, mouse-interactive TUI. The open-source release covers four main areas: the agent loop, tools, terminal UI, and extension system. The agent loop handles context assembly, response parsing, and tool-call dispatch. The tools enable the agent to read, edit, and search code. The terminal UI manages rendering, input handling, plan review, and the inline diff viewer. The extension system supports skills, plugins, hooks, MCP servers, and subagents. These components are mapped onto named crates, providing a structured framework for developers to explore and extend. By open-sourcing Grok Build, SpaceXAI aims to foster a community-driven approach to building robust and reliable AI coding agents. Developers can now access the source code to understand how Grok Build works, from context assembly to tool-call dispatch, making it easier to explore and extend the harness. This move is significant as it allows developers to build on a proven framework, potentially accelerating the development of AI coding agents. The open-source nature of Grok Build means that developers can contribute to its evolution, ensuring that it remains a cutting-edge tool for coding automation. As the AI coding landscape continues to evolve, Grok Build's open-source release positions it as a key player in the development of intelligent coding agents. Looking ahead, the open-sourcing of Grok Build could lead to new innovations in AI coding agents, as developers experiment with its capabilities and contribute to its growth. The release also highlights the importance of community collaboration in advancing AI technology, as developers from around the world can now work together to enhance Grok Build's functionality and performance. In conclusion, SpaceXAI's decision to open-source Grok Build marks a pivotal moment in the development of AI coding agents. By providing access to the source code, SpaceXAI empowers developers to explore, extend, and innovate, paving the way for new advancements in coding automation. As the community embraces Grok Build, we can expect to see exciting developments in the AI coding space, driven by collaboration and shared expertise.