Knowledge File / AI小生意项目库
AI只有停止回答并开始完成任务,才能成为真正的同事
一篇综述论文指出,AI系统要成为可靠的同事,需要在持久工作环境中完成完整任务,而非仅生成答案。关键在于可复用的“技能”。腾讯优图实验室和多个中国大学的研究团队提出从聊天机器人到数字同事的转变,强调从反应式问答转向委托式任务执行。论文分析了从聊天机器人到思考LLM再到持久工作空间(OpenClaw)的演变,并指出了技能与工作空间的结合是实现性能飞跃的核心。
SOURCE / AI小生意项目库
MIN / 9
ACCESS / 会员
POST / 2026-06-28 20:51:40
原贴
查看原文原文
A survey paper argues that AI systems won't become reliable coworkers until they finish entire tasks in persistent work environments instead of just generating answers. The key lies in reusable "skills." A research team from Tencent's Youtu Lab and several Chinese universities maps the shift "from chatbot to digital colleague" along two dimensions in a new survey paper: the cognitive core and tool-assisted task execution. The central question is no longer how a model produces a better answer, but how it reliably turns intent into finished work, the researchers say . The goal shifts from reactive Q&A to delegated task execution. In the chatbot era, models mostly generated text fast. They stored language patterns and facts in their parameters, then wrote answers in one pass, token by token, following the most likely continuation without checking intermediate steps or searching for solutions. The thinking-LLM era , initiated by OpenAI's o1 and Deepseek-R1 , pours more compute into the moment of answering. These models produce long chains of thought , check intermediate steps, and learn through reinforcement learning to search and self-correct. Only verifiably correct solutions get rewarded. The researchers frame this as a shift from fast, intuitive "System 1" thinking to slow, deliberate "System 2" reasoning, borrowing psychologist Daniel Kahneman's framework . First-generation agents could call APIs, write code, and browse the web, but they remained fragile. The researchers identify four structural bottlenecks: agents perceived their environment only in fragments, tool calls left no lasting state, unexpected behavior broke them, and they rarely finished tasks. The OpenClaw era is where the environment itself becomes persistent. Files, sessions, logs, browsers, permissions, and skills all survive across the entire workflow. The paper cites OpenHands and SWE-agent, both of which embed agents in controlled development environments. The paper's core argument is that combining workspace and skill is what enables the real performance leap. A workspace provides state, storage, and consequences, while a skill packages operational knowledge into reusable bundles. Anthropic's Agent Skills already formalize this pattern as folders containing a SKILL.md file with instructions, scripts, and resources. According to the researchers, skills aren't prompts, and they aren't traditional tools either. They sit between the model's reasoning and workspace execution, letting organizations capture know-how in modular, testable, portable form. But the authors also warn that reusable procedures can go stale, overfit to specific workflows, or become attack vectors. The shift also transforms how these systems are trained and evaluated. Chatbots learned from instruction-response pairs and were graded on answer accuracy. Workspace-based systems learn from state-action-observation trajectories instead. Success is no longer about plausible responses, the researchers argue, but about task closure: whether the system brings the target environment to a verifiable end state. Benchmarks like SWE-bench, OSWorld, and WebArena demand reproducible starting states, executable tools, trajectory logs, and end-state checks. GPT-4 initially completed just 14 percent of WebArena tasks, showing how far realistic web environments are from static Q&A scenarios. Persistent workspaces also expand the attack surface . Agents hold credentials, local files, identity tokens, and communication channels. Projects like OpenClaw PRISM and ClawGuard are trying to establish permissions, provenance tracking, and audit logs as runtime safeguards. Data sovereignty matters just as much, the authors argue, since workspace agents observe sensitive repos, internal documents, and intermediate results that could later become memories, skills, or training data.
中文翻译
一篇综述论文指出,AI系统只有在一个持久的工作环境中完成整个任务,而不仅仅是生成答案,才能成为可靠的同事。关键在于可复用的“技能”。来自腾讯优图实验室和几所中国大学的研究团队在一篇新的综述论文中,从两个维度描绘了“从聊天机器人到数字同事”的转变:认知核心和工具辅助的任务执行。研究人员表示,核心问题不再是模型如何产生更好的答案,而是如何可靠地将意图转化为完成的工作。目标从反应式问答转变为委托式任务执行。在聊天机器人时代,模型主要是快速生成文本。它们将语言模式和事实存储在参数中,然后一次性地、逐词地写出答案,遵循最可能的延续,而不检查中间步骤或搜索解决方案。思考型LLM时代,由OpenAI的o1和Deepseek-R1开启,在回答的瞬间投入更多的计算。这些模型产生长思维链,检查中间步骤,并通过强化学习学习搜索和自我纠正。只有可验证的正确解决方案才能得到奖励。研究人员借用心理学家丹尼尔·卡尼曼的框架,将其描述为从快速、直觉的“系统1”思维向缓慢、深思熟虑的“系统2”推理的转变。第一代智能体可以调用API、编写代码和浏览网页,但仍然很脆弱。研究人员指出了四个结构性瓶颈:智能体仅能碎片化地感知环境,工具调用不留下持久状态,意外行为会破坏它们,并且它们很少能完成任务。OpenClaw时代是环境本身变得持久化的时代。文件、会话、日志、浏览器、权限和技能在整个工作流程中都能存续。该论文引用了OpenHands和SWE-agent,两者都将智能体嵌入受控的开发环境中。论文的核心论点是,工作空间和技能的结合才是真正实现性能飞跃的关键。工作空间提供状态、存储和后果,而技能将操作知识打包成可复用的包。Anthropic的Agent Skills已经将这种模式形式化为包含SKILL.md文件(包含指令、脚本和资源)的文件夹。据研究人员称,技能既不是提示词,也不是传统工具。它们位于模型推理和工作空间执行之间,让组织能够以模块化、可测试、可移植的形式捕获专业知识。但作者也警告说,可复用的程序可能会过时、过度适应特定工作流,或成为攻击向量。这一转变也改变了这些系统的训练和评估方式。聊天机器人从指令-响应对中学习,并根据答案准确性进行评分。基于工作空间的系统则从状态-动作-观察轨迹中学习。研究人员认为,成功不再取决于合理的回应,而是任务闭环:系统是否将目标环境带到可验证的最终状态。像SWE-bench、OSWorld和WebArena这样的基准测试要求可复现的起始状态、可执行工具、轨迹日志和最终状态检查。GPT-4最初只完成了14%的WebArena任务,这显示了现实网络环境与静态问答场景之间的差距。持久工作空间也扩大了攻击面。智能体持有凭证、本地文件、身份令牌和通信渠道。像OpenClaw PRISM和ClawGuard这样的项目正试图建立权限、来源追踪和审计日志作为运行时保障。作者认为,数据主权同样重要,因为工作空间智能体观察敏感仓库、内部文档和中间结果,这些结果以后可能成为记忆、技能或训练数据。
核心信息
一篇综述论文指出,AI系统要成为可靠的同事,需要在持久工作环境中完成完整任务,而非仅生成答案。关键在于可复用的“技能”。腾讯优图实验室和多个中国大学的研究团队提出从聊天机器人到数字同事的转变,强调从反应式问答转向委托式任务执行。论文分析了从聊天机器人到思考LLM再到持久工作空间(OpenClaw)的演变,并指出了技能与工作空间的结合是实现性能飞跃的核心。
- 一篇综述论文指出,AI系统要成为可靠的同事,需要在持久工作环境中完成完整任务,而非仅生成答案。关键在于可复用的“技能”。腾讯优图实验室和多个中国大学的研究团队提出从聊天机器人到数字同事的转变,强调从反应式问答转向委托式任务执行。论文分析了从聊天机器人到思考LLM再到持久工作空间(OpenClaw)的演变,并指出了技能与工作空间的结合是实现性能飞跃的核心。
- 原贴提到:A survey paper argues that AI systems won't become reliable coworkers un
- 来源:the-decoder.com
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容