The agentic coding space is getting more crowded. xAI has made Grok Build 0.1, its fastest coding model, available via the xAI API in public beta. That means developers can now build directly on top of the same model that powers xAI’s Grok Build CLI — without needing a SuperGrok or X Premium+ subscription. This is a meaningful step. Until now, access to Grok Build has been limited to paying subscribers using the CLI. Opening it up through the API puts it in front of a much wider developer audience and positions it as a tool for building AI-powered applications, not just using one. What the Model Does Grok Build 0.1 is a coding model specifically trained for agentic coding tasks, including web development, debugging, and MCP support. It’s designed for multi-step workflows where an AI agent needs to plan, reason, and act — not just generate a block of code in response to a single prompt. The model accepts text and image inputs and produces text output, with a 256,000-token...
Anthropic has introduced dynamic workflows in Claude Code, and the feature addresses a problem that most development teams know well: some engineering tasks are simply too large and complex for a single AI agent to handle in a single pass. With dynamic workflows, Claude Code can now write its own orchestration scripts and spin up tens to hundreds of parallel subagents within a single session. Those subagents divide the work, check each other’s findings, and hand you a single coordinated result — without requiring you to build out a full agent pipeline yourself. The feature is available today in research preview across the Claude Code CLI, Desktop and VS Code extension for Max, Team and Enterprise plans. It’s also accessible through the Claude API, Amazon Bedrock, Vertex AI and Microsoft Foundry. What it’s Built For Dynamic workflows are designed for tasks where scope is the limiting factor. Think about a bug hunt across an entire service, a migration that touches h...