FEATUREDComputing Life · Share (鸭哥 research reports)· rssZH00:00 · 08·18
→The Company Selling You AI Product Managers Doesn't Give Its Own Agents Job Titles: Roles, Isolation, and Code in Multi-Agent Systems
Grok Bot markets agents as named coworkers like sales or finance, but its engineering core Grok Build uses only functional names such as researcher-0 and verifier—zero personas. The article breaks multi-agent design into three layers: the mechanism layer relies on context-window isolation for output quality; the orchestration layer decides who controls the next step (teammate persona, main agent, or script); the interface layer uses job hats to lower the human adoption barrier. Hats solve three human problems—delegation intuition, approval anchors, and memory partitioning—but do nothing for model reasoning. All coworkers under one account share the same cloud computer and credentials; security boundaries depend solely on manual approval gates. When building your own system, nail window isolation first, then pick an orchestration style based on task reliability needs, and save persona packaging for last.
#Agent#Code#Grok Bot#Grok Build
why featured
Featured · importance 78 · hook + knowledge + resonance
editor take
Grok sells named coworkers but its own engineering core uses zero personas—context-window isolation is the real quality floor, hats only solve human delegation intuition.
sharp
This piece is worth opening because it untangles the messiest knot in multi-agent design: role-playing, orchestration control, and window isolation are three separate layers, but products keep selling them as one thing.
The author uses Grok's own logs to make the point. Grok Bot markets named coworkers like Piper to users, but Grok Build's deep-research workflow uses only functional names—researcher-0, verifier—zero personas. The mechanism layer does one thing: give each subtask its own clean context window so multiple documents don't dilute each other. Hats live in the interface layer, solving human delegation intuition, approval anchors, and memory partitioning. They do nothing for model output quality.
The orchestration layer has three seating arrangements: teammate persona in the chair (Grok Bot), main agent in the chair (Cursor/Codex), or code in the chair (Claude Code's JS scripts, Grok's Rhai scripts). Code-based orchestration locks down control flow for auditable heavy lifting; teammate personas bet on user delegation instinct for business users who can't write prompts.
I'd save this layer table. When building your own system, nail window isolation first, pick orchestration style based on task reliability needs, and save persona packaging for last—only when shipping to non-technical users. Also note Grok Bot's security boundary: all coworkers under one account share the same cloud computer and credentials. Isolation depends entirely on manual approval gates. Don't treat this as a permission system.
HKR breakdown
hook ✓knowledge ✓resonance ✓