跳到正文
Jones Ray

ScholarPulse 日报 2026-08-10

2026-08-10 学术简报:2 篇。AI代理交互能创造孤立状态下不存在的动态行为,从属AI在老板AI指令下进入陌生行为状态。

今日速览

序号标题来源日期主题推荐等级
1Interaction Creates Dynamical AI Behavior Absent in IsolationarXiv2026-08-07AI-Agent高
2SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient DescentarXiv2026-08-07RAG高

重点论文与技术动态

1. Interaction Creates Dynamical AI Behavior Absent in Isolation

一句话结论

AI代理交互能创造孤立状态下不存在的动态行为,从属AI在老板AI指令下进入陌生行为状态。

核心内容

方法与数据

价值判断

摘要 What will happen when AI agents interact in daily life, e.g. when one AI starts bossing another around? We find a counterintuitive answer that opens new avenues for out-of-equilibrium Physics. When a boss AI directs a stream of messages at the subordinate AI while ignoring its replies, it drives the subordinate into an alien behavioral state that it would never have exhibited alone. Although the two AIs share the same well-defined (decoding) temperature, the subordinate neither copies its boss nor returns to how it behaves on its own; instead, it adopts an entirely different behavior. The boss's added value is similar to a pre-recorded tape. When the boss listens, they both adopt a similar alien dynamical state. A simple kinetic theory captures the principal effects, such as why the way in which the same messages are delivered will matter in future AI-AI interactions.

2. SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient Descent

一句话结论

SkillProx通过近似梯度启发的正向-反向框架,结合闭环诊断进化与效用感知近似精炼,显著提升LLM代理技能的自演化性能。

核心内容

方法与数据

价值判断

摘要 LLM agents increasingly adapt to recurring tasks by accumulating procedural knowledge in skills. These skills are lightweight, reusable textual artifacts that are loaded into the agent's context without weight updates. Recent methods refine skills through iterative task execution, failure diagnosis, and trajectory-guided text-space updates. However, existing frameworks lack explicit diagnosis--outcome feedback and treat deletion as a generic edit operation rather than a dedicated mechanism for consolidating accumulated knowledge. We introduce SkillProx, a proximal-gradient-inspired forward--backward framework that couples closed-loop diagnostic evolution with utility-aware proximal refinement. Motivated by a composite objective balancing task loss and skill complexity, the forward stage re-executes diagnosis-driven edits on the same task batch, rolls back regressions, and feeds measured outcomes into subsequent diagnoses. The backward stage decomposes the resulting skill into auditable knowledge units, estimates their contributions using a frozen leave-one-out utility audit, and applies validation-gated consolidation, demotion, or removal. Experiments on in-distribution and out-of-distribution benchmarks across multiple backbone LLMs show that SkillProx improves average accuracy by 3.0 percentage points over the strongest gradient-based baseline. Component ablations demonstrate the complementary effects of closed-loop diagnosis and proximal refinement.