paper-with-me

홈 › Papers

Bootstrapping Coding Agents: The Specification Is the Program

2026-03-18 · Martin Monperrus arxiv

A coding agent can bootstrap itself. Starting from a 926-word specification and a first implementation produced by an existing agent (Claude Code), a newly generated agent re-implements the same specification correctly from scratch. This reproduces, in the domain of AI coding agents, the classical bootstrap sequence known from compiler construction, and instantiates the meta-circular property known from Lisp. The result carries a practical implication: the specification, not the implementation, is the stable artifact of record. Improving an agent means improving its specification; the implementation is, in principle, regenerable at any time.

📄 PDF Abstract BibTeX arXiv:2603.17399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpecFirst: Behavioral Specification Elicitation as a First-Class Step in Agent-Based Program Synthesis from Scratch

2026-07-29 · Yihao Chen, Shi Chang, Feng Lin, Khaled Chawa 외 hf

LLM-based agents excel at software engineering tasks where an existing codebase provides context, but constructing a program from scratch remains fundamentally harder. Recent benchmarks such as ProgramBench quantify this…

Program Synthesis

AlphaVerus: Bootstrapping Formally Verified Code Generation through Self-Improving Translation and Treefinement

2024-12-09 · Pranjal Aggarwal, Bryan Parno, Sean Welleck

Automated code generation with large language models has gained significant traction, but there remains no guarantee on the correctness of generated code. We aim to use formal verification to provide mathematical guarant…

Code GenerationHumanEvalmbpp

Bootstrapping Conversational Agents With Weak Supervision

2018-12-14 · Neil Mallinar, Abhishek Shah, Rajendra Ugrani, Ayush Gupta 외

Many conversational agents in the market today follow a standard bot development framework which requires training intent classifiers to recognize user input. The need to create a proper set of training examples is often…

Clarify Before You Draw: Proactive Agents for Robust Text-to-CAD Generation

2026-02-03 · Bo Yuan, Zelin Zhao, Petr Molodyk, Bin Hu 외 arxiv

Large language models have recently enabled text-to-CAD systems that synthesize parametric CAD programs (e.g., CadQuery) from natural-language prompts. In practice, however, geometric descriptions can be under-specified …

Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents

2026-03-17 · Shuvendu K. Lahiri arxiv

Agentic AI systems can now generate code with remarkable fluency, but a fundamental question remains: \emph{does the generated code actually do what the user intended?} The gap between informal natural language requireme…