paper-with-me

Papers

DeepCode: Open Agentic Coding

2025-12-08 · Zongwei Li, Zhonghang Li, Zirui Guo, Xubin Ren, Chao Huang arxiv

Recent advances in large language models (LLMs) have given rise to powerful coding agents, making it possible for code assistants to evolve into code engineers. However, existing methods still face significant challenges in achieving high-fidelity document-to-codebase synthesis--such as scientific papers to code--primarily due to a fundamental conflict between information overload and the context bottlenecks of LLMs. In this work, we introduce DeepCode, a fully autonomous framework that fundamentally addresses this challenge through principled information-flow management. By treating repository synthesis as a channel optimization problem, DeepCode seamlessly orchestrates four information operations to maximize task-relevant signals under finite context budgets: source compression via blueprint distillation, structured indexing using stateful code memory, conditional knowledge injection via retrieval-augmented generation, and closed-loop error correction. Extensive evaluations on the PaperBench benchmark demonstrate that DeepCode achieves state-of-the-art performance, decisively outperforming leading commercial agents such as Cursor and Claude Code, and crucially, surpassing PhD-level human experts from top institutes on key reproduction metrics. By systematically transforming paper specifications into production-grade implementations comparable to human expert quality, this work establishes new foundations for autonomous scientific reproduction that can accelerate research evaluation and discovery.

📄 PDF Abstract BibTeX arXiv:2512.07921

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Simple Modulo can Significantly Outperform Deep Learning-based Deepcode

2020-08-04 · Assaf Ben-Yishai, Ofer Shayevitz

Deepcode (H.Kim et al.2018) is a recently suggested Deep Learning-based scheme for communication over the AWGN channel with noisy feedback, claimed to be superior to all previous schemes in the literature. Deepcode's use…

Deep Learning

DeepCodeProbe: Towards Understanding What Models Trained on Code Learn

2024-07-11 · Vahid Majdinasab, Amin Nikanjam, Foutse khomh

Machine learning models trained on code and related artifacts offer valuable support for software maintenance but suffer from interpretability issues due to their complex internal variables. These concerns are particular…

Clone DetectionCode SummarizationComment GenerationDecision Making+1

Think in Parallel, Answer as One: Logit Averaging for Open-Ended Reasoning

2025-12-02 · Haonan Wang, Chao Du, Kenji Kawaguchi, Tianyu Pang arxiv

Majority voting has proven effective for close-ended question answering by aggregating parallel reasoning traces. However, it is not directly applicable to open-ended reasoning, such as code generation and web-based deep…

Question AnsweringCode Generation

DeepCoder: Semi-parametric Variational Autoencoders for Automatic Facial Action Coding

2017-04-07 · ICCV 2017 10 · Dieu Linh Tran, Robert Walecki, Ognjen Rudovic, Stefanos Eleftheriadis 외

Human face exhibits an inherent hierarchy in its representations (i.e., holistic facial expressions can be encoded via a set of facial action units (AUs) and their intensity). Variational (deep) auto-encoders (VAE) have …

Gaussian Processes

Deepcode and Modulo-SK are Designed for Different Settings

2020-08-18 · Hyeji Kim, Yihan Jiang, Sreeram Kannan, Sewoong Oh 외

We respond to [1] which claimed that "Modulo-SK scheme outperforms Deepcode [2]". We demonstrate that this statement is not true: the two schemes are designed and evaluated for entirely different settings. DeepCode is de…