paper-with-me

Papers

Building a research-software catalog with a coding agent: from hackathon prototype to public deployment

2026-09-04 · Kazuyoshi Yoshimi, Satoshi Terasaki, Gotai Yamada arxiv

Generative AI and coding agents can accelerate research software development, but they also increase the need for efficient software discovery and maintenance. We developed a repository catalog during a three-day hackathon and subsequently examined the engineering required to make it suitable for public deployment, including adversarial review, data-quality checks, browser-level validation, and publication safeguards. We then explored whether the lessons learned from this prototype could be transferred to a much larger, human-curated portal, through a retrieval agent under development for MateriApps that combines curated portal metadata, external documentation, vector search, and local language-model generation. Implementation with coding agents was rapid, but achieving reliable operation required substantial additional engineering: the most consequential problems were not crashes but silent failures that produced plausible yet incomplete or incorrect outputs, arising from incomplete data acquisition, misleading assessments, and retrieval or preprocessing failures. These observations suggest that AI-assisted software portals require explicit validation, monitoring, and repeated review, and that curated metadata and maintained documentation remain essential. The MateriApps work is exploratory and remains under active development, so the observations reported for it are preliminary; a comparable combination of curated metadata, automatically collected documentation, and retrieval-based assistance may nevertheless be useful for extending other research-software portals.

📄 PDF Abstract BibTeX arXiv:2609.04711

Code (3)

Aaron617/agent-arXiv-daily ★ 9
arxivsub/arXivSub_daily_arxiv ★ 4
phuthiendao/RAG-arxiv-daily

Similar Papers 제목 키워드 기반

The Hitchhikers Guide to Production-ready Trustworthy Foundation Model powered Software (FMware)

2025-05-15 · Kirill Vasilevski, Benjamin Rombaut, Gopi Krishnan Rajbahadur, Gustavo A. Oliva 외

Foundation Models (FMs) such as Large Language Models (LLMs) are reshaping the software industry by enabling FMware, systems that integrate these FMs as core components. In this KDD 2025 tutorial, we present a comprehens…

The Rise of AI Teammates in Software Engineering (SE) 3.0: How Autonomous Coding Agents Are Reshaping Software Engineering

2025-07-20 · Hao Li, Haoxiang Zhang, Ahmed E. Hassan arxiv

The future of software engineering--SE 3.0--is unfolding with the rise of AI teammates: autonomous, goal-driven systems collaborating with human developers. Among these, autonomous coding agents are especially transforma…

A Survey on Code Generation with LLM-based Agents

2025-07-31 · Yihong Dong, Xue Jiang, Jiaru Qian, Tian Wang 외 arxiv

Code generation agents powered by large language models (LLMs) are revolutionizing the software development paradigm. Distinct from previous code generation techniques, code generation agents are characterized by three c…

Code Generation

Engineering Reliable Coding Agents: Evaluating and Operating the System Around the Model

2026-08-14 · Stephanie Jarmak arxiv

AI coding agents are commonly evaluated as models but deployed as systems. Their reliability depends not only on model capability, but on the harness, execution state, retrieval, memory and state management, permissions,…

Why Are AI Agent Involved Pull Requests (Fix-Related) Remain Unmerged? An Empirical Study

2026-01-29 · Khairul Alam, Saikat Mondal, Banani Roy arxiv

Autonomous coding agents (e.g., OpenAI Codex, Devin, GitHub Copilot) are increasingly used to generate fix-related pull requests (PRs) in real world software repositories. However, their practical effectiveness depends o…