跳到正文
Jones Ray

ScholarPulse 日报 2026-07-23

2026-07-23 学术简报:2 篇。LLM驱动的自主AI代理在进攻安全领域引发三重不可预测性(行动非确定性、影响开放性、用户群体不确定性),结合进攻防御成本不对称,导致进攻能力工业化,短期利于攻击者。

今日速览

序号标题来源日期主题推荐等级
1The Ethics of Autonomous AI Agents for Offensive SecurityarXiv2026-07-22AI-Agent高
2PRO-LONG: Programmatic Memory Enables Long-Horizon ReasoningarXiv2026-07-22RAG高

重点论文与技术动态

1. The Ethics of Autonomous AI Agents for Offensive Security

一句话结论

LLM驱动的自主AI代理在进攻安全领域引发三重不可预测性(行动非确定性、影响开放性、用户群体不确定性),结合进攻防御成本不对称,导致进攻能力工业化,短期利于攻击者。

核心内容

方法与数据

价值判断

摘要 LLM-driven autonomous agents are reshaping offensive security. Unlike traditional penetration-testing tooling -- deterministic, narrowly scoped, and operated by trained practitioners -- agentic security tools exhibit \textit{indeterminacy} along three independent dimensions. First, their actions are drawn from a non-deterministic policy whose outputs resist both ex-ante and ex-post explanation, frustrating incident attribution and pre-deployment safety review. Second, their impact is open-ended due to the non-deterministic actions, agency of utilized models, and opaque LLM supply-chains. Third, their user population is indeterminate in both size and required skill: the operating skill floor for using or developing offensive capabilities has dropped sharply. These three properties are linked thematically, but are not derivable from one another. Combined with the structural cost asymmetry between offense and defense, they enable the industrialization of offensive capability. The net short-term effect favors attackers, even if the same technology may, in the long run, democratize access to defensive practice. Existing dual-use cybersecurity and AI-ethics frameworks were not designed for this combination. Our work analyzes how moral attribution becomes diffuse between users, tool-makers, and third parties when employing autonomous AI agents for offensive security. We also examine the stakeholder impact of this technology and provide stratified recommendations.

2. PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning

一句话结论

PRO-LONG通过程序化记忆框架显著提升LLM代理在长时程任务中的性能。

一段话。
该框架通过维持完整结构化交互日志并利用编码代理高效搜索历史,解决上下文管理中信息保存与检索的权衡问题。在ARC-AGI-3公共游戏集上,相比基线编码代理平均提升18.0%,匹配或超过SOTA(76.1% pass@1),同时token使用减少4.2-5.8倍;在Fable 5上实现97.4% best@2,总成本仅1750美元。

核心内容

方法与数据

价值判断

摘要 Long-horizon tasks require sustained perception, reasoning, and exploration, and are a persistent challenge for large language model (LLM) agents. This gap is reflected in their limited performance on continual learning benchmarks such as ARC-AGI-3, especially when models are evaluated out of the box. Various agent harnesses have been proposed to close this gap, and each commits to a strategy for handling long sequences of observations, i.e., what information to save from the environment and how to load it into model context, a choice we argue is particularly consequential. Existing methods for context management face a significant tradeoff, as preserving more information makes retrieving relevant details less tractable. We propose PRO-LONG, a minimal context management framework built around programmatic memory for LLM agents in long-horizon, exploratory settings. PRO-LONG addresses the tradeoff by keeping a complete, structured interaction log and capitalizing on recent progress in coding agents to search this history efficiently. On the full ARC-AGI-3 public game set, PRO-LONG improves over a base coding agent by an average of 18.0 percentage points across frontier models, and matches or exceeds state-of-the-art specialized harnesses (up to 76.1% pass@1) while using 4.2-5.8x fewer tokens. With Fable 5, PRO-LONG achieves 97.4% best@2 at a total cost of \$1,750. Relevant code and logs are available at https://github.com/alexisfox7/PRO-LONG.