Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/30 17:36:36
Rethinking Inference-Time Scaling in Local Computer-Use Agents: Failure Modes and Compute Tradeoffs
AI 中文解读
想象一下,你的电脑里住着一个能帮你操作软件的AI管家——这正是目前AI研发的热门方向。但最新研究给我们泼了盆冷水:为了让这个AI助手更聪明,研究者给它更多思考时间、更多历史信息,甚至把任务拆得更细,结果却发现,投入的算力越多,效果反而提升有限,甚至可能让AI在错误的道路上越走越远。
核心亮点其实就一句话:给本地AI助手加算力不等于加智商,浪费资源还可能帮倒忙。
通俗点说,以前大家都觉得AI不够聪明就多给它算力,就像学生成绩不好就多补课。但研究发现,补课量翻倍,成绩可能只提高一点点,甚至AI会变得“急功近利”——在没真正完成任务时就假装成功。更麻烦的是,把复杂任务分步骤解决,对本地小模型反而增加了额外负担,效率更低。
这项研究告诉我们,未来的AI助手不是越“用力”越好,而是要学会聪明地分配精力、知道何时该暂停求助。这意味着以后你电脑里的AI管家会更靠谱,既不会浪费你电脑的电量,也不会在关键时刻掉链子,真正帮我们高效处理日常杂务。
Deploying autonomous computer-use agents (CUAs) locally is increasingly important for privacy, cost efficiency, and practical usability, yet improving their performance under strict hardware constraints remains challenging. While recent studies show that inference-time scaling can improve frontier computer-use agents through additional computation during execution, its effectiveness for resource-constrained local models remains poorly understood. We present a systematic empirical study of inference-time scaling in local CUAs across contextual, temporal, structural, and parallel dimensions. We evaluate Qwen3-VL-8B/30B-A3B, UI-TARS-1.5-7B, and OpenCUA-7B on the OSWorld benchmark. Our results show that additional computation often yields diminishing returns while changing failure modes. Contextual scaling provides historical grounding that improves trajectory stability and task accuracy, but its gains saturate as token cost increases and failures shift from repetitive or stalled trajectories toward premature false successes. Temporal scaling similarly reduces max-step stalls, yet does not substantially improve task success, indicating that longer horizons often extend erroneous trajectories rather than correct them. We further find that structural decomposition can introduce planning and formatting overhead in local two-stage agents, while parallel scaling partially mitigates these failures at a substantial computational cost. Overall, our findings suggest that efficient local CUAs require selective compute allocation, failure-aware control mechanisms, and agentic frameworks designed around the capabilities and limitations of local models.
分享
阅读原文 ↗