AI & ML Papers
Photo
🔥 DeepCode: Open Agentic Coding
📅 Published on Dec 8, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2512.07921
• PDF: https://arxiv.org/pdf/2512.07921
• GitHub: https://github.com/HKUDS/DeepCode ⭐ 15.4k
• Project Page: https://huggingface.co/papers/2511.03404
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#AgenticCoding #AutonomousCodeGeneration #DocumentToCode #CodeMemoryArchitecture #LargeLanguageModelOptimization
💡 The paper introduces DeepCode, a fully autonomous framework that addresses the challenge of converting documents into codebases, such as turning scientific papers into code. The existing methods for doing this have significant limitations due to the large amount of information in documents and the limited context that large language models can handle. DeepCode solves this problem by optimizing the flow of information through four key operations: source compression, structured indexing, knowledge injection, and error correction.
The source compression operation uses blueprint distillation to reduce the amount of information in the document. The structured indexing operation uses stateful code memory to organize the information in a way that makes it easier to access and use. The knowledge injection operation uses retrieval-augmented generation to add relevant knowledge to the code. The error correction operation uses closed-loop error correction to ensure that the code is accurate and reliable.
The paper evaluates DeepCode on a benchmark called PaperBench and finds that it achieves state-of-the-art performance, outperforming leading commercial agents and even surpassing PhD-level human experts. This means that DeepCode can take a scientific paper and turn it into code that is comparable in quality to code written by a human expert. The results of this paper have significant implications for the field of autonomous scientific reproduction, as they demonstrate the potential for AI systems to accelerate research evaluation and discovery by automating the process of converting scientific papers into code. Overall, the paper presents a major breakthrough in the field of document-to-codebase synthesis and has the potential to revolutionize the way that scientific research is conducted.
📅 Published on Dec 8, 2025
🔗 Links:
• arXiv: https://arxiv.org/abs/2512.07921
• PDF: https://arxiv.org/pdf/2512.07921
• GitHub: https://github.com/HKUDS/DeepCode ⭐ 15.4k
• Project Page: https://huggingface.co/papers/2511.03404
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus
#AgenticCoding #AutonomousCodeGeneration #DocumentToCode #CodeMemoryArchitecture #LargeLanguageModelOptimization
arXiv.org
DeepCode: Open Agentic Coding
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...
❤1