Grok Bot went into beta today, and its bet is a team of AI agents that is always running. Each one works from its own computer in the cloud, so the team keeps going with your laptop shut, and your phone shows the same chats live. This guide is a day-one snapshot, drawn from Nate Herk’s walkthrough of building his team on camera, and it ends with the question he asks himself: what is this actually for?
01A team, each with a computer
Grok Bot is a beta app from SpaceXAI, the company behind the Grok models, and Cursor, the AI coding company. It runs on Mac, Windows, Linux, and iPhone, with everything synced between them, and access currently requires a top-tier subscription (SuperGrok Heavy, Cursor Ultra, or Cursor Teams Premium).
The app looks like a messaging app: a sidebar of agents, each with a name, a title, and a description, and you talk to each in its own chat. The difference from a chatbot is what sits behind each chat. Every agent has its own cloud computer with:
- A browser where logins persist. Sign an agent into a site once and it stays signed in, which is how Herk’s assistant agent works inside his customer community, signed in as him.
- A file manager and a terminal, so an agent can hold files and run programs of its own.
- A “teach a task” recorder, covered in section 03.
Because the computers live in the cloud, nothing depends on your hardware being awake. Herk drives one agent’s browser from his phone, watching the same screen the agent uses. The trade-off to know before you invest an evening: the agents run Grok models only. There is no setting to swap in a model you might prefer, so if Grok’s answers do not suit you, the app will not suit you either.
02Descriptions route the work
Each agent carries a one-line description of its job, and that line does real work: it is how agents find each other. Give an agent a task outside its own job and it reads the other agents’ descriptions, picks the one whose line matches, and messages it directly.
“if you try to make one mega agent do a ton of different things, it's just going to get confused”
Nate Herk, “Build a Fleet of AI Agents with Grok Bot in 20 Minutes” · 8:27The app’s examples push the same shape, one narrow job per agent (sales outbound, talent scout, expense manager), because a specialist with a precise description is findable and a generalist is not. In the walkthrough, Herk asks his executive-assistant agent about a YouTube video’s status; it sees that another agent’s description says Slack media and sponsorships, messages that agent, and relays the answer back. The agent-to-agent chat is visible to you, read-only, and each agent also tells you when another one came asking. One chat can run all your other chats shows the same pattern in Codex, where one workspace delegates into your other chats instead of a team of peers messaging each other.
03Skills, routines, triggers
Three building blocks turn the team from chat partners into automation that runs without you:
-
Skills are recorded, then self-corrected. Press “teach a task”, do the task once in the agent’s browser, and Grok Bot saves it as a skill any agent can reuse (type / in a chat to run one). After a run, the agent reviews how it went and edits the skill itself: Herk’s skill for liking posts in his customer community noticed it could not tell liked posts from unliked ones and added a step to open each post first. Expertise you can install covers the same idea when you write the skill by hand instead of recording it.
-
Routines run on a schedule, in the cloud. Herk asks a new agent to plan his mornings; it connects Gmail and Google Calendar, writes its own instructions, and schedules itself for 7 a.m. on weekdays. The sample run listed his meetings, flagged emails worth acting on, and suggested where the day was overbooked. Automate a workflow as a Claude routine is the same pattern in Claude, including how to write instructions for a run nobody is watching.
-
Triggers fire routines on events. Instead of a clock, a routine can start from an event: a Slack message, a GitHub event, a Teams message (six triggers exist at launch). Herk builds a Slack alert in one prompt: when a message lands in a named channel, the agent notifies him with a summary. Setup took about two minutes; he estimates the same automation takes about fifteen in n8n, a drag-and-wire automation tool.
Plugins (Gmail, Calendar, Slack, GitHub, plus a catalogue of others) connect once and are shared by every agent, and one service can be connected more than once, so a work Slack and a personal Slack can both feed the team. What stays per-agent: the computer, the chat history, and the description.
“it basically gave itself feedback on what worked and what didn't”
Nate Herk, “Build a Fleet of AI Agents with Grok Bot in 20 Minutes” · 7:0804Where this fits in your day
Herk splits the work by where he is. At his desk, doing focused building work, he stays in Claude Code and Codex. Away from the desk, Grok Bot takes over: checking in on work, messaging the team, reviewing things, setting reminders, all from a phone that stays synced. The always-on team is for the hours you are not at a computer.
“Really think about what is constraining your business”
Nate Herk, “Build a Fleet of AI Agents with Grok Bot in 20 Minutes” · 19:07That is his warning against building agents for the fun of it: start from a problem you actually have, and skip the tool if you cannot name one. Automate the step that slows you down is the full version of that discipline.
Two cautions before you hand the team your logins. A team signed into your Gmail and Slack reads text written by strangers, and Defend your agent from prompt injection explains why that text can steer an agent. Grok Bot’s settings can require your approval before certain actions; turn that on before the team touches anything that matters. And this is day-one beta software seen through one creator’s first session, so any behavior here, from the self-editing skills to the trigger list, may have changed by the time you read this. For a different take on agents as teammates, chat-first and open-source, see Buzz puts AI agents in your team chat.
Further reading
- Nate Herk · Build a Fleet of AI Agents with Grok Bot in 20 Minutes, the walkthrough this guide draws on
- Introducing Grok Bot, the launch announcement
- Grok Bot is an all-new iPhone and Mac app from SpaceXAI and Cursor, launch-day coverage