Matt Van Horn - Every Grok Bot Hack I Know

Matt Van Horn(last30days / Printing Press / Agent Cookie 作者)2026-08-26 发布于 X 的长文,是其六月 “Every Agentic Engineering Hack I Know”(1M views)的续篇。Grok Bot 发布两周,他已用它接管 inbox、research、会议记录、孩子日历、买菜和葡语电话,全文 21 条 hack + 诚实的失败记录。核心价值不在技巧清单,而在 Agent Fleet 管理 的结构原则。

要点(按主题归组)

结构与委派

  • 第一原则不变:先写计划再干活。“A bot with a plan finishes the job. A bot without one cuts corners and stops early, then tells you it is done.” 全局安装 Compound Engineering(ce-plan / ce-work),每个非平凡任务从计划开始。
  • 只跟一个 front-door bot 说话,它的第一条规则是委派检查:做事之前先看是否有别的 bot 拥有这个任务(Nate Herk 的 Klaus;Shumer 的 Chief of Staff 实验”out of the box”成功了)。
  • 用 Bot Advisor(botdirectory.ai,灵感来自 Peter Yang)创建和管理其他 bot,防止第二周死于 bot sprawl——11 个 bot、4 个被遗忘、2 个吵闹、没人记得指令。
  • 一职一 bot,按软件分工(Jon O’Neill 的管道公司:Gary 听 Gmail、Steve 查 ServiceTitan、Quinn 发短信、Sarah 发 Slack);给人名是承诺机制,“email” 线程会被丢弃,“GranolaBoy” 不会。解雇不称职的 bot = 承认是岗位描述写错了。
  • 指令写三层(base/role/时机),role 层放证据标准——“cite the source URL for every claim” 才是真正改变输出质量的部分。

基础设施

  • AgentMail:每个 bot 独立邮箱 = 独立发送声誉、独立 blast radius;bot 能自己注册服务收验证码、被 CC 进邮件串像同事一样参与。最实用的形态:转发邮件让它加日历;每天早晨给夫妻俩发 kids digest——“She gets an email, which is a thing she already reads.”
  • Agent Cookie + Tailscale:把 Mac 的 Chrome cookie 同步到云端 bot,永不掉登录(PR 119 在同步时解析 Tailscale 主机名、自动重绑 stale IP;每 15 分钟跑一次)。
  • Printing Press:高频服务用 agent-native CLI 包裹(ESPN / Instacart / flight-goat / arxiv / techmeme / twilio…),computer use 是兜底而非默认。
  • Peekaboo(Peter Steinberger):读屏幕 + accessibility tree,让云 bot 能驱动本地 Mac 原生应用——“The thing that has been stopping your bot is not intelligence. It is reach.”
  • 在 bot 的云电脑上装 Claude Code:always-on lane 驱动 deep-work lane。作者明确标注为危险实验区(bot 生 bot 正是 17x 错误的形状),“Do not let it clone itself.”

交互方式

  • Screenshot 即输入:不做人肉 parser。“The second you find yourself retyping something off a screen into a prompt, you have done the bot’s job for it.”
  • Silence is the hack:只在真实命中时 ping(John Viklund 的价格监控;Prajwal 的 night moderator:“If you’re less than sure, don’t answer. Add it to a list for me instead.”)。cadence 由工作性质决定,不由热情决定——“Always-on is always-spending.”
  • 语音 > 打字:listener 理解上下文,可以含糊、重开句子;手机上的语音对话的是”已经在运行、放下手机后还在干活”的东西。

诚实部分(全文最有价值的一节)

  • 无监督 crew 错误率放大至 solo 的 17 倍(Prajwal 的对照实验)——所以他的每个 bot 都 solo、一职一产出。
  • 所有 bot 共享一台持久云电脑(文件、浏览器会话、登录),docs 明说两遍:“Do not use separate bots as a security boundary.” 权限按登录了什么划分,不按聊天窗口划分。
  • Counting test:数有多少 bot 真正”拥有一个产出”。作者自曝 15 个 bot 只有 8 个有用,“New Bot” 叫 New Bot——“The failure is not having experiments. The failure is telling yourself the experiments are staff.”
  • 价格(2026-08-21 起):Cursor Pro+ 100 / Cursor Ultra 300 / Teams $40 每席,另有有限免费试用;weekly allowance 的 meter 在 fleet 工作负载下消耗很快,从便宜档起步。
  • 电话 hack 的真实状态:技术能通、语言切换以假乱真,但真人可以单纯拒绝——Pedro 三连挂后 bot 自己停了,作者”like an animal” 亲自打电话 40 秒订好。时间敏感的事别交给它。

值得偷的入口

  • 学习路径:Peter Yang 五 bot 教程 → Miles Deutscher 25 ways → Eric Zakariasson 100 use cases → botdirectory.ai 抄 prompt(注意:站内排名是复制次数,不是质量验证)。
  • 维护者方案:Kun Chen 的 Grok Ship(kunchenguid/grok-ship)——给每个 repo 建 “set up a crewmate to auto triage this repo”。
  • YOLO TL;DR hack:把整篇文章贴给 bot,让它逐条落地。

与已有页面的关联

  • Grok Bot — 本文是其实体页目前唯一来源
  • Agent Fleet 管理 — 本文的 21 条 hack 提炼出的结构原则
  • Agentic Memory — 互为镜像:bot 侧的记忆问题(bots 不共享对话、files 是 memory bus)与 wiki 侧的记忆问题同构