tech
Workflows in Grok Build
Grok Build can now write and run workflows: orchestration scripts that fan a task out across hundreds of parallel agents, verify the results, and report back in one background run.

TL;DR
- Grok Build now supports writing and running workflows for task orchestration.
- Workflows can fan tasks out across hundreds of parallel agents, verify results, and report back.
- Complex tasks, such as reviewing large PRs or auditing codebases, can be handled by workflows.
- Grok plans the task as a script, defining phases, agents, and result roll-up.
- Runs have a budget of up to 128 agents, expandable to 1,024 for larger jobs.
- Progress is saved, allowing for pausing and resuming without redoing finished work.
- Workflows are authored by Grok and can be saved for team sharing or personal use, becoming custom slash commands.
- A built-in `/deep-research` workflow fans out research questions and verifies claims.