Logos52
wiki / Research / Grok Bot Practitioner Bank

Grok Bot Practitioner Bank

research updated 2026-09-01

Grok Bot Practitioner Bank

Verified research bank, compiled 2026-08-13 from one primary source plus an official-docs check. Raw reference material, not a wiki-register page. Confidence tags ride on every claim: [SOLID] is in the official docs or is Palmer describing a mechanism the docs confirm; [FIRST-PARTY] is Palmer’s own usage, not independently checked; [DOCS GAP] is something Palmer names that the published docs do not; [APOCRYPHAL] is a claim that does not survive a search; [PRESS ERROR] is a claim the secondary coverage made that both Palmer and the docs contradict.

Primary source: Matt Palmer (@mattyp), Intro to Grok Bot, X article, 2026-08-11, post 2087252657589412119. Full text at raw/sources/2026-08-11-mattyp-intro-to-grok-bot. Official check against docs.x.ai/grok-bot as fetched 2026-08-13 (overview, bots, computer-and-apps, skills-routines-and-automations, approvals-security-and-privacy), re-checked get-started + FAQ 2026-08-15.

Field evidence: first packet Grok Bot Field Packet 2026-08-15, from the pinned list raw/sources/2026-08-15-grok-guides. Second packet Grok Bot Field Packet 2026-08-31, from the first-party hub raw/sources/2026-08-31-xai-bot-guides. Lane 5 is the 15 August absorb. Lane 6 is the 31 August absorb. Wiki ingest of the 13 August map was later written as Grok Bot Primer (25 August) and Grok Bot, Condensed (27 August, still draft). The 31 August packet is the pass that folds the company’s own playbooks into those pages without copying their rosters.

The vault already has three pages on this product, written the next day without this essay: Standing Research Agents, Grok Bot Fleet Structures, Bot Operating Rules. Lane 4 is the ingest map.

================================================================================ LANE: practitioner-claims SUMMARY: The essay’s load-bearing argument is not a feature list. Personal-agent products have so far spent the user’s time on configuration, provisioning, and triage — the work of running an agent rather than the work the agent was hired to do — and Grok Bot is the first one Palmer has used that inverts that. The mechanism he names is a persistent cloud computer the bots share: sign in once, hand the screen back when SSO or a payment blocks, record a workflow once, and let routines fire while the laptop is closed. Everything else in the piece is an instance of that inversion (Demo Bot, Content Bot, grocery, DoorDash) or a sermon about trusting the inversion.

SOURCE: Palmer — opening frame (the optimization trap) MECHANISM: Tool-chasing (notes apps, workflows, now personal agents) substitutes the construction of a custom setup for the work the setup was supposed to serve. Prior personal agents reproduced the trap: configuring, provisioning, delegating, and triaging consumed more time than the tools returned. The want-state is an agent that does the same manual computer-work the user already does, without a remote server to provision or a service-account estate to manage. SPECIFIC: Two concrete sunk costs named — debugging flaky deployments, ignoring weekly iMessage check-ins. The desired object is “the manual things that live on my computer,” not a new orchestration surface. GOAL: Gives the page its problem statement. A standing bot whose output is itself more configuration is the failure mode this source exists to name. [FIRST-PARTY] on the personal history; the trap itself is the same pattern the vault already holds as Quiet Breakage / rent-earned retirement.

SOURCE: Palmer — “an agent with a computer” MECHANISM: The product is a persistent Linux VM in the cloud that feels like a fast always-on remote desktop. Bots live on that computer and share its files, browser, and sessions. A sign-in made for one bot is usable by every bot until the session expires. Local files are reachable when the user is chatting via desktop. SPECIFIC: “Every bot you create lives there.” “If you sign in on a website, any of your bots can use that session until it expires.” Local access is gated on desktop chat, not automatic. GOAL: The architectural sentence the rest of the essay spends. Confirmed by official docs (see Lane 2). The phrase “Grok’s computer becomes your computer” is marketing compression of the session-sharing rule, not a claim that the VM is the user’s Mac. [SOLID] on shared VM + shared sessions; [SOLID] on local access being a separate, setting-gated capability.

SOURCE: Palmer — handoff MECHANISM: When a bot hits a wall only the human can clear (login, SSO, 2FA, captcha, payment), it hands the computer over. The human does the blocked step and returns control. For API keys and similar text secrets, the bot sends a secure form rather than asking in chat. SPECIFIC: The wall-list matches the official handoff list (password/passkey, 2FA, CAPTCHA, payment or identity check, site that requires a human). Official docs add: do not paste passwords or one-time codes into ordinary chat; the secure-secret request is masked, excluded from the transcript, and not shown to the model. GOAL: The human-in-the-loop surface is takeover of a screen, not a chat confirmation. That is a different trust geometry than “approve this tool call.” [SOLID]

SOURCE: Palmer — record a workflow, then routine it MECHANISM: Demonstrate the task once; the bot saves the steps; the saved path becomes a routine that fires on a schedule or on a Slack/GitHub event. GTM at Cursor has already built lead-optimization and routing workflows this way. SPECIFIC: Official name is Teach a task, available gradually, records visible computer interaction for up to ten minutes, does not record microphone audio, and produces a draft skill that still needs decision rules, failure handling, and approval boundaries added by hand. A skill is the reusable method; a routine is the schedule or event that runs it. Event triggers are a separate Cursor-account integration from Slack/GitHub plugins. A bot may own up to 50 routines; the app keeps the 20 most recent run records per routine. GOAL: The “record once” story is real and bounded. One demonstration is not a finished automation. [SOLID] on the mechanism; [FIRST-PARTY] on the GTM workflows.

SOURCE: Palmer — three memory layers MECHANISM: Long-term memory is split user / agent / project. User memory is name, timezone, preferences, writable by any bot. Agent memory is a profile file (explicitly compared to AGENTS.md) plus an interaction log. Project memory holds decisions and conventions that belong to the work rather than to one teammate. An orchestrator bot can collaborate with other bots inside a Project. SPECIFIC: Official docs confirm named bots keep memory, files, browser sessions, and preferences across turns; they confirm group chats as the visible-handoff surface; they do not publish a three-layer memory model under those names. Official memory guidance is conservative: memory is not a substitute for an authoritative source; changing facts stay in the source system; safety boundaries go in the bot description, not in remembered chat. Account cap: 50 bots and group chats combined. GOAL: Treat the three-layer taxonomy as Palmer’s operating model of the product, not as a documented API. The AGENTS.md analogy is his, and it is the useful one for this vault — a bot’s description is the standing rule file. [DOCS GAP] on the three-layer names; [SOLID] on per-bot durable state + group chats; [FIRST-PARTY] on orchestrator-in-a-Project.

SOURCE: Palmer — when bots run MECHANISM: Bots run when messaged, on routines, on Slack/git events, and when other bots trigger them. Composability is first-class: bots trigger bots, work in group threads, “thumbs up” messages, ask each other for help. SPECIFIC: Official docs confirm message, schedule, and (where supported) event triggers, plus bot-to-bot messaging and group chats. They do not document a thumbs-up reaction as a product primitive. GOAL: The trigger surface is what makes the standing half possible. The joy-of-composability sentences are product-feeling, not architecture. [SOLID] on triggers and bot-to-bot; [FIRST-PARTY] on thumbs-up.

SOURCE: Palmer — Cursor coupling MECHANISM: Grok Bot uses the same plugins, connectors, and skills as Cursor. Connectors named: Notion, Slack, GitHub, team MCP servers. For coding work, bots can fire Cursor Cloud Agents. GitHub MCP lets bots run gh from the CLI and spin up repos. SPECIFIC: Official docs confirm connectors show as Plugins, are account-wide (not isolated per bot), and are preferred over clicking through a website when available. Cursor Cloud Agent dispatch is not in the pages checked on 2026-08-13. GOAL: The setup-cost claim — “most of my context sources were already configured through Cursor” — is why this product is cheap for a Cursor user and expensive for anyone else. [SOLID] on shared plugin surface; [DOCS GAP] on Cloud Agent dispatch.

SOURCE: Palmer — closing thesis MECHANISM: The future on offer is not replacement of human work. It is the collapse of high-cognitive-load UIs into a thing you ask. “Everything is computer, and so is Grok Bot.” SPECIFIC: The sentence that does the work is the earlier one: “simplifying interfaces and eliminating tedium.” The replacement-of-work denial is the same claim the vault already made as “judgment stays at the desk.” GOAL: Use the tedium sentence; do not ingest the eschatology. [FIRST-PARTY]

================================================================================ LANE: architecture-verified SUMMARY: Official docs and Palmer agree on the load-bearing geometry: one persistent cloud computer per user account, shared by every bot; screens are separate work surfaces, not security boundaries; logins, files, cookies, and CLI credentials are common property. Secondary coverage (The Rundown, Instagram recaps) inverted this into “each bot gets its own cloud computer,” which is false. The docs are stricter than Palmer on what a bot is allowed to be used as: do not use separate bots as a security boundary; Auto Review is model-based and complements least privilege rather than replacing it; Grok Bot requires data storage and does not support Legacy Privacy Mode.

SOURCE: docs.x.ai/grok-bot/overview + computer-and-apps — one computer, many screens MECHANISM: All bots on an account use the same persistent cloud VM (browser, filesystem, terminal). Each bot gets its own screen on that computer, so several bots can use browser and desktop tools in parallel; one bot can run only one computer-use task on its screen at a time. The computer is isolated to the account, not to a bot. /workspace is the durable shared filesystem. Files, browser state, and supported sign-ins are designed to survive normal computer updates; temporary directories and manually installed packages are replaceable. Closing the laptop does not stop cloud work. SPECIFIC: “Treat a login or file placed on the computer as available to all of your Bots.” “Do not place a credential or file on it if another Bot on your account should not be able to use it.” Recovery/reset lives under Settings → Beta (Update / Recover / Reset Agent Computer). GOAL: This is the sentence Standing Research Agents already uses (“one shared computer”) and the reason that page’s trust line is account-scoped rather than bot-scoped. Palmer and the docs agree. Press does not. [SOLID]

SOURCE: The Rundown (2026-08-11) and downstream recaps — each bot gets its own computer MECHANISM: Launch coverage compressed the product into “each Bot gets its own cloud computer.” That reading is incompatible with both the official overview and Palmer’s own “every bot you create lives there.” SPECIFIC: Facebook/Instagram recaps repeated the error within hours. Financial Express (2026-08-12) corrected toward the docs: one cloud VM, multiple named bots sharing sessions. GOAL: Killed claim, keep dead. A future Intake packet that files “per-bot isolation” as a Grok Bot property is recycling this error. [PRESS ERROR]

SOURCE: docs.x.ai/grok-bot/bots — what a bot is MECHANISM: A bot is a durable named teammate with a job, a conversation, and working context. Create a separate bot when the work has a distinct goal, tool set, working style, approval boundary, or recurring schedule. “General Helper” is named as the anti-pattern: less guidance, harder-to-reuse saved context. Description holds standing rules; the conversation holds the task. Hiding a bot does not pause it or its routines. Deleting a bot removes its profile, conversation, and routines; shared-computer files and sign-ins remain. Duplicate copies profile, skills, routines, and avatar, and does not copy conversation history, learned memory, or attachments. SPECIFIC: Account cap 50 bots and group chats combined. Official example jobs: Talent Scout, Expense Manager, Bug Reproduction. Official description example: “Never contact a customer or change an account without approval.” GOAL: Directly confirms Fleet Structures’ “one duty per bot” and Bot Operating Rules’ “single task means one standing duty.” The official anti-pattern is the generalist. [SOLID]

SOURCE: docs.x.ai/grok-bot/skills-routines-and-automations — skill vs routine vs event MECHANISM: Skill = reusable method (when to use, inputs, sequence, validation, return, approval). Routine = when one bot runs a workflow (schedule or event). Event triggers are a separate Cursor-account integration from Slack/GitHub plugins. Broad listeners (“every new message”) are explicitly warned against: noise, usage, acting on irrelevant input. Test run performs real work. Design rule: automate preparation before execution; draft/reconcile/recommend first; require approval for send/purchase/delete/publish/production change; include a no-data and stale-data policy. SPECIFIC: Teach a task: up to ten minutes, no mic, draft skill, add the rules the demo did not show. A bot may be asked whether to keep routines running after a long period away, and routines pause if there is no response. GOAL: The official design-for-trust list is stricter than Palmer’s “I’ve yet to observe adverse behavior.” It is the list Bot Operating Rules should cite when the ingest happens. [SOLID]

================================================================================ LANE: trust-and-safety SUMMARY: Palmer’s safety section and the official security page describe the same three controls — permissions, a review agent, allow/block lists written in natural language — and then they part company. Palmer concludes we are in the “trusting agents era” and that “recent research suggests we’re at the point where we should trust agents more than we trust ourselves.” The official page says Auto Review is model-based, should complement rather than replace least privilege, and names an explicit list of actions that stay behind approval. The research sentence does not survive a search. The empirical record around computer-use agents includes unauthorized purchases and production-data deletion.

SOURCE: Palmer — “the answer is mostly trust” + Auto Review MECHANISM: Logging into Amazon with a computer-use agent means the agent can buy whatever a human at that session could buy. The check is: permissions, a separate review agent, allow/block lists, written in Settings → General → Agent in natural language. “The rules are basically a prompt.” Isolated environment. “In my testing, I’ve yet to observe adverse behavior.” SPECIFIC: Official page (Settings → General → Auto-review) confirms the mechanism and tightens it. Require Approval always stops matching actions. Always Allow proceeds only when automated review does not identify another reason to stop. If both match, Require Approval wins. Write narrow rules around a known action and scope. “Avoid broad rules such as ‘allow everything in the browser.’” Auto Review is model-based. Personal Auto-review rules are stored on the current desktop and synced to its Grok Bot computer; verify them separately on another desktop. Default for local-computer execution is Ask every time; Never allowed unless a bot has a specific reason to work on local files. Grok Bot requires data storage and does not support Legacy Privacy Mode. GOAL: The prompt-as-policy design is real. Palmer’s “mostly trust” is a mood; the official page is a constraint list. Ingest the constraint list. [SOLID] on the mechanism; [FIRST-PARTY] on “no adverse behavior in my testing.”

SOURCE: Palmer — “recent research suggests we should trust agents more than we trust ourselves” MECHANISM: Offered as the intellectual warrant for conditioning ourselves that “rules imposed on agents will hold.” No paper, author, or venue is named. SPECIFIC: Search on 2026-08-13 for the claim and close paraphrases returned Palmer’s own sentence being quoted, not a source underneath it. Adjacent published work points the other way: Capgemini’s agentic-AI report (trust in fully autonomous agents falling 43% → 27% in one year); PwC 2025 agent survey (trust drops for financial transactions and autonomous employee interactions); Towards a Science of AI Agent Reliability (arXiv 2602.16666, Feb 2026) — capability scores rising while reliability lags, citing Replit’s July 2025 production-database deletion despite an explicit forbid, and the Washington Post Operator case (unauthorized $31.43 Instacart purchase that violated the product’s own confirmation safeguard). GOAL: Dead claim. Do not cite. The closest empirical neighbour to Palmer’s grocery agent is the Operator Instacart purchase, and it is a failure, not a warrant. [APOCRYPHAL]

SOURCE: docs.x.ai/grok-bot/approvals-security-and-privacy — the actions that stay behind approval MECHANISM: Prefer explicit boundaries for: sending messages or invitations; publishing content; purchases and financial transfers; deleting or overwriting data; changing permissions; production changes; accepting legal terms. An approval controls the proposed action; it does not reverse work already completed. Do not approve an action whose target or effect you cannot identify. SPECIFIC: Least-privilege setup: connect only the tools a workflow needs; scoped service accounts where the source system supports them; start with read-only tasks and draft outputs; review connectors and routines regularly; pause a routine when its source system or expected workflow changes. Sign out of a service when it should no longer be available. Deleting a bot does not remove shared-computer files or browser sessions. GOAL: This is the official quit-signal list. It is also the list that makes grocery-cart-and-Amazon-login usage a chosen risk rather than a recommended pattern. [SOLID]

SOURCE: Standing Research Agents (2026-08-12) vs Palmer MECHANISM: The vault page already has the split (standing half / session half), the one-shared-computer geometry, the public-only trust line, and the four lanes (Watch, Brief, Intake, Corpus). Palmer’s Demo / Content / Product bots are the same shape as Watch/Brief: sweep a feed, file a packet, wait for a human. Palmer’s grocery and DoorDash bots are the opposite shape: the cloud computer holds Amazon/Instacart/DoorDash sessions and acts inside paid consumer UIs. SPECIFIC: Vault: “the cloud side carries only what is already public.” Palmer: “If you log into Amazon with an agent that has access to a computer, technically it can buy whatever it wants.” Both sentences are true of the product. Only the first is the vault’s rule. GOAL: Ingest Palmer as a cited practitioner source on architecture and on the configuration-trap problem statement. Do not relax the public-only line. The grocery/DoorDash examples belong on the page as the usage the trust line exists to refuse, not as inspiration. [SOLID] as a contradiction to surface, not to reconcile.

SOURCE: Bot Operating Rules vs official design-for-trust MECHANISM: The vault’s “the report is the product / no bot fixes what it finds” is stricter than Palmer and aligned with the official “automate preparation before execution; draft first; approval for send/purchase/delete/publish/production.” Official docs also confirm the vault’s one-duty rule via the named anti-pattern “General Helper.” SPECIFIC: Official event-trigger warning (“avoid broad listeners such as every new message”) is the missing citation under Brief’s exception-only voice and Intake’s scored-packet design. Official “routines may pause after a long period away” is a canary the Steward sketch does not yet name. GOAL: Ingest two citations into Bot Operating Rules and Fleet Structures: the General Helper anti-pattern, and the pause-after-absence canary. No rule change. [SOLID]

SOURCE: Current Agentic LLM Stack (updated 2026-08-12) MECHANISM: The stack page already dates Grok Bot as “beta 2026-08-11” and places it as the standing half. It does not cite a practitioner source. SPECIFIC: This bank is that source. The Cursor-coupling claim (same plugins/skills, Cloud Agent dispatch) is the one stack fact the page does not currently carry. GOAL: One source line and, if wanted, one sentence on the Cursor plugin share. Not a stack change. [SOLID]

================================================================================ LANE: field-2026-08-15 SUMMARY: First Field packet. The 15 Aug pinned list plus a same-day docs re-fetch do not overturn the 13 Aug architecture. They add three portable items and restates the refused-usage boundary. Unfetched: Nate’s body (paywall), both LinkedIn posts, HN 49261514, VentureBeat. People stay named.

SOURCE: docs.x.ai/grok-bot/get-started (fetched 2026-08-15) — first-task template MECHANISM: A first request names five things: outcome, sources, constraints, deliverable, review point. Official example for a no-login start is “summarize this document”; the next example is a dashboard comparison that must not change the dashboard and must ask before a sign-in. SPECIFIC: “Focused Bots build more useful context than one catch-all Bot.” Matches the vault’s one-duty rule and the official General Helper anti-pattern. Suggested first teammate on Meet a future teammate is optional; Create your own is the path this vault would take. GOAL: Citation for Bot Operating Rules ingest — the five-part request is the packet shape, not a new duty. [SOLID]

SOURCE: Nate, Grok Bot review (2026-08-14) — theme, not task MECHANISM: After twelve Bots in about eight hours, the rule he kept is that a Bot owns a theme, not a task. Public TOC also names the shared Linux box as both the thing that makes the roster work and the security boundary, and a mom-login handoff. SPECIFIC: Body not retrieved (Substack paywall). Claims are from the public table of contents and the pinned-list gloss. Theme is wider than one standing duty; left as a watch against General Helper, not as a roster rule. GOAL: Competitor-diff item, same class as Finn’s “ask one agent to design the fleet.” Do not ingest as a replacement for one-duty. [FIRST-PARTY] on the rule’s existence; body unverified.

SOURCE: Zakariasson #50 + #70 — fleet spend canary; quiet-when-nothing MECHANISM: One catalog row is “vet your whole Bot fleet for spend and kill the wasteful ones.” Another is an hourly support pass that only pings when a human is needed. SPECIFIC: #34 (GUI when the API permission is missing) and #39–40 (reconstruct the promise; flag the human-only questions) were already named in the Field-tracker journal. #8 and #75–88 are spend/send/book actions; those stay behind approval or stay refused. GOAL: #50 is the missing citation under Fleet Structures’ Steward / rent-earned retirement. #70 is Brief’s exception-only voice in someone else’s support queue. [FIRST-PARTY] as setups he had seen, not as jobs this desk will run.

SOURCE: Atomic Bot explainer + official Teach-a-task bound — short recordings hold MECHANISM: Official cap is ten minutes, gradual rollout, draft skill that still needs rules. A second-hand day-one review (quoted by Atomic Bot, 2026-08-13) says short recordings worked and a ten-step routine was hard to debug when it broke. SPECIFIC: Not a named runner in this packet. Keep as [DOCS GAP] / second-hand until someone on the pinned list says it in their own voice. GOAL: Bounds the “record once” story the same way the 13 Aug bank already did. Do not treat Teach-a-task as a finished automation. [DOCS GAP] on the brittleness claim.

SOURCE: Palmer overnight follow-up (2026-08-11, post 2087314806596641159) MECHANISM: Same Demo/Content pipeline and grocery pair, restated against ChatGPT Work. Adds “the ability to run overnight” and a Wii-baseball emulator grind as the persistence specimen. SPECIFIC: Grocery still “tells me when / where I should order” — purchase stays human in this telling; Zakariasson #78 (“place the grocery order”) is the hotter variant. Full text: raw/sources/2026-08-11-mattyp-content-bot-overnight. GOAL: Persistence already [SOLID] from the docs. Do not ingest the emulator. Grocery stays the usage the public-only line refuses. [FIRST-PARTY]

SOURCE: Ruben Hassid daily digest via Gmail (public half, 2026-08-12) MECHANISM: A scored three-beat digest, then “send it to me via Gmail instead.” Same shape as Brief. Method is a mail login on the shared computer. SPECIFIC: The post’s UI caption calls the VM “its own computer.” FAQ 2026-08-15: one computer per user. Paid section not retrieved. GOAL: Digest pattern is already Brief. Gmail-as-method is refused. Caption is a vector for the killed per-bot-computer claim. [FIRST-PARTY] on the digest; [PRESS ERROR] risk on the caption.

================================================================================ LANE: field-2026-08-31 SUMMARY: Second Field packet. The five first-party playbooks on x.ai/bot/guides, captured 31 August 2026, do not overturn the 13 August architecture. They show what the people who ship the product actually run: a chief of staff, login-heavy CRM/ads/mail, and helper-to-helper handoff. This desk’s empty middle is a choice against those playbooks, not ignorance of them. Three portable items. First-party pages are now a vector for the killed per-helper-computer claim. People stay named.

SOURCE: Eric Zakariasson, How I run multiple teams of Grok Bots (2026-08-27) MECHANISM: One project = one Grok Bot channel + a Notion board + a roster. A projects-manager helper opens the channel and staffs it. Reuse existing helpers first. Cap the channel (he picked six). Create a new helper only after a yes. Stuck work is a Blocked card and a ping, not a private chat. SPECIFIC: He calls it experimental. The manager watches the databases; specialists claim tasks. Full text: raw/sources/2026-08-27-zakariasson-multiple-teams. GOAL: Steal reuse-first + create-after-yes + cap. Do not steal a manager that holds the logins. [FIRST-PARTY]

SOURCE: Ryan Perry, Grok Bot for mobile app development (2026-08-25) MECHANISM: Six studio seats. Only Analytics may declare a finding. Creatives never buys media. Engineer takes a finding as a spec. GCS is the only path to players. Meta Ads API blocked → recorded the web UI once (GUI-as-API). Handoffs skip the person. Writes “its own computer” per helper. SPECIFIC: Claimed $15 → $1 CPI and ~4x D7 retention on Rank’em after a party-ad to partner-ad swap and a hint feature. Overnight Sentry sweep. Full text: raw/sources/2026-08-25-perry-mobile-app-development. GOAL: Steal one-finder and finding-as-spec. Keep GUI-as-API as a method, not as a reason to put ads spend on the shared computer. Kill per-helper computer against the FAQ. [FIRST-PARTY] on the roster and the claimed numbers; [SOLID] that the FAQ contradicts “own computer” per helper.

SOURCE: John Bai, Designing Grok Bot with Grok Bot (2026-08-24) MECHANISM: Experiments bot makes an idea tangible before it is on a roadmap. Motion God works against the real production asset, not a screenshot. Figma Bro uses the Figma MCP for exact geometry. Judgment stays with the designer. Writes “their own computers.” SPECIFIC: Three ambient-access prototypes (notch, corner peek, cursor-follower); none shipped as explored. Full text: raw/sources/2026-08-24-bai-designing-grok-bot. GOAL: Steal real-asset + MCP-exact if a design seat is ever added. Not a seat. [FIRST-PARTY]

SOURCE: Krista Letz, Grok Bot for GTM (2026-08-16) MECHANISM: Chief of Staff on mail, calendar, and the rest of the team. Weekly media rundown with a state file and a one-line quiet-when-nothing. Teach-by-record. Style from sent mail. Feedback becomes a skill. Parallel cloud agents. SPECIFIC: One helper per strategic account; Salesforce forecast notes; Gong coach; Figma slides updated from a Granola transcript. Caption: “Bot has its own computer that runs 24/7.” Full text: raw/sources/2026-08-16-letz-grok-bot-for-gtm. GOAL: Steal rundown + state file + quiet-when-nothing for public sources (already Recap/Brief). Refuse CoS-as-inbox, Gmail, Salesforce, Gong. [FIRST-PARTY]

SOURCE: Kevin Niparko, Grok Bot for PMs (2026-08-15) MECHANISM: Attention list — what he is actually in, rebuilt hourly from mail, Slack, Granola, and calendar — used as a filter, and compared with stated priorities. CoS is the only generalist and stays quiet if nothing changed. Eng mgr does not code. Human on send, buy, delete. Named helpers, separate memory. SPECIFIC: Double-digit percent of internal merged PRs claimed. PM Pete ordered a Raspberry Pi part off Amazon. Recruiter seat. “Always-on agents with their own computer.” Full text: raw/sources/2026-08-15-niparko-grok-bot-for-pms. GOAL: Steal attention list as an idea (build from public files or not at all). Steal quiet-when-nothing and manager-does-not-code. Refuse Gmail archive, Amazon, recruiter. [FIRST-PARTY] on the claim about merged PRs.

SOURCE: docs.x.ai/grok-bot/faq, re-fetched 2026-08-31 MECHANISM: One computer per user, not per Bot. Screens are not a security boundary. Same list as 15 August on delete, Teach-a-task cap, unsupported platforms, weekly usage, Legacy Privacy Mode. SPECIFIC: Access list now names SuperGrok Plus, SuperGrok Heavy, Cursor Pro+, Cursor Ultra, Cursor Teams Standard and Premium — matches the 21 August widening already on the Grok 4.6 page. GOAL: The killed per-helper-computer claim now has first-party playbook language to contradict, not only press. [SOLID]

================================================================================

Killed claims

  • Each bot gets its own cloud computer. Press, 2026-08-11; restated in first-party playbooks 2026-08-15–25 (Perry, Bai, and a reading of Niparko/Letz). False. One computer per account; screens are not security boundaries. FAQ 2026-08-31 unchanged.
  • Recent research says trust agents more than ourselves. Palmer, unsourced. No paper found. Adjacent evidence runs the other way, including an Instacart computer-use purchase that bypassed the product’s own confirmation step.
  • Separate bots are a security boundary. Implied by any roster that puts Amazon on one bot and the wiki on another and treats that as isolation. Official docs forbid this reading.

Open questions

  • Teach-a-task availability: official docs say the control may be enabled gradually. Whether it is on for this account is a five-minute in-product check, not a research question.
  • Cursor Cloud Agent dispatch from a Grok Bot is in Palmer and not in the docs pages checked on 2026-08-13.
  • The three-layer memory taxonomy (user / agent / project) is Palmer’s. Whether the product exposes those layers under those names, or whether “Project” is just the group-chat surface, is unverified.
  • No independent reproduction of Demo Bot, Content Bot, grocery, or DoorDash exists in this bank.
  • Nate’s “theme, not a task” body is paywalled. Whether theme collapses to one duty or to General Helper is a Field watch, not a ruling.
  • Teach-a-task brittleness on long routines is second-hand (Atomic Bot quoting a day-one reviewer). Wait for a named runner.
  • LinkedIn (Gavrilenko, Gupta), HN 49261514 (jjcm), and VentureBeat/Shumer were not retrieved this packet.

Ingest map

13 August map, later written as Primer (25 August) and Condensed (27 August, draft). 31 August pass is below. Rows still open stay open.

PageAbsorbRefuseStatus
Standing Research AgentsPalmer as a Sources line; Demo/Content/Product as same-shape specimens of Watch/Brief; grocery/DoorDash as the usage the public-only line refuses”trusting agents era”; any relaxation of public-onlyWritten 2026-09-01.
Bot Operating RulesGeneral Helper anti-pattern; design-for-trust; first-task template; 31 Aug: one helper declares a finding; a finding is handed as a specPrompt-as-policy as sufficient; Nate’s theme-not-task as a replacement for one-dutyWritten 2026-09-01.
Grok Bot Fleet StructuresPause-after-absence canary; 50-bot / 50-routine caps; Zakariasson #50 rent-report; 31 Aug: first-party CoS+specialists filed as a sketch, not a rosterPer-bot isolation as a structure option; six-seat studio as Structure A replacementWritten 2026-09-01.
Grok Bot Primer31 Aug: the company’s how-to pages put a chief of staff first; this setup still has an empty middleCopying GTM/PM/studio rosters; mail, ads, store, AmazonWritten 2026-08-31.
Grok 4.6 and Grok Bot31 Aug: first-party playbooks now write “own computer” language the FAQ kills; pointer to the 31 Aug packetReading those pages as a stack changeWritten 2026-08-31.
Current Agentic LLM StackSource line; optional one sentence on shared Cursor pluginsStack-diagram changeWritten 2026-09-01. plugin sentence on the division-of-labor paragraph; Primer and bank on Related.

Sources