DeepCode: Open Agentic Coding
Zongwei Li, Zhonghang Li, Zirui Guo, Xubin Ren, Chao Huang
TL;DR
The paper tackles the challenge of high-fidelity document-to-repository synthesis, where long, multimodal specifications (e.g., scientific papers) must be translated into executable code under limited context windows. It introduces DeepCode, an information-flow–driven framework that orchestrates four operations—blueprint distillation, stateful memory (CodeMem), retrieval-augmented generation (CodeRAG), and closed-loop verification—to maximize the signal within a constrained context. Empirical results on PaperBench show DeepCode achieving state-of-the-art replication scores, outperforming leading commercial agents and even surpassing PhD-level human experts on key metrics. This work establishes a principled foundation for autonomous scientific reproduction, with potential to accelerate evaluation, reproduction, and discovery by reliably converting complex documents into production-grade implementations.
Abstract
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.
