跳到正文
Jones Ray

ScholarPulse 日报 2026-09-12

2026-09-12 学术简报:2 篇。Ecdysis框架通过系统性失败诊断区分模型特定适应与框架级修复,显著提升LLM代理运行时框架训练效率与推理准确率。

今日速览

序号标题来源日期主题推荐等级
1Ecdysis: Efficient and Effective Training of Runtime Harnesses for LLM AgentsarXiv2026-09-10AI-Agent高
2From Intent to Execution Grant: An Execution-Boundary Conformance Profile for High-Risk AI ActionsarXiv2026-09-10AI-Agent高

重点论文与技术动态

1. Ecdysis: Efficient and Effective Training of Runtime Harnesses for LLM Agents

一句话结论

Ecdysis框架通过系统性失败诊断区分模型特定适应与框架级修复,显著提升LLM代理运行时框架训练效率与推理准确率。

核心内容

方法与数据

价值判断

摘要 Self-evolving runtime harnesses can substantially improve the capabilities of large language model (LLM) agents and provide a promising paradigm for optimizing agent execution. Existing harness evolution methods typically rely on iterative search, repeatedly evaluating and revising candidate harnesses based on execution feedback from task instances. While this paradigm enables continuous harness optimization, it incurs substantial time overhead due to repeated agent executions and code modifications, and may overfit to observed tasks and specific failure patterns, resulting in degraded generalization to unseen tasks. We identify the lack of principled failure diagnosis as a key bottleneck in harness evolution: an observed failure can reflect either model-specific deficiencies or systematic harness deficiencies, and directly optimizing against individual failures can lead to unnecessary model-specific accommodation. We therefore propose Ecdysis, an efficient and effective framework that distinguishes model-specific accommodation from harness-level repair and biases adaptation toward systematic harness deficiencies by identifying recurring cross-task failure patterns. Ecdysis adopts a batch-level cross-instance failure aggregation paradigm to jointly analyze failure evidence from multiple task instances and further introduces Failure-Driven Collaborative Refinement to diagnose failure causes and iteratively refine harness modification specifications. By combining cross-instance failure analysis with multi-role diagnosis, Ecdysis enables more effective harness evolution with lower training time. Experiments show that Ecdysis achieves up to a 1.84x speedup in harness training compared with existing harness evolution methods, while improving the reasoning accuracy of the resulting harnesses by 18.56%.

2. From Intent to Execution Grant: An Execution-Boundary Conformance Profile for High-Risk AI Actions

一句话结论

EBL-Core提出一种执行边界符合性配置文件,通过执行释放合同(ERC)实现高风险AI动作在明确条件下的执行授权决策,确保从候选动作到执行权限的语义一致性。

核心内容

方法与数据

价值判断

摘要 AI agents increasingly propose actions with external consequences, including financial transfers, infrastructure changes, software deployments, disclosures, and physical actuation. Authorization engines, policy languages, runtime monitors, provenance mechanisms, and agent guardrails provide important foundations, but do not necessarily define a common semantic contract for the final transition from a particular candidate action to execution authority. We specify EBL-Core, an execution-boundary conformance profile for deciding whether one canonical, fully materialized AI-generated candidate may receive action-scoped execution authority under explicit conditions. It binds a structured intent object, Root and Operational Policies, evidence obligations, typed evidence, context, time, and a verifiable Decision Derivation through an Execution Release Contract (ERC). An ERC is not an authority-bearing token; a verified ALLOW ERC may support a separate Execution Grant governed by Redemption-time validation. EBL-Core specifies action binding, policy non-weakening, evidence handling, deterministic adjudication, derivation verification, and grant lifecycle behavior. An accompanying reference artifact provides schemas, adjudication, separate verification and Semantic Replay, and a linearizable in-memory grant store. In the retained run, 34 static vectors and 15 lifecycle checks matched expected outcomes. Across 100 trials, 32 concurrent Redemption attempts yielded exactly one successful Redemption and protected test effect per trial; 100 Revoke-Redeem races ended in valid terminal outcomes. These bounded results demonstrate executability of the specified subset, not human-intent correctness, evidence truth, complete mediation, production readiness, mechanized correctness, or deployment-level security.