Close Menu
    Facebook X (Twitter) Instagram
    Cloud Tech ReportCloud Tech Report
    • Home
    • Crypto News
      • Bitcoin
      • Ethereum
      • Altcoins
      • Blockchain
      • DeFi
    • AI News
    • Stock News
    • Learn
      • AI for Beginners
      • AI Tips
      • Make Money with AI
    • Reviews
    • Tools
      • Best AI Tools
      • Crypto Market Cap List
      • Stock Market Overview
      • Market Heatmap
    • Contact
    Cloud Tech ReportCloud Tech Report
    Home»AI News»xAI Launches /goal in Grok Build, Adding Long-Running Autonomous Execution With Built-In Verification for Multi-Step Coding Tasks
    AI News

    xAI Launches /goal in Grok Build, Adding Long-Running Autonomous Execution With Built-In Verification for Multi-Step Coding Tasks

    June 22, 2026
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
    xAI Launches /goal in Grok Build, Adding Long-Running Autonomous Execution With Built-In Verification for Multi-Step Coding Tasks
    Share
    Facebook Twitter LinkedIn Pinterest Telegram Email
    kraken


    xAI shipped a new mode called /goal inside Grok Build, its terminal coding agent. The feature targets long-running, autonomous task execution. You hand the agent a larger implementation task, then step back.

    Most coding sessions require back-and-forth execution and verification. You prompt, the agent acts, and you verify each step. /goal changes that loop. The agent keeps working until a task is completed and verified. Verification can mean reviewing code, inspecting webpages, or executing scripts.

    The mode packages that autonomy behind one command and a visible progress checklist.

    TL;DR

    • /goal runs long, autonomous tasks inside Grok Build’s terminal agent.
    • It plans an approach, builds a checklist, executes, and verifies until complete.
    • Verification can review code, inspect webpages, or execute scripts.
    • status, pause, resume, and clear steer the live run.
    • Access needs a SuperGrok or X Premium Plus subscription.

    What is /goal

    /goal is a mode within Grok Build, not a separate product. Grok Build is xAI’s coding agent and CLI for software engineering. A CLI is a command-line tool that runs in your terminal. It works against your local codebase, reading files and running commands.

    ledger

    Grok Build already ships several agent features. It has a plan mode that blocks edits until you approve a plan. It delegates larger work to specialized subagents that run in parallel. It reads your AGENTS.md, plugins, hooks, skills, and MCP servers out of the box. MCP is a protocol that connects agents to external tools and data.

    Access requires a SuperGrok or X Premium Plus subscription. You install the CLI with one command:

    curl -fsSL https://x.ai/cli/install.sh | bash

    You then sign in with your account and invoke /goal. The mode is built for handoff. You describe one objective, and the agent owns the multi-step work.

    Why Long-Running Execution Matters

    An agent is given a goal, not just a single prompt. It plans steps, executes them, observes results, and replans when reality diverges. That is the observe–plan–act loop. The trade-off is observability: long runs produce many actions you must monitor. /goal answers that with a progress checklist and steering commands.

    How /goal Works

    You set a goal in a single line. You type it inside the Grok Build session, not your system shell. For example:

    /goal Migrate the auth module to the new API

    Grok Build plans an approach for that objective. It breaks the work into a progress checklist. It then starts executing the checklist items one by one.

    You are not locked out during the run. You can keep sharing additional instructions as it works. When the goal is finished, the panel flips to Complete. Every checklist item then shows as checked.

    The Verification Step

    The detail worth noting is verification. /goal does not stop at writing code. It continues until the task is completed and verified.

    Verification, per xAI, can take three forms. The agent may review the code it produced. It may inspect webpages to confirm behavior. It may execute scripts to test the result.

    This matters for autonomous runs. An agent that only edits files may report success before the change works. Building verification into the run means the agent tests its own output before it finishes.

    Interactive Demo

    Use Cases With Examples

    Module migration is the main example. /goal Migrate the auth module to the new API covers a multi-file change. The task is long, mechanical, and testable.

    Other practical handoffs fit the same shape:

    • Refactor a service, then run its test suite to confirm a green build.
    • Add an endpoint, then inspect the rendered page for runtime errors.
    • Upgrade a dependency, execute the build, and fix the breakages.
    • Port a config across files, then run a script to validate it.

    Each task suits an autonomous goal better than a quick one-line edit. The payoff comes when the work spans many steps you would otherwise supervise.

    Steering a Long-Running Goal

    /goal adds commands to monitor and steer the run. You type them inside the Grok Build session:

    /goal status # see the live progress panel
    /goal pause # stop work, keep the goal
    /goal resume # pick back up
    /goal clear # drop the goal entirely

    status surfaces the live progress panel. pause halts work but keeps the goal intact. resume continues from where it stopped. clear drops the goal entirely and starts fresh.

    These controls are important for unattended runs. You can pause work or drop the goal at any point. That helps when an agent edits files and runs scripts on its own.

    How /goal Compares

    /goal sits among terminal coding agents that already run multi-step work. What it adds is an explicit, steerable goal object. The named lifecycle commands and the built-in verification step are the new parts.

    DimensionGrok Build /goalClaude CodeOpenAI Codex CLICursor Agent ModeHandoff modelOne-line goal objectConversational + task listPrompt with approval modeChat instruction in IDEProgress viewAuto checklist + live panelInternal to-do listStep-by-step logInline edit streamSteering controlsstatus / pause / resume / clearInterrupt and repromptApprove / reject stepsAccept / reject editsVerificationRuns until completed and verifiedRuns tests when instructedRuns tests when instructedRuns tests when instructedWhere it runsTerminal (TUI, headless, ACP)TerminalTerminalIDE-integratedAccessSuperGrok / X Premium PlusSubscription or APISubscription or APISubscription

    Key Takeaways

    • /goal runs long, autonomous tasks inside Grok Build’s terminal agent.
    • It plans an approach, builds a checklist, executes, and verifies until complete.
    • Verification can review code, inspect webpages, or execute scripts.
    • status, pause, resume, and clear steer the live run.
    • Access needs a SuperGrok or X Premium Plus subscription.

    Check out the Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

    Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.



    Source link

    synthesia
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    A better way to model the behavior of metal alloys | MIT News

    June 21, 2026

    7,000 Langflow servers are under attack. LangGraph and LangChain have the same holes

    June 20, 2026

    SAP and Google Cloud deploy agentic commerce architecture

    June 19, 2026

    Perplexity Launches Brain, a Self-Improving Memory System That Builds a Context Graph of an Agent’s Work and Learns Overnight

    June 18, 2026

    In game theory, generalists sometimes win out over specialists | MIT News

    June 17, 2026

    Z.ai’s open-weights GLM-5.2 beats GPT-5.5 on multiple long-horizon coding benchmarks for 1/6th the cost

    June 16, 2026
    murf
    Latest Posts

    Fed Chair Kevin Warsh to Face Congress July 14 in First Testimony as Inflation Fight Heats Up

    June 23, 2026

    Centralized Wall Street gatekeepers to control investors’ route into tokenized stocks through old pipes

    June 23, 2026

    EUR Trading Hits 1% of Binance’s Spot Volume Amid MiCA Uncertainty

    June 23, 2026

    Ethereum Foundation Leses Co-Executive Director Amid Leadership Exodus

    June 23, 2026

    Stocks Mostly Lower on Weakness in Megacap Tech and Software Stocks

    June 23, 2026
    livechat
    LEGAL INFORMATION
    • Privacy Policy
    • Terms Of Service
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Top Insights

    You’re Not Behind (Yet): How to Learn AI 11 Minutes

    June 23, 2026

    I Tested “IMPOSSIBLE” TikTok LIFE HACKS!

    June 23, 2026
    coinbase
    Facebook X (Twitter) Instagram Pinterest
    © 2026 CloudTechReport.com - All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.

    bitcoin
    Bitcoin (BTC) $ 62,498.00
    ethereum
    Ethereum (ETH) $ 1,662.39
    tether
    Tether (USDT) $ 0.998838
    bnb
    BNB (BNB) $ 576.53
    usd-coin
    USDC (USDC) $ 0.999767
    xrp
    XRP (XRP) $ 1.11
    solana
    Solana (SOL) $ 69.43
    tron
    TRON (TRX) $ 0.328813
    figure-heloc
    Figure Heloc (FIGR_HELOC) $ 1.03
    staked-ether
    Lido Staked Ether (STETH) $ 2,265.05