Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/3 15:04:20
Qwen-CUA: Native Computer Use for (almost) Everything
AI 中文解读
Qwen-CUA来了!这项研究让AI学会了像人一样直接操作电脑,不用任何特殊接口,光看屏幕就能点击鼠标、敲键盘,完成各种软件任务。以往AI要控制电脑得依赖程序后门或额外插件,而这次它完全模拟真人操作,连复杂的多步骤工作流程都能搞定。在测试中,它的表现已经超越了不少国际顶尖系统,而且安全性还大幅提升,被恶意诱导的概率降了一半多。研究团队还发现,把模型做得更大,能力还会继续增强,这说明AI“亲自用电脑”这条路潜力巨大。对普通人来说,这意味着未来你只要对着电脑说一句“帮我把这些表格整理成报告,再发邮件给老板”,AI就能自己打开软件、操作界面、完成任务,彻底解放你的双手。无论是处理工作文档、管理日程,还是操作专业设计软件,都可能变得像请了个助理一样简单。这项技术让AI不再局限于聊天框,而是真正走进了我们日常使用的数字世界。
Native computer use offers a general interface for agents to operate almost any software available to people, but requires long-horizon state tracking, large-scale interactive experience, and learning from sparse yet verifiable outcomes. We introduce Qwen-CUA, a native computer-use agent with a 397B-A17B Qwen mixture-of-experts backbone. It observes only screenshots and acts through keyboard and mouse events, without DOM trees, accessibility metadata, or task-specific APIs. Its scaffold maintains up to 20 active screenshots and folds older visual history in fixed-size blocks to retain recent evidence while preserving reusable prompt prefixes. For training, we build a cloud rollout fleet with access to nearly 100,000 vCPUs and tens of thousands of concurrent environments, construct approximately 40,000 verifiable tasks, and collect personalized long-horizon workflows across everyday and professional software. We optimize complete trajectories with verifiable rewards and trajectory slicing, while iterative training runs refresh supervised data and recalibrate reinforcement-learning tasks. Across eight benchmarks, Qwen-CUA outperforms Qwen3.7 and remains competitive with leading proprietary systems, reaching 86.2 on OSWorld-Verified and 18.5/48.4 binary/partial completion on OSWorld 2.0. Scaling the same recipe to a model with over one trillion parameters yields Qwen-CUA-Max, improving these scores to 87.6 and 21.2/53.3. Qwen-CUA also reduces RedTeamCUA attack success from 36.6 to 16.4 relative to Qwen3.7. Efficiency analyses, a browser deployment, and Bash-augmented experiments further characterize practical behavior. These results establish native computer use as a broadly capable agent foundation and highlight scalable verifiable interaction and hybrid tool use as key directions.
分享
阅读原文 ↗