paper-with-me

홈 › Papers

GrandCode: Achieving Grandmaster Level in Competitive Programming via Agentic Reinforcement Learning

2026-04-03 · DeepReinforce Team, Xiaoya Li, Xiaofei Sun, Guoyin Wang, Songqiao Su, Chris Shum, Jiwei Li arxiv

Competitive programming remains one of the last few human strongholds in coding against AI. The best AI system to date still underperforms the best humans competitive programming: the most recent best result, Google's Gemini~3 Deep Think, attained 8th place even not being evaluated under live competition conditions. In this work, we introduce GrandCode, a multi-agent RL system designed for competitive programming. The capability of GrandCode is attributed to two key factors: (1) It orchestrates a variety of agentic modules (hypothesis proposal, solver, test generator, summarization, etc) and jointly improves them through post-training and online test-time RL; (2) We introduce Agentic GRPO specifically designed for multi-stage agent rollouts with delayed rewards and the severe off-policy drift that is prevalent in agentic RL. GrandCode is the first AI system that consistently beats all human participants in live contests of competitive programming: in the most recent three Codeforces live competitions, i.e., Round~1087 (Mar 21, 2026), Round~1088 (Mar 28, 2026), and Round~1089 (Mar 29, 2026), GrandCode placed first in all of them, beating all human participants, including legendary grandmasters. GrandCode shows that AI systems have reached a point where they surpass the strongest human programmers on the most competitive coding tasks.

📄 PDF Abstract BibTeX arXiv:2604.02721

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AutoCode: LLMs as Problem Setters for Competitive Programming

2025-09-29 · Shang Zhou, Zihan Zheng, Kaiyuan Liu, Zeyu Shen 외 arxiv

Writing competitive programming problems is exacting. Authors must: set constraints, input distributions, and edge cases that rule out shortcuts; target specific algorithms (e.g., max-flow, dynamic programming, data stru…

LiveCodeBench Pro: How Do Olympiad Medalists Judge LLMs in Competitive Programming?

2025-06-13 · Zihan Zheng, Zerui Cheng, Zeyu Shen, Shang Zhou 외

Recent reports claim that large language models (LLMs) now outperform elite humans in competitive programming. Drawing on knowledge from a group of medalists in international algorithmic contests, we revisit this claim, …

Simulating Human Grandmasters: Evolution and Coevolution of Evaluation Functions

2017-11-18 · Eli David, H. Jaap van den Herik, Moshe Koppel, Nathan S. Netanyahu

This paper demonstrates the use of genetic algorithms for evolving a grandmaster-level evaluation function for a chess program. This is achieved by combining supervised and unsupervised learning. In the supervised learni…

Genetic Algorithms for Evolving Computer Chess Programs

2017-11-21 · Eli David, H. Jaap van den Herik, Moshe Koppel, Nathan S. Netanyahu

This paper demonstrates the use of genetic algorithms for evolving: 1) a grandmaster-level evaluation function, and 2) a search mechanism for a chess program, the parameter values of which are initialized randomly. The e…

Large Language Models Orchestrating Structured Reasoning Achieve Kaggle Grandmaster Level

2024-11-05 · Antoine Grosnit, Alexandre Maraval, James Doran, Giuseppe Paolo 외

We introduce Agent K v1.0, an end-to-end autonomous data science agent designed to automate, optimise, and generalise across diverse data science tasks. Fully automated, Agent K v1.0 manages the entire data science life …

Bayesian OptimisationBenchmarkingFeature Engineering