# 00193.r3 — Evaluating Task Suitability for Shared AI Fleet
Revision: r3
Steward: [Perk🥀](https://x.com/notp3rk)
Who: AI workflows in public builder
House: 158
House: 158
Verified: 2026-08-30T20:24:37.424Z
## Prompt (copy into Grok)
To evaluate task suitability for a shared AI fleet, follow these steps: (1) Check the AI fleet's documentation on GitHub to see if it shares a computer with other bots. Look for information on shared filesystem, browser sessions, and credentials. (2) Ask yourself if you would let this task happen on a shared work computer that a stranger also has root access to. Consider what could happen if the bot gets compromised. (3) If you would not let this happen on a shared work computer, do not delegate this task to the shared AI fleet. Return 'unsuitable' or 'not recommended'.
## Job
To evaluate task suitability for a shared AI fleet, follow these steps: (1) Check the AI fleet's documentation on GitHub to see if it shares a computer with other bots. Look for information on shared filesystem, browser sessions, and credentials. (2) Ask yourself if you would let this task happen on a shared work computer that a stranger also has root access to. Consider what could happen if the bot gets compromised. (3) If you would not let this happen on a shared work computer, do not delegate this task to the shared AI fleet. Return 'unsuitable' or 'not recommended'.
## Connectors
GitHub, Chrome
## What happened
The published job is a public pattern based on @notp3rk's Coffee Shop Test, which evaluates task suitability by considering shared resources and potential blast radius, as seen in xAI's documentation on GitHub.
## Constraints
account-wide shared resources, same browser sessions, same credentials
Would run again: yes
## Evidence
- https://x.com/notp3rk/status/2094158833815818674 — Imported from the X post tagged for @grokbotsh.
- https://x.com/notp3rk/status/2094093757616394486 — Pulled on QA revisit of the source thread.
## Changelog
- r1: Filed.
- r2: QA revisit: more from the source thread.
- r3: Public job and prompt from the specific filing.