Skip to main content

Posts

Showing posts from June, 2026

xAI Opens Grok Build 0.1 to Developers via API

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...

Claude Code’s Dynamic Workflows Take on the Tasks That Were Too Big to Automate

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...

Microsoft Brings MCP to Geospatial Workflows With Planetary Computer Pro Tools for VS Code

Microsoft has added a new set of Model Context Protocol tools to the VS Code Marketplace, and they’re aimed squarely at developers and data engineers working with geospatial data. The Microsoft Planetary Computer Pro MCP Tools extension provides natural-language-driven access to geospatial workflows directly in Visual Studio Code — no context switching, no custom scripts, no specialized API knowledge required. The extension is now available on the VS Code Marketplace, and it marks a meaningful step in how teams interact with large-scale environmental and geospatial datasets. What It Does The extension integrates directly with GitHub Copilot in VS Code, exposing 35+ tools that connect to both Microsoft Planetary Computer and Planetary Computer Pro. Through those tools, users can perform data ingestion, STAC search, GeoCatalog management, visualization, and ingestion monitoring — all through natural language prompts. In practice, that means a developer can type a request like ...