Google DeepMind 论文《Intelligent AI Delegation》将任务委托视为一系列选择:是否委托、如何解释、如何验证结果。系统构建动态市场,智能体通过智能合约竞标任务,利用加密证明保证正确性与隐私。基于信任模型,避免过度委托(给 AI 难完成的任务)或不足委托(自己做 AI 能胜任的事)。输出验证规则根据 AI 置信度决定接受与否,并有备用计划处理失败。还涵盖 AI 智能体间的委托与问责追踪,确保贡献符合整体目标。该框架使企业更安全地在日常运营中使用 AI。
🗞️ Google DeepMind's paper has some great advice on how we should actually give tasks to AI.
It is not just about telling an AI to do something and hoping for the best. Instead, this framework looks at delegation as a string of choices where you figure out if you should even hand the task over, how to explain it, and how to check the work afterward.
Current systems rely on rigid rules that break when things fail unexpectedly. The researchers suggest building a dynamic market where agents bid on tasks using smart contracts.
This requires strict monitoring and cryptographic proofs to guarantee correct work without leaking private data.