跳到主内容
精选75eric zakariasson技巧与观点

让 Grok Bot 计划运行更持久的 6 个技巧

how to make your grok bot plan last longer:

原文
推荐理由

做 Grok bot 自动化或 Agent 工作流的同学建议收藏,这 6 条都是能直接落地的成本与效率优化经验,尤其事件触发和 connector 优先这两点很实用。

how to make your grok bot plan last longer:

如何让你的grok机器人计划更持久:

1) use an event trigger when you can. slack, github, a reaction. the bot only runs when something actually happened (a cron wakes it even if nothing changed)

1) 尽可能使用事件触发器。如Slack、GitHub或一个反应。机器人只在真正发生某事时才运行(即使没有变化,cron也会唤醒它)

2) instruct the bot to notify you as soon as it can’t make further progress or is stalled. this way you as human can help putting it on the right course again

2) 指示机器人一旦无法进一步进展或停滞时立即通知你。这样,作为人类,你可以帮助它重新回到正确的轨道上

3) connectors > browser when possible! clicking around a site is a pile of screenshots and steps. a connector gives you the same data in one call, and it's so much nicer/faster/smoother

3) 尽可能使用连接器而非浏览器!在网站上点击浏览是一堆截图和步骤。连接器在一次调用中就能给你相同的数据,而且更友好、更快、更流畅

4) keep skills tight, but put in the details that actually steer the run. too vague and the bot might wander, retry, and costs more than a slightly longer one. too specific and you have to make sure its really correct

4) 保持技能紧凑,但要包含真正指导运行的细节。太模糊,机器人可能会徘徊、重试,成本比稍长一点的更高。太具体,你就必须确保它确实正确

5) don't do the coding in the bot chat! kick a cloud agent at the repo, or ask it to use cursor/grok build cli to do it

5) 不要在机器人聊天中进行编码!将云代理派到仓库,或要求它使用cursor/grok build CLI来完成

6) delete one-shot watches when they're not needed anymore (grok bot will remind you about this)

6) 当一次性监视不再需要时,删除它们(grok机器人会提醒你这一点)

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近