paper-with-me

홈 › Papers

Sibyl-AutoResearch: Autonomous Research Needs Self-Evolving Trial-and-Error Harnesses, Not Paper Generators

2026-05-21 · Chengcheng Wang, Qinhua Xie, Wei He, Jianyuan Guo, Shiqi Wang, Chang Xu arxiv

Autonomous research systems increasingly make the scientific workflow executable: agents can propose ideas, run code, inspect results, and draft papers. But executable workflows do not by themselves produce research judgment. We analyze where current systems lose trial experience: weak evidence becomes prose, pilot signals become broad claims, memory remains textual, and recurring process failures do not change later behavior. We introduce Sibyl-AutoResearch, a self-evolving AutoResearch framework built around Scientific Trial-and-Error Harnesses. A harness lets agents run bounded trials, preserve positive and negative outcomes, and route lessons into later planning, validation, claim scope, scheduling, critique, writing, and harness repair. We formalize this through two auditable conversion units: trial-to-behavior conversion, which links trial signals to later research actions, and trial-to-harness-behavior conversion, which links recurring process failures to system updates. We implement the framework in SIBYL, a file-backed autonomous research system that exposes the state, roles, memory, gates, and artifact traces needed to inspect these conversion paths. A retrospective audit identifies eight high-confidence conversion events, with a median latency of one iteration and a maximum latency of three iterations. A recovered-failure registry further shows how five naturally occurring failure classes, including duplicate results, stale numbers, and unsupported statistics, were blocked, downgraded, or routed into later repair. These traces do not establish a comparative performance claim; they show that the proposed conversion units are recoverable from realistic autonomous-research workspaces. The SIBYL framework and system are available at https://github.com/Sibyl-Research-Team/AutoResearch-SibylSystem.

📄 PDF Abstract BibTeX arXiv:2605.22343

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoResearchClaw: Self-Reinforcing Autonomous Research with Human-AI Collaboration

2026-05-19 · Jiaqi Liu, Shi Qiu, Mairui Li, Bingzhou Li 외 arxiv

Automating scientific discovery requires more than generating papers from ideas. Real research is iterative: hypotheses are challenged from multiple perspectives, experiments fail and inform the next attempt, and lessons…

AutoResearchBench: Benchmarking AI Agents on Complex Scientific Literature Discovery

2026-04-28 · Lei Xiong, Kun Luo, Ziyi Xia, Wenbo Zhang 외 arxiv

Autonomous scientific research is significantly advanced thanks to the development of AI agents. One key step in this process is finding the right scientific literature, whether to explore existing knowledge for a resear…

Bilevel Autoresearch: Meta-Autoresearching Itself

2026-03-24 · Yaonan Qu, Meng Lu arxiv

If autoresearch is itself a form of research, then autoresearch can be applied to research itself. We present Bilevel Autoresearch, a bilevel framework in which an outer autoresearch loop improves an inner autoresearch l…

Multi-Armed Bandits

MAGNET: Autonomous Expert Model Generation via Decentralized Autoresearch and BitNet Training

2026-03-26 · Yongwan Kim, Sungchul Park arxiv

We present MAGNET (Model Autonomously Growing Network), a decentralized system for autonomous generation, training, and serving of domain-expert language models across commodity hardware. MAGNET integrates four component…

Hyperparameter Optimization

GEAR: Genetic AutoResearch for Agentic Code Evolution

2026-05-08 · Ahmadreza Jeddi, Minh Ngoc Le, Hakki C. Karaimer, Konstantinos G. Derpanis 외 arxiv

Autonomous research agents can already run machine learning experiments without human supervision, but many rely on a narrow search strategy: they repeatedly modify one program and keep changes only when they improve the…