公开论文雷达

公开 arXiv 研究简报 · 2026-07-26T14:47:10.384179+00:00

先看结论和关键数字,再决定要不要读原文。页面只基于公开论文内容生成。

解耦角色、严格仲裁:五篇智能体评测与修复方法

五卡覆盖抗污染编程基准、视觉缺陷修复、记忆研究框架、复现测试加固与zkEVM形式验证。共通之处是把生成/翻译与最终有效性判定解耦,靠构造方法、数据契约或求解器仲裁保证可信,而非依赖保密或单点通过;分歧在证据强度,三篇有量化结果,两篇全文摘录缺失、证据不足。

推荐阅读顺序

  1. 2607.19843:开篇立论:F→P等表层信号不足、宽松测试放行错误补丁;以变异存活为严格判据,69.4%量化支撑最强。
  2. 2607.19795:同一思路的极端形态:LLM仅作翻译前端、SMT求解器独任仲裁;87/95检出与消融数据坐实角色分离价值。
  3. 2607.14075:从判定转向修复方法:类型感知工具路由加区域缩放聚焦;196/25解决数给出可引用增益,模块可独立移植。
  4. 2607.20911:转向评测基础设施:靠逆向工程加口语改写解耦任务与原始PR以抗污染,但全文摘录缺失、抗污染无量化。
  5. 2607.21404:最抽象且证据最弱:以声明式数据契约解耦记忆生命周期与评测协议,实验仅定性、无基准与指标可核。
共性方法
五篇都不信任表层信号、也不让LLM兼任裁判,而是把'生成/翻译'与'有效性判定'解耦:或用变异测试作收敛信号、或让SMT求解器独任仲裁、或以数据契约与逆向构造切断可被利用的捷径,使可信度依赖机制设计与版本管理,而非保密或单点通过。
关键分歧
证据强度分化明显:CoHarden(69.4%)、VeriSynth(87/95)、VisualRepair(196/25)给出可引用量化结果;WorkBuddy与MemTools全文摘录为空、无基准与指标,抗污染与解耦收益均未量化。领域上也从形式验证跨到基准与记忆基础设施,各自评分口径互不可比。
选择准则
要可引用的量化改进,选CoHarden/VeriSynth/VisualRepair;要可复用的评测或记忆研究基础设施蓝图,参考WorkBuddy/MemTools,但须自行补做基准与量化验证,勿把其方法学主张当已证结论。

重点深读(5 / 5 篇)

软件工程与仓库智能 9/30

多域编程智能体抗污染评测基准

四域(代码/Web/办公/安全)编程智能体评测套件;任务从真实提交/PR逆向工程并改写为口语角色扮演请求以防网搜还原;全量开源,抗污染依赖构造方法与版本管理而非保密。

一句话结论

将任务提示与原始issue/PR/commit文本解耦——通过逆向工程+口语改写切断可搜索关联——使评测有效性不依赖数据保密而依赖构造方法与版本管理,由此实现全量公开发布与抗污染性并存。

关键结果

跨多模型家族发布排行榜;在两个智能体框架上以统一可复现协议运行;各子集采用不同评分工具,跨子集分数不可比较,不报告全套均分。全文摘录缺失,无具体准确率/通过率数字可引用,证据不足。

打开论文原文
它要解决什么
如何构建覆盖真实工作场景且抵抗数据污染的编程智能体基准,同时保持公开发布与端到端可复现性?
它怎么做
构造流程:从真实commit/PR/业务场景逆向提炼需求→改写为简短口语角色扮演请求,切断与原始文本的搜索关联。四子集(仓库级工程/前端开发/办公流程/红蓝队安全)各用独立验证方式。统一任务目录格式含环境镜像+测试+参考答案,跨两个智能体框架以统一协议运行,保证端到端可复现与第三方可审计。
能直接借鉴什么
统一任务目录格式:任务描述+环境镜像+评测harness+测试+参考答案打包;逆向工程+口语改写构造流程可迁移至新领域;各域独立评分而非全套均值,是多域异构任务套件避免跨域分数误导的推荐设计模式。
证据来自哪里
摘要声称任务不可通过搜索原始issue/PR还原,但全文摘录为空,缺乏实验数据支撑此抗污染效果;排行榜具体指标与评分协议细节亦无法从已提供文本核实,证据不足。(筛选维度:可复核评测、软件工程方法)
别过度解读
各子集评分不可比较、无全套均分,限制跨域整体对比;全文摘录缺失,抗污染效果无量化验证数据。
方法与英文摘要

从真实提交/PR/业务场景逆向工程任务需求,改写为简短口语角色扮演请求;抗污染靠构造方法与数据集版本管理而非保密;全量开源含任务目录、环境镜像、评测框架、测试与参考答案,双框架统一协议运行。

Tencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction

We introduce Tencent WorkBuddy Bench, a multi-domain evaluation suite for coding agents; this report documents its construction methodology, scoring protocol, and a cross-model leaderboard. At its core is a unified evaluation framework for constructing and running distribution-informed coding-agent tasks across four work domains - Code, Web, Office, and Security. Rather than adapting public issue text, every task is reverse-engineered from a real commit, pull request, or business scenario and rewritten as a short, colloquial, role-played request, so that a task's prompt is not recoverable by web-searching the underlying issue, pull request, or commit thread. Because the dataset is released openly - task directories, environment images, evaluation harness, tests, and reference solutions - contamination resistance rests on this construction together with dataset versioning rather than on secrecy. The four subsets - repository-level engineering, front-end development, office and business workflows, and red-/blue-team security - probe complementary facets of real work, each with its own verification style. All are packaged in a uniform task-directory format and run, under a uniform and reproducible protocol, on two agent harnesses (CodeBuddy Code and Claude Code); the full open release makes the benchmark reproducible end to end and directly auditable, since any third party can re-run each task and inspect its content. Because each subset uses a different scoring instrument, scores are not comparable across subsets and the suite reports no suite-wide average. We report a cross-model leaderboard across several model families.

UI 与 GUI Agent 9/30

视觉缺陷自动修复:类型感知工具调用与区域聚焦

VisualRepair框架针对多模态软件缺陷报告,通过图像类型感知工具调用和动态测试时区域聚焦,提升视觉缺陷定位与补丁生成效果。

一句话结论

对异构视觉附件进行类型感知工具调用、对bug相关区域做自适应缩放聚焦,是提升多模态软件缺陷自动修复准确率的关键,超越纯文本和单一视觉处理方法。

关键结果

SWE-bench Multimodal基准:测试集解决196例(较最佳基线+10实例)、开发集25例(+11实例);覆盖UI截图、GIF、IDE快照、纯文本图四类异构视觉输入,以实例解决数为主要指标;实验时间截至2026年3月。

打开论文原文
它要解决什么
如何让MLLM有效处理异构视觉缺陷报告并精准定位bug相关区域以生成准确补丁?
它怎么做
ITTC先将输入图像分为UI截图、GIF、IDE快照、纯文本图四类,再为每类调用定制工具链(如OCR、帧分析)提取语义;DTRF在修复前生成多个候选bug区域,经自适应zoom-in聚焦缺陷细节、zoom-out补充周边上下文,最终选优区域指导补丁生成。
能直接借鉴什么
图像类型路由→专属工具链(可插拔);多区域候选生成→zoom-in/zoom-out自适应细化→最优区域选择;两模块解耦,可独立集成至现有MLLM修复或代码生成流水线。
证据来自哪里
SWE-bench Multimodal测试集解决196例、开发集25例,较最佳基线分别多10和11例(2026年3月数据)。(筛选维度:可复核评测、软件工程方法、GUI Agent 方法)
别过度解读
摘录未披露各模块消融实验结果、GIF时序推理机制细节及工具调用失败的降级策略,泛化能力边界不明。
方法与英文摘要

ITTC模块分类图像类型(截图/GIF/IDE快照/纯文本图)并动态调用专属工具链;DTRF模块多候选区域定位后自适应缩放细化,促进补丁多样性。

VisualRepair: Dynamic Tool Calling and Region Focusing for Visual Software Issue Repair

Automated Program Repair (APR) has witnessed significant progress with the advent of Large Language Models (LLMs). However, as modern software systems increasingly expose rich graphical user interfaces, effectively leveraging visual information from bug screenshots has become essential for understanding bugs and generating accurate fixes in multimodal scenarios. Real-world issue reports frequently contain heterogeneous visual attachments including UI screenshots, IDE snapshots, GIFs, and text-centric images, each with distinct visual patterns and domain-specific semantics that impose substantial perceptual demands on MLLMs. Furthermore, bug screenshots often contain large expanses of uninformative and bug-irrelevant regions, distracting the model's attention and limiting patch diversity. To address these challenges, we propose VisualRepair, an MLLM-based framework for visual software issue repair comprising two core modules: Image Type-aware Tool Calling (ITTC), which classifies input images and dynamically invokes a tailored tool-calling chain for robust visual interpretation, and Dynamic Test-time Region Focusing (DTRF), which grounds multiple bug-related region candidates and refines them via an adaptive zoom-in and zoom-out strategy to improve fault localization and promote diverse patch generation. Extensive experiments on the SWE-bench Multimodal benchmark demonstrate that VisualRepair consistently outperforms state-of-the-art approaches. VisualRepair resolves 196 and 25 instances on the test and dev sets, respectively, surpassing the best baseline by 10 and 11 instances. These results highlight the effectiveness of type-aware visual understanding and region-focused localization for automated visual software issue repair.

个人知识与本体 8/30

MemTools:智能体记忆系统统一研究框架

MemTools通过声明式数据契约解耦记忆生命周期各阶段,分离基准数据集与执行协议,统一协调符号、神经与多模态记忆表示,解决现有实现中的架构碎片化问题。

一句话结论

架构碎片化是智能体记忆研究的核心瓶颈;声明式数据契约加正交评测分离可将记忆设计变量提升为可独立控制和比较的实验因子。

关键结果

论文声称在跨系统组件集成、评测协议重配置、异构记忆协调三项实验中进行了实证评估,但摘要未披露具体基准名称、对比基线或量化指标;全文摘录为空,数值结果无从核实。

打开论文原文
它要解决什么
如何系统性研究智能体记忆系统设计变量,克服实现耦合与评测纠缠导致的研究碎片化?
它怎么做
三层解耦:①声明式数据契约定义记忆生命周期各阶段接口,使组件可跨系统互换;②基准数据集与执行协议正交分离,支持协议独立重配置;③共享运行时统一调度符号(结构化检索)、神经(向量化)与多模态记忆,无需各自独立部署环境。
能直接借鉴什么
数据契约驱动的组件互换模式:定义标准化记忆接口契约→任意组件实现该契约→基准/协议层独立配置→同一测试协议跨多实现对比,适用于需要消融实验的记忆/检索系统研究。
证据来自哪里
摘要声称在跨系统组件集成、评测协议重配置、异构记忆协调三类实验中验证了设计变量可隔离分析;全文摘录为空,数值证据不足。(筛选维度:形式化验证、可复核评测)
别过度解读
摘要未说明性能开销、契约版本演化成本及多模态统一接口的表达能力边界;全文摘录缺失,实际局限未知。
方法与英文摘要

声明式数据契约标准化记忆生命周期;正交分离基准数据集与执行协议;统一计算接口协调符号/神经/多模态记忆于共享运行时。

MemTools: A Unified Research Framework for Interoperable Agent Memory

While memory systems are essential for agent architectures, pervasive architectural fragmentation restricts systematic research. Existing implementations typically couple different stages of the memory lifecycle, entangle evaluation logic with specific datasets, and provide limited support for the management of heterogeneous memory types. We introduce MemTools, an interoperability research framework that decouples memory system components from their underlying deployment environments. MemTools standardizes the memory lifecycle through declarative data contracts, enabling the interchangeable assembly of components across different systems. It orthogonally separates benchmark datasets from execution protocols to facilitate controlled assessments. Furthermore, MemTools provides a unified computational interface for coordinating symbolic, neural, and multimodal memory representations within a shared runtime. Empirical evaluations on cross-system component integration, evaluation protocol reconfiguration, and heterogeneous memory coordination demonstrate that MemTools enables systematic isolation and analysis of memory design variables. These findings suggest that MemTools provides a practical and extensible infrastructure for advancing principled research on agent memory.

软件工程与仓库智能 8/30

超越F→P:迭代加固缺陷复现测试与修复

F→P标准不足以评估BRT质量:宽松测试通过F→P却仍接受错误补丁。CoHarden以Lax信号为内循环收敛判据迭代加固测试与修复共生成,SWE-bench Verified达69.4%解决率。

一句话结论

F→P是必要但不充分的BRT质量标准;共生成中测试-修复错误可相互耦合形成假阳性;只有严格BRT(拒绝所有变异错误补丁)才能持续提升修复成功率。

关键结果

基准:SWE-bench Verified;指标:Resolved率与F→P率。CoHarden:69.4% Resolved、78.9% F→P。超最强fix-only基线+9.6pp(Resolved),超最强共生成基线+7.9pp(Resolved)。实验覆盖多个LLM主干与多个基准集以验证一致性。

打开论文原文
它要解决什么
F→P通过的BRT中存在宽松测试吗?共生成时测试与修复的错误如何相互掩盖并导致修复率虚高?
它怎么做
三阶段:①测试优先——在任何修复前独立生成BRT;②变异检测——生成候选补丁并运行变异测试,将仍被接受的变异补丁标记为Lax回归;③加固收敛——以Lax信号反馈给测试生成器,迭代强化断言,直至所有变异补丁均被拒绝。核心约束:测试与修复不同步迭代,切断错误耦合回路。
能直接借鉴什么
可复用模式:测试优先生成→变异补丁存活检测→Lax信号内循环加固迭代。将变异测试从离线评估工具转为在线收敛信号,适用于任何测试-修复联合生成的APR流水线。
证据来自哪里
SWE-bench Verified:69.4% Resolved、78.9% F→P;超最强fix-only基线+9.6pp、超最强共生成基线+7.9pp;多LLM主干和基准集均有一致增益。(筛选维度:可复核评测、软件工程方法)
别过度解读
全文摘录缺失;无法评估迭代收敛代价、变异补丁生成开销及在非SWE-bench场景的泛化能力。
方法与英文摘要

CoHarden:先独立生成BRT,再用变异补丁检测Lax测试,以Lax信号为内循环收敛判据,迭代加固测试断言直至不再接受任何错误变异补丁。

Beyond Fail-to-Pass: Iterative Hardening of Co-Generated Bug Reproduction Tests and Fixes

Large language models (LLMs) have made automated program repair (APR) increasingly practical for real-world bugs, but repairing directly from bug reports remains underconstrained. Bug reproduction tests (BRTs) help close this gap by turning a bug report into an executable, bug-specific signal that can guide repair and validate candidate patches. Existing work has therefore studied BRT generation as a core subproblem in APR and mainly evaluates a generated BRT using the fail-to-pass (F->P) criterion, which requires the test to fail on the buggy code but pass on the golden fix. We show that F->P alone is insufficient when the goal of a BRT is to improve downstream repair. In particular, some F->P BRTs are lax, reproducing the observed symptom yet still admitting plausible-but-incorrect patches. We formalize this missing quality dimension by separating F->P BRTs into rigorous and lax ones, and show empirically that only the former consistently improve repair success. We further find that co-generation introduces test--fix error coupling, where the in-trajectory fail-to-pass (F->P) check can pass even when both the generated patch and generated test are wrong. Based on these findings, we propose CoHarden, a co-generation framework that uses the Lax signal as an in-loop convergence criterion. CoHarden first generates a test before any fix, then iteratively hardens the test and fix against surviving mutation patches until the generated test no longer admits Lax regressions. Experiments show that CoHarden reaches 69.4% Resolved and 78.9% F->P on SWE-bench Verified, outperforming the strongest fix-only and cogeneration baselines by +9.6 and +7.9 percentage points in Resolved, respectively, with consistent gains across LLM backbones and benchmarks.

形式化与程序验证 8/30

LLM引导约束合成自动验证zkEVM

VeriSynth将Rust zkEVM操作码处理器自动合成Python/Z3验证模型,LLM仅作形式化翻译前端,SMT求解器作正确性仲裁器,三阶段闭环流水线检测语义漏洞。

一句话结论

将LLM严格限定为形式化翻译前端并由SMT求解器仲裁,可在零人工规范前提下实现>90%操作码漏洞检出,比生产级手写测试套件多捕获32个漏洞。

关键结果

首个源码级zkEVM Rust漏洞基准,含正确与错误操作码实现;VeriSynth检出87/95注入漏洞(>90%),生产级手写变异测试套件检出55/95;消融:去除自动修复91.6%→66.3%,各组件均不可缺。

打开论文原文
它要解决什么
如何自动将Rust实现的zkEVM操作码翻译为可执行SMT约束,检测会使有效证明认证语义错误状态的隐蔽实现缺陷?
它怎么做
Rust操作码→语义分解为栈/内存/存储/gas/执行上下文子状态→检索历史约束增强LLM提示→LLM输出Python/Z3约束候选→Z3执行验证→失败则自动修复重生成→通过则入库;LLM不参与逻辑推理,求解器为唯一正确性仲裁器。
能直接借鉴什么
双角色分工:LLM限为翻译前端(不推理),SMT求解器为仲裁器;语义分解+检索增强+闭环自修复三段流水线可推广至其他需从源码自动生成形式规范的验证任务。
证据来自哪里
首个源码级zkEVM基准上VeriSynth检出87/95注入漏洞(>90%),手写变异测试套件仅55/95;去除自动修复检出率从91.6%降至66.3%。(筛选维度:形式化验证、可复核评测)
别过度解读
评测仅限操作码实现粒度;基准规模、漏洞类型多样性及跨操作码交互场景覆盖在摘录中未充分披露。
方法与英文摘要

语义分解将操作码拆为栈/内存/存储/gas子组件,检索增强提示补充上下文,验证引导自动修复对Z3失败约束闭环纠错,SMT求解器作最终仲裁。

Towards Automated Formal Verification of zkEVMs Using LLM-Guided Constraint Synthesis

Zero-Knowledge Ethereum Virtual Machines (zkEVMs) secure Ethereum rollups by generating zero-knowledge proofs that guarantee off-chain execution correctness. However, subtle implementation bugs (e.g., incorrect gas accounting) can lead to valid proofs certifying semantically faulty states, thereby silently defeating cryptographic guarantees. Formal verification via SMT solvers can prevent this, but is bottlenecked by specification: current zkEVM development practice lacks automated methods to translate Rust opcode handlers into verification models. Current practices rely on unsustainable manual specifications, while LLM-based approaches suffer from hallucination and lack formal guarantees. To address this, we propose VeriSynth, a framework that synthesizes executable Python/Z3 verification models from Rust zkEVM code. VeriSynth enforces a hybrid paradigm: an LLM acts strictly as a formalization frontend to translate code into symbolic constraints, while an SMT solver serves as the correctness arbiter. To handle complex multi-component state transitions, VeriSynth integrates semantic decomposition, retrieval-grounded prompting, and verification-guided auto-repair into a closed-loop pipeline. We evaluate VeriSynth on the first source-level zkEVM verification benchmark, encompassing both correct and faulty opcode implementations. VeriSynth achieves a bug detection rate of over 90%, substantially outperforming direct and conversational LLM baselines, as well as a production-grade handwritten mutation-testing suite. Ablation studies confirm that each pipeline component is critical to the framework's overall effectiveness.

本轮分类概览

同一论文只归入一个最先命中的赛道,避免重复计数。

赛道候选重点
形式化与程序验证31
软件工程与仓库智能32
代码质量与优化30
UI 与 GUI Agent31
个人知识与本体31
人机协同与对齐00

近一个季度监测日历

北京时间。绿色为正常窗口,橙色为部分降级;未运行不等于失败。

2026 年 5 月

1未运行2未运行3未运行4未运行5未运行6未运行7未运行8未运行9未运行10未运行11未运行12未运行13未运行14未运行15未运行16未运行17未运行18未运行19未运行20未运行21未运行22未运行23未运行24未运行25未运行26未运行27未运行28未运行29未运行30未运行31未运行

2026 年 6 月

1未运行2未运行3未运行4未运行5未运行6未运行7未运行8未运行9未运行10未运行11未运行12未运行13未运行14未运行15未运行16未运行17未运行18未运行19未运行20未运行21未运行22未运行23未运行24未运行25未运行26未运行27未运行28未运行29未运行30未运行

2026 年 7 月

1未运行2未运行3未运行4未运行5未运行6未运行7未运行8未运行9未运行10未运行11未运行12未运行13未运行14未运行15未运行16未运行17未运行18未运行19未运行20未运行21未运行22未运行23未运行24未运行25未运行2670候选 / 5重点2728293031

近 14 次监测窗口

仅展示公开源的聚合运行状态,不含提示词、全文或个人数据。

开始时间状态抓取候选重点
07-26 14:52正常99705

候选阅读库(15 篇)

按赛道、评分和日期展开;中文标签用于导航,英文摘要用于核验。

个人知识与本体 · 3/30 · 2026-07-23Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems

Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions, and ballooning tool outputs. Agents drown in their own accumulating history while paying a token cost that grows every turn, producing missing recalls within and across conversations. The incumbent response treats this as a storage-and-retrieval problem. We argue that framing is too narrow. Actively managing what an agent holds in mind is a lifecycle, not merely a store: it spans deciding what to remember, extracting and structuring it, choosing the right store per data type, consolidating and forgetting while preserving provenance, deciding what is relevant now, anticipating what is needed next, and compacting context to a budget without losing what matters. In serious production this operates not over a single user but across an organizational scope hierarchy. We name this discipline Agentic Context Management (ACM) and decompose it into five primitives: architecting, ingesting, scoping, anticipating, and compacting & consolidation. We then make the economic case: naive context accumulation grows token cost quadratically in conversation length, crude summarization buys linear cost at the price of an accuracy cliff, and only validated compaction achieves linear cost with preserved fidelity. We describe a reference implementation, Maximem Synap, that realizes the five primitives as a multi-tenant service and reports 92% on LongMemEval and 93.2% on LoCoMo under the configuration detailed in Section 6. We close with dimensions existing benchmarks do not yet capture, latency, token efficiency, and context-rot resistance, and the frontier of decision-level and organization-level context the category points toward.

阅读 arXiv 原文
个人知识与本体 · 8/30 · 2026-07-23MemTools: A Unified Research Framework for Interoperable Agent Memory

While memory systems are essential for agent architectures, pervasive architectural fragmentation restricts systematic research. Existing implementations typically couple different stages of the memory lifecycle, entangle evaluation logic with specific datasets, and provide limited support for the management of heterogeneous memory types. We introduce MemTools, an interoperability research framework that decouples memory system components from their underlying deployment environments. MemTools standardizes the memory lifecycle through declarative data contracts, enabling the interchangeable assembly of components across different systems. It orthogonally separates benchmark datasets from execution protocols to facilitate controlled assessments. Furthermore, MemTools provides a unified computational interface for coordinating symbolic, neural, and multimodal memory representations within a shared runtime. Empirical evaluations on cross-system component integration, evaluation protocol reconfiguration, and heterogeneous memory coordination demonstrate that MemTools enables systematic isolation and analysis of memory design variables. These findings suggest that MemTools provides a practical and extensible infrastructure for advancing principled research on agent memory.

阅读 arXiv 原文
软件工程与仓库智能 · 6/30 · 2026-07-23Information is all you need: Requirements Engineering Quality Reframed

To move beyond this vague appeal to context, this vision proposes a novel holistic theory of requirements engineering (RE) quality. This theory models how information particles, i.e., discrete pieces of domain knowledge, are transferred between roles and artifacts. Since the RE process is ultimately an information transfer, holistic RE quality depends on the properties of information flow, i.e., how effectively and efficiently information is transferred from sources (like stakeholders) to targets (like developers and testers), uniting both artifact- and process-based perspectives on RE quality. In an exemplary simulation of the theory we illustrate why a high-quality specification gets bypassed in an agile context, thereby demonstrating that a simulation can provide actionable insights into calibrating the RE process to optimize the information flow. Beyond organizational applications, we envision that the theory can serve as a coherent theoretical framework for understanding the success or failure of RE processes and artifacts.

阅读 arXiv 原文
形式化与程序验证 · 3/30 · 2026-07-23pAI-Econ-claude: A Gated Human-in-the-Loop Multi-Agent Architecture for AI-Assisted Economic Theory Development

In many social-science research tasks, such as economics, LLM-based agents must produce outputs for which no cheap, task-complete, machine-readable correctness signal exists. This creates a distinctive reliability problem for multi-agent systems: how should generation, critique, coordination, and human judgment be organized when no component can certify the final result? We address this problem through pAI-Econ-claude, a gated, human-in-the-loop multi-agent architecture for AI-assisted economic theory development. Agents coordinate through a shared workspace of inspectable intermediate records; specialized gates diagnose targeted failure modes and recommend loopbacks without certifying correctness; and human checkpoints retain authority over decisions that are costly to reverse. We evaluate the architecture on five matched economic-theory tasks against an ungated baseline. Two evaluators blinded to configuration agreed on all five pairwise rankings, preferring the gated architecture in four tasks and the baseline in one. Mean failure severity fell from 1.58 to 1.16, while overall usefulness rose from 2.60 to 3.10. The largest observed gain occurred when a reality check rejected a false market-structure premise and a proof review prompted revision of a false welfare claim. The negative case shows that scaffolding can also compress an economically important mechanism too aggressively. The results support a bounded claim: gated oversight improves the auditability of AI-assisted economic theory without substituting for formal verification, and the allocation of irreversible human judgment is a more informative design variable than pure agent autonomy. The workflow is publicly available at https://github.com/maxwell2732/pAI-Econ-claude.

阅读 arXiv 原文
个人知识与本体 · 3/30 · 2026-07-23AttriMem: Attribution-Guided Process Feedback for Agent Memory Learning

Effective memory is crucial for LLM agents, yet constructing it effectively remains challenging. A memory-construction policy decides what information to extract, store, update, compress, or discard as interactions accumulate. Heuristic memory methods rely on subjective, task-specific rules, which can misalign with downstream objectives and limit cross-task adaptability. RL-based methods, by contrast, learn from task feedback but mainly use outcome- or module-level rewards. These coarse signals indicate task success but cannot identify which intermediate memory contents support the final answer, creating a fine-grained credit-assignment bottleneck. However, constructing such process feedback is prohibitively difficult because intermediate memory decisions lack unique ground-truth targets, while the appropriate credit varies with the agent's uncertain reasoning trajectory and therefore cannot be specified in advance. We propose AttriMem, an attribution-guided process-feedback framework for learning memory-construction policies with RL. AttriMem augments the global outcome reward with local rewards derived from token-level contributions to the final answer. Experiments on long-horizon dialogue question answering show that AttriMem outperforms retrieval-based, heuristic, and RL-based baselines, generalizes across benchmarks and answer models, stabilizes RL optimization.

阅读 arXiv 原文
软件工程与仓库智能 · 9/30 · 2026-07-23Tencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction

We introduce Tencent WorkBuddy Bench, a multi-domain evaluation suite for coding agents; this report documents its construction methodology, scoring protocol, and a cross-model leaderboard. At its core is a unified evaluation framework for constructing and running distribution-informed coding-agent tasks across four work domains - Code, Web, Office, and Security. Rather than adapting public issue text, every task is reverse-engineered from a real commit, pull request, or business scenario and rewritten as a short, colloquial, role-played request, so that a task's prompt is not recoverable by web-searching the underlying issue, pull request, or commit thread. Because the dataset is released openly - task directories, environment images, evaluation harness, tests, and reference solutions - contamination resistance rests on this construction together with dataset versioning rather than on secrecy. The four subsets - repository-level engineering, front-end development, office and business workflows, and red-/blue-team security - probe complementary facets of real work, each with its own verification style. All are packaged in a uniform task-directory format and run, under a uniform and reproducible protocol, on two agent harnesses (CodeBuddy Code and Claude Code); the full open release makes the benchmark reproducible end to end and directly auditable, since any third party can re-run each task and inspect its content. Because each subset uses a different scoring instrument, scores are not comparable across subsets and the suite reports no suite-wide average. We report a cross-model leaderboard across several model families.

阅读 arXiv 原文
代码质量与优化 · 6/30 · 2026-07-22NVIDIA-labs OO Agents: Native Python Object-Oriented Agents

Traditional agent development is split across prompt templates, tool schemas, callback code, and workflow graphs. We present NVIDIA Object-Oriented Agents (NOOA), a model-agnostic Python framework for building reliable AI agents. NOOA takes a simpler approach: an agent is a Python object. Its methods are the actions the model can take, fields are its state, docstrings are its prompts, and its type annotations are contracts. A method whose code body consists of "..." is completed at runtime by an LLM-driven agent loop, while methods with normal bodies remain standard deterministic Python. This gives developers and agents the same interface, so agent behavior can be tested, traced, refactored, and improved just like other software. This paper makes three contributions. (1) We present the agent-as-a-Python-object programming model and the design principles behind it. Where Python has existing abstractions, we adopt them directly. Agent-specific capabilities--context, events, state rendering, long-term memory, and validated LLM loops--are exposed through simple Pythonic APIs, so both developers and agents share one familiar programming model. (2) We identify six model-facing ideas that NOOA is, to our knowledge, the first to combine on a single surface: typed input/output, pass-by-reference over live objects, code as action, programmable loop engineering, explicit object state, and model-callable harness APIs for context and events. We find the community already converging on several of these ideas--often as experimental or partial features--and present the comparison to encourage further adoption. (3) We demonstrate that current models use this interface effectively, both in targeted capability tests and on agentic and reasoning benchmarks such as SWE-bench Verified and Terminal-Bench 2.0 and ARC-AGI-3.

阅读 arXiv 原文
代码质量与优化 · 3/30 · 2026-07-22Multi-Source and Cross-Scenario Strategy-Guided Code Optimization

Automated code optimization improves program performance by refactoring source code, and recent studies use LLMs to generate optimization patches. The newest approaches are strategy-guided: they summarize strategies from historical optimization commits as static analysis rules, and use these rules to match code locations for LLMs to optimize. However, these approaches have two limitations: (1) the strategies may come from other knowledge sources, such as textbooks and web pages, but the existing approaches cannot utilize them; (2) a strategy may be applicable to different scenarios, e.g., different programming languages, but existing approaches can only formalize strategies for the scenario to which the source commit belongs. To address these limitations, we propose MoST, an LLM-based code optimization framework that integrates multiple knowledge sources across scenarios. MoST uniformly represents items in different knowledge sources as evidence objects, clusters them in a cross-source and cross-scenario manner to identify strategies, and transfers them to the target scenario when necessary for generating static analysis rules. To implement this process, MoST employs a novel self-balanced weighted clustering algorithm to balance evidence objects from different knowledge sources, and a novel example transfer procedure to ensure the quality of the generated rules when transferring across scenarios. On a benchmark containing 151 C/C++, 150 Python, and 50 Rust historical optimization tasks, compared with SemOpt, MoST yields 24.44%-180.00% and 21.88%-37.50% more patches that are exactly the same as or semantically equivalent to developer patches, respectively. When optimizing 15 real-world projects, MoST achieves 19.72%-717.42% maximum improvements and 4.44%-258.17% average improvements for the performance tests in the projects, significantly outperforming SemOpt and Codex.

阅读 arXiv 原文
软件工程与仓库智能 · 8/30 · 2026-07-22Beyond Fail-to-Pass: Iterative Hardening of Co-Generated Bug Reproduction Tests and Fixes

Large language models (LLMs) have made automated program repair (APR) increasingly practical for real-world bugs, but repairing directly from bug reports remains underconstrained. Bug reproduction tests (BRTs) help close this gap by turning a bug report into an executable, bug-specific signal that can guide repair and validate candidate patches. Existing work has therefore studied BRT generation as a core subproblem in APR and mainly evaluates a generated BRT using the fail-to-pass (F->P) criterion, which requires the test to fail on the buggy code but pass on the golden fix. We show that F->P alone is insufficient when the goal of a BRT is to improve downstream repair. In particular, some F->P BRTs are lax, reproducing the observed symptom yet still admitting plausible-but-incorrect patches. We formalize this missing quality dimension by separating F->P BRTs into rigorous and lax ones, and show empirically that only the former consistently improve repair success. We further find that co-generation introduces test--fix error coupling, where the in-trajectory fail-to-pass (F->P) check can pass even when both the generated patch and generated test are wrong. Based on these findings, we propose CoHarden, a co-generation framework that uses the Lax signal as an in-loop convergence criterion. CoHarden first generates a test before any fix, then iteratively hardens the test and fix against surviving mutation patches until the generated test no longer admits Lax regressions. Experiments show that CoHarden reaches 69.4% Resolved and 78.9% F->P on SWE-bench Verified, outperforming the strongest fix-only and cogeneration baselines by +9.6 and +7.9 percentage points in Resolved, respectively, with consistent gains across LLM backbones and benchmarks.

阅读 arXiv 原文
形式化与程序验证 · 8/30 · 2026-07-22Towards Automated Formal Verification of zkEVMs Using LLM-Guided Constraint Synthesis

Zero-Knowledge Ethereum Virtual Machines (zkEVMs) secure Ethereum rollups by generating zero-knowledge proofs that guarantee off-chain execution correctness. However, subtle implementation bugs (e.g., incorrect gas accounting) can lead to valid proofs certifying semantically faulty states, thereby silently defeating cryptographic guarantees. Formal verification via SMT solvers can prevent this, but is bottlenecked by specification: current zkEVM development practice lacks automated methods to translate Rust opcode handlers into verification models. Current practices rely on unsustainable manual specifications, while LLM-based approaches suffer from hallucination and lack formal guarantees. To address this, we propose VeriSynth, a framework that synthesizes executable Python/Z3 verification models from Rust zkEVM code. VeriSynth enforces a hybrid paradigm: an LLM acts strictly as a formalization frontend to translate code into symbolic constraints, while an SMT solver serves as the correctness arbiter. To handle complex multi-component state transitions, VeriSynth integrates semantic decomposition, retrieval-grounded prompting, and verification-guided auto-repair into a closed-loop pipeline. We evaluate VeriSynth on the first source-level zkEVM verification benchmark, encompassing both correct and faulty opcode implementations. VeriSynth achieves a bug detection rate of over 90%, substantially outperforming direct and conversational LLM baselines, as well as a production-grade handwritten mutation-testing suite. Ablation studies confirm that each pipeline component is critical to the framework's overall effectiveness.

阅读 arXiv 原文
形式化与程序验证 · 3/30 · 2026-07-22Neuro-Symbolic AI for Korean Criminal Law: Sentencing Prediction and Document Drafting

The Korean criminal justice system utilizes summary proceedings (guyaksik) to expedite high-volume minor infractions, such as simple driving under the influence (DUI), unlicensed driving, and minor traffic casualties. Although this mechanism improves judicial throughput, processing these cases creates a substantial administrative burden for prosecutors, driving the need for automated systems that can precisely translate unstructured legal text into deterministic statutory outcomes. While recent Large Language Models (LLMs) excel at semantic extraction, their probabilistic nature inherently limits their reliability in Legal Judgment Prediction tasks. Specifically, when confronted with the arithmetic constraints of legal statutes, LLMs can produce hallucinations. Given that legal accountability permits virtually no tolerance for stochastic errors, purely neural architectures remain limited in their direct judicial applications. To address these limitations, we propose a Neuro-Symbolic framework that bridges unstructured legal facts with formal verification. Our architecture restricts the LLM exclusively to semantic extraction, while offloading statutory fine calculations to a Satisfiability Modulo Theories solver. This division of labor reduces hallucination risks during computation. Furthermore, we incorporate a Human-in-the-Loop verification scheme to preserve professional legal oversight. We formalize the 2026 Sentencing Guidelines for Traffic Offenses within this pipeline, demonstrating a deterministic approach to supporting summary indictments.

阅读 arXiv 原文
代码质量与优化 · 6/30 · 2026-07-22PerfAgent: Profiler-Guided Iterative Refinement for Repository-Level Code Optimization

Large language model (LLM) agents now perform well on correctness-oriented repository-level tasks, including SWE-Bench issue resolution and feature implementation in real codebases. However, they still struggle with repository-level code optimization, which requires preserving behavior while improving runtime performance. Passing tests is not enough in this setting; a patch must preserve behavior, implement code optimization, and approach expert speedups. Current agents often miss bottlenecks hidden behind abstraction layers and native extensions, stop after shallow speedups, or insufficiently test the code patches that thus may silently break edge cases. We present PerfAgent, a profiler-guided, verifier-in-the-loop workflow that gives an off-the-shelf coding agent the feedback needed to find real hotspots, improve beyond the first passing patch, and use profiler evidence rather than timing alone to decide what to optimize next. On two challenging optimization benchmarks, GSO and SWE-fficiency-Lite, PerfAgent more than doubles the rate of expert-matching patches over OpenHands with GPT-5.1, improving from 19.6% to 39.2% on GSO and from 26% to 74% on SWE-fficiency-Lite. It also surpasses an oracle best-of-five baseline at substantially lower cost, showing that the gains come from better feedback rather than additional test-time sampling.

阅读 arXiv 原文
UI 与 GUI Agent · 3/30 · 2026-07-20Sidekick: Designing Communication for Effective Multitasking with Computer Use Agents

Computer Use Agents (CUAs) can autonomously execute complex, multi-step tasks within GUIs, enhancing efficiency through parallel multitasking. However, our formative studies with CUA experts and GenAI users indicated that current feedback is primarily text-based, requiring sustained attention to monitor progress and offering limited visibility to trace past GUI interactions. Based on the findings, we developed a prototype system, Sidekick, for communicating CUAs' status with multimodal feedback across different stages of interaction: (i) When CUAs run in the background, Sidekick signals its execution state through ambient cues. (ii) Upon resuming interaction with CUAs, Sidekick provides multimodal summaries of completed actions to support rapid context resumption. (iii) When CUAs operate in the foreground, Sidekick enhances transparency by verbalizing and visualizing the agent's reasoning. A study with 30 participants demonstrated that Sidekick significantly improved multitasking performance with CUAs compared to baseline systems that presented textual feedback either in a typical chat or in an ambient display. Sidekick supported progress awareness, and error and action traceability more effectively. Finally, we demonstrate the promise of Sidekick through several example applications, and discuss implications for long-horizon human-agent collaboration.

阅读 arXiv 原文
UI 与 GUI Agent · 7/30 · 2026-07-16AI Prototyper: A Figma Plugin for Decomposition-Based GUI Prototyping with LLMs

Graphical user interface (GUI) prototyping remains a time-consuming activity that demands both design expertise and considerable manual effort. As GUI prototypes are non-code artifacts that evolve alongside requirements throughout the development cycle, automating their generation is directly relevant to software maintenance and evolution. We present AI Prototyper, an open-source Figma plugin that automates GUI prototyping through a decomposition and retrieval-augmented generation (RAG) pipeline. Given a natural-language description of a desired screen, such as a login page or a product detail card, the plugin decomposes the request into discrete GUI features, retrieves matching components from a custom 32-primitive library, and renders each component as a fully editable Figma layer with auto-layout. The pipeline uses Gemini 2.5 Flash as its LLM back-end and a Node.js Express service. Unlike existing decomposition-based tools, AI Prototyper introduces a human-in-the-loop editing step that lets users review, modify, or extend the generated feature list before rendering, uses a different technology stack and LLM family, and supports multilingual input, producing correctly labelled interfaces in Thai, English, and Mandarin Chinese. In a preliminary evaluation, participants using AI Prototyper completed more prototypes in a fixed time window than those working manually, and expert practitioners rated the AI-generated prototypes higher across nine quality dimensions. A demonstration video is available at https://youtu.be/pRoFAH7MQaE. The source code and component library are available at https://github.com/tongsalangsingha/AI-prototyper-tool

阅读 arXiv 原文
UI 与 GUI Agent · 9/30 · 2026-07-15VisualRepair: Dynamic Tool Calling and Region Focusing for Visual Software Issue Repair

Automated Program Repair (APR) has witnessed significant progress with the advent of Large Language Models (LLMs). However, as modern software systems increasingly expose rich graphical user interfaces, effectively leveraging visual information from bug screenshots has become essential for understanding bugs and generating accurate fixes in multimodal scenarios. Real-world issue reports frequently contain heterogeneous visual attachments including UI screenshots, IDE snapshots, GIFs, and text-centric images, each with distinct visual patterns and domain-specific semantics that impose substantial perceptual demands on MLLMs. Furthermore, bug screenshots often contain large expanses of uninformative and bug-irrelevant regions, distracting the model's attention and limiting patch diversity. To address these challenges, we propose VisualRepair, an MLLM-based framework for visual software issue repair comprising two core modules: Image Type-aware Tool Calling (ITTC), which classifies input images and dynamically invokes a tailored tool-calling chain for robust visual interpretation, and Dynamic Test-time Region Focusing (DTRF), which grounds multiple bug-related region candidates and refines them via an adaptive zoom-in and zoom-out strategy to improve fault localization and promote diverse patch generation. Extensive experiments on the SWE-bench Multimodal benchmark demonstrate that VisualRepair consistently outperforms state-of-the-art approaches. VisualRepair resolves 196 and 25 instances on the test and dev sets, respectively, surpassing the best baseline by 10 and 11 instances. These results highlight the effectiveness of type-aware visual understanding and region-focused localization for automated visual software issue repair.

阅读 arXiv 原文