paper-with-me

Papers

Loreley: Repository-Scale Program Evolution with Quality-Diversity Search

2026-08-20 · Mohan Chen arxiv

Sequential agent search accumulates changes from its current champion but discards alternative branches; independent proposals preserve breadth but restart from the root. Loreley instead retains complete repository states in a Quality-Diversity (QD) archive and samples them as parents or supplies them as context for later edits. Candidates are Git commits produced in isolated worktrees and judged by a project-supplied evaluator. We compare configured Loreley QD, sequential champion editing, and independent root proposals in a matched Zstandard experiment: seven paired blocks and 48 physical candidate jobs per policy and block (1,008 total), with root-only initialization and each policy's native concurrency. Validation selected a winner at each budget checkpoint; an agent-hidden holdout measured the fixed candidate. At 48 jobs, QD was 0.135% below Sequential Champion (95% BCa interval for the paired effect: -0.556% to +0.161%) and 0.320% above Independent Root (-0.082% to +0.686%). Neither contrast established a QD advantage; Sequential had the highest observed 48-job mean and median. Archive retention and later sampling did occur. Four of seven final QD winners had a non-incumbent state in their primary-parent ancestry under a retrospective one-incumbent rule applied only to the observed QD stream. Including inspiration edges raised the count to six, without showing that supplied context caused an edit. Three earlier capability campaigns produced generation-4, multi-file improvements in two Python libraries and a separate Zstandard revision. Loreley engaged the intended stepping-stone mechanism, but the controlled experiment did not show an endpoint benefit at 48 jobs.

📄 PDF Abstract BibTeX arXiv:2608.19703

Code (2)

NeapolitanIcecream/loreley ★ 1
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

CktEvo: Repository-Level RTL Code Benchmark for Design Evolution

2026-02-10 · Zhengyuan Shi, Jingxin Wang, Tairan Cheng, Changran Xu 외 arxiv

Register-Transfer Level (RTL) coding is an iterative, repository-scale process in which Power, Performance, and Area (PPA) emerge from interactions across many files and the downstream toolchain. While large language mod…

Unravelling Technical debt topics through Time, Programming Languages and Repository

2025-04-16 · Karthik Shivashankar, Antonio Martini

This study explores the dynamic landscape of Technical Debt (TD) topics in software engineering by examining its evolution across time, programming languages, and repositories. Despite the extensive research on identifyi…

DiversitySentiment Analysis

Turning the Tide: Repository-based Code Reflection

2025-07-14 · Wei zhang, Jian Yang, Jiaxi Yang, Ya Wang 외

Code large language models (LLMs) enhance programming by understanding and generating code across languages, offering intelligent feedback, bug detection, and code updates through reflection, improving development effici…

Code GenerationDiversityHumanEval

Agentic Hardware Design as Repository-Level Code Evolution

2026-06-26 · Cunxi Yu, Chenhui Deng, Nathaniel Pinckney, Brucek Khailany arxiv

We present HORIZON, a self-evolving agent framework that treats hardware design as repository-level code evolution. A Markdown harness is compiled into a project pack containing domain knowledge, an executable evaluator,…

Autonomous Evolution of EDA Tools: Multi-Agent Self-Evolved ABC

2026-04-16 · Cunxi Yu, Haoxing Ren arxiv

This paper introduces the first \emph{self-evolving} logic synthesis framework, which leverages Large Language Model (LLM) agents to autonomously improve the source code of \textsc{ABC}, the widely adopted logic synthesi…