跳到正文
Jones Ray

ScholarPulse 日报 2026-09-09

2026-09-09 学术简报:2 篇。A-JIT通过嵌入AI代理实现软件的动态演化,使应用程序能实时适应用户需求并持续进化,开启自适应、自演进软件的新范式。

今日速览

序号标题来源日期主题推荐等级
1A-JIT: Agentic Just-In-Time Software ConstructionarXiv2026-09-09AI-Agent高
2Can AI Agents Deliver Verifiable Network-Wide Outcomes Across Authority Boundaries?arXiv2026-09-09RAG高

重点论文与技术动态

1. A-JIT: Agentic Just-In-Time Software Construction

一句话结论

A-JIT通过嵌入AI代理实现软件的动态演化,使应用程序能实时适应用户需求并持续进化,开启自适应、自演进软件的新范式。

核心内容

方法与数据

价值判断

摘要 Traditional software delivery assumes a static paradigm: code is constructed prior to execution and deployed as a fixed artifact. We present Agentic Just-In-Time Software Construction (A-JIT), a paradigm that replaces static binaries with dynamic, software systems that can perpetually evolve to meet changing demands. In A-JIT, an application is an integrated assembly comprising code, a runtime harness, and an embedded AI agent that continuously observes system usage and live execution traces. Much like a traditional JIT compiler specializes machine code to runtime execution paths, A-JIT specializes software logic, workflows, and tool interfaces to meet the specific needs of the end-user. By integrating synthesis directly into the ambient application lifecycle, A-JIT enables applications to dynamically construct missing implementations, generate new capabilities on the fly, and continuously adapt to end-user behavior. We demonstrate how this model supports trace-driven human-AI co-construction and opens a new design space for adaptive, self-evolving software.

2. Can AI Agents Deliver Verifiable Network-Wide Outcomes Across Authority Boundaries?

一句话结论

EvidenceNet通过运行时保证层有效验证了跨域网络操作的全局结果,解决证据碎片化问题。

核心内容

方法与数据

价值判断

摘要 AI agents are increasingly involved in network automation, where they can initiate configuration changes through mediated operational interfaces and assess the resulting state. Nonetheless, operational networks usually span many devices and administrative domains. Realizing an operator's intent requires coordinating agents with distinct authority scopes that define the resources they can access, the operations they can invoke, and the network state they can observe. This division limits the blast radius of an erroneous action but fragments the evidence needed to assess the network-wide outcome. Successful execution of a configuration action proposed by one agent does not establish that remote devices responded as intended or that routing changes reached the required devices. A valid observation may also become stale after a subsequent change. Before the coordinated operation can be declared complete, a trusted assurance layer must collect current observations from the required scopes and determine whether they collectively support the operator's intended network-wide outcome. To address the completion admission problem, we present EvidenceNet, a runtime assurance layer for deciding whether coordinated agent operations have achieved an operator's network intent. Its broker collects the post-change observations required by a completion contract, and its admission gate checks that the evidence comes from the required scopes, remains current, and satisfies the task rules. A verifier agent provides an additional assessment of the observation content. Experiments on live routing networks show that post-change state checks recognize successful outcomes that configuration-action records alone cannot establish. Controlled interventions further show that EvidenceNet rejects completion when otherwise satisfactory observations have the wrong source, have been substituted, or are stale.