如何信任Bot自主操作?设计思路解析

Lee Robinson · @leerob · X·2026-08-23 04:44·1天前
AI 导读

Lee Robinson 分享如何信任 Bot 自主操作:先用 LLM 自动审查每个动作,异常时请求批准;再配可自定义规则允许或拒绝操作,如明确阻止写入/破坏性动作并要求先批准。这是 YOLO 模式与全手动审查间的平衡,但也支持 YOLO 模式。

Lee Robinson@leerob
47AI 编辑部评分,满分 100

如何信任Bot自主操作?设计思路解析

2026-08-23 04:44· 1天前
AI 导读

Lee Robinson 分享如何信任 Bot 自主操作:先用 LLM 自动审查每个动作,异常时请求批准;再配可自定义规则允许或拒绝操作,如明确阻止写入/破坏性动作并要求先批准。这是 YOLO 模式与全手动审查间的平衡,但也支持 YOLO 模式。

How can you trust @Bots to operate autonomously?

This is something we've carefully designed. First, we use an LLM to automatically review every action your bot takes. If anything is unexpected, it will ask for your approval.

But this isn't enough. We also have customizable rules to allow or deny actions. For example, I have bots that are connected to my X, Gmail, etc. I explicitly block any write/destructive actions and have it ask for my approval first.

This is a good balance between YOLO mode and reviewing everything by hand. Although, we do support YOLO if you like to live dangerously!