Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/2 07:43:44

Control Under Compression: Reliability Frontiers for Tool-Using Agents

AI 中文解读
给AI“减负”有了新发现:压缩AI的工作指令不是省得越多越好,一旦超过临界点,AI就会“闹脾气”。这项研究测试了9种不同的任务设定、3类任务和1万多次运行,结果发现当压缩掉25%的指令时,AI表现几乎不受影响,成功率仍有九成以上;但保留内容降到35%时,不同压缩手法立刻分高下,最差的成功率只剩不到两成。最有意思的是,同一套压缩方案换个人工智能模型或换种任务场景,效果就天差地别,根本没法“一招通用”。 这项发现对普通人来说是件好事:未来AI服务可以更省钱、跑得更快。但也提醒开发者不能盲目追求“省字”,因为一旦把AI的“工作须知”压得太狠,它就会在执行工具、理解指令时频频出错。以后AI应用会更讲究“量身定制”,按具体场景来设定最合适的精简程度,而不是粗暴地“一刀切”。这意味着我们使用的AI助手会更可靠,不会因为后台想省成本而突然“掉线”或办错事。
Tool-using language-model agents are governed not only by task prompts but also by persistent system-side instructions that specify tools, arguments, policies, execution protocols, and recovery. Compressing these agent control contexts (ACCs) can reduce input cost and context use, yet existing prompt-compression evaluations do not reveal whether the resulting control remains operationally reliable. We introduce CompressAgent, an environment-verified benchmark for ACC compression across nine independently constructed ACCs, three task families, three fixed Qwen API model identifiers, six retained-context budgets, and 15,525 runs. We uncover a nonlinear, method-dependent reliability frontier. At 75% retained context, generic rewriting and section-based compression achieve 92.7% and 92.4% success, close to the 93.8% full-context baseline. Between 50% and 35%, methods diverge sharply; at 35%, section-based, obligation-aware, and generic rewriting achieve 47.0%, 39.0%, and 19.9%. At retained-context budgets from 25% to 10%, executable protocols become fragile. Reliability also varies substantially across ACCs, making universal compressor rankings inappropriate and motivating per-context qualification. Failure analysis shows that compression primarily surfaces as tool-execution and action-parsing errors. These findings recast ACC compression from token reduction into a runtime-reliability problem that must be evaluated through executable outcomes.
分享
阅读原文