AI-Competition

OpenAI system wins AtCoder World Tour Finals 2026

3 min read
Abstract geometric illustration of a human and an AI avatar sitting across from each other at a chessboard-like table with glowing code symbols Image generated with GPT Image 2
Abstract geometric illustration of a human and an AI avatar sitting across from each other at a chessboard-like table with glowing code symbols

TL;DR Too Long; Didn’t read

At the AtCoder World Tour Finals 2026 in Tokyo, an AI system from OpenAI was the only participant in the Algorithm Division on July 9, 2026, to solve all five competition problems and achieved a perfect score of 8,300 out of 8,300 possible points. The best human participant among 14 invited elite programmers (including tourist, jiangly, ecnerwala, and ksun48) scored 4,300 points; no human solved problems C and E. The ¥600,000 'Humanity Prevails Award' for a human who beats the AI and also wins remained unclaimed. The system used is reported to correspond roughly to the GPT-5.6 released a day later and had no internet access during the competition.

Key takeaways

  • An OpenAI system solved all five competition problems in the Algorithm Division of the AtCoder World Tour Finals on July 9, 2026, achieving a perfect score of 8,300 out of 8,300 points.
  • The best human participant among 14 invited elite programmers scored 4,300 points; no human in the field solved problems C and E.
  • The AI system used is reported to correspond roughly to the GPT-5.6 released a day later, supplemented with additional computing power at query time, and had no internet access during the competition.
  • The ¥600,000 'Humanity Prevails Award' for a human who beats the AI and also wins remained unclaimed.
  • In the separately scored Heuristic Division of the same event (July 7-8, 2026), an OpenAI system also participated, after an AI had already placed second there in 2025; official confirmed final results for 2026 were not available at the time of this post.
  • Quotes from participants such as AtCoder founder Chokudai come from secondary reporting and are not directly confirmed by official OpenAI or AtCoder statements.

At the AtCoder World Tour Finals 2026, an AI system from OpenAI defeated all 14 invited human elite programmers in the Algorithm Division and solved all five competition problems as the only participant. The result was achieved on July 9, 2026, as part of a specially announced “Human vs. AI” exhibition, as confirmed by the official competition page of AtCoder.

Elite Field Against an AI Without Internet Access

The AtCoder World Tour Finals are considered one of the most challenging programming tournaments in the world: only those who have qualified through regular AtCoder competitions are invited. In the Algorithm Division 2026, top programmers such as tourist, jiangly, ecnerwala, and ksun48 were among the participants. According to the competition page, an AI agent from OpenAI also participated – as an exhibition entry outside the regular ranking, but with the same seven hours of time and the same five problems. AtCoder additionally announced a “Humanity Prevails Award” of 600,000 yen for any human who beats the AI and finishes first.

According to consistent reports, OpenAI deployed a system whose capabilities are said to correspond roughly to the GPT-5.6 released one day later, supplemented by a streamlined harness for scaling computing power at query time. During the competition, the system had no access to the internet.

Five out of Five: How the AI Solved All Problems

According to consistent reports from MLQ News and OfficeChai, the OpenAI system solved the first three problems (A, B, C) within the first hour. Problem D then took about three hours, and Problem E was solved shortly thereafter. In the end, the system achieved a perfect score of 8,300 out of 8,300 possible points. The best human participant, ranked as “tour1st,” scored 4,300 points and stopped at three solved problems. No human in the entire field solved Problem C (1,500 points) or the hardest Problem E (2,500 points).

To illustrate the discrepancy between the problems, user CHOI on X noted: according to the difficulty scale commonly used in the scene by competitor E869120, a problem rated at 1,500 points already represents a challenge that researchers could work on for months – the two problems rated at 2,500 points are significantly more difficult still.

Reactions from the Competition Scene

Borys Minaiev, who according to MLQ News was actively involved with OpenAI in the competition and is a former ICPC world champion in programming, described the two later problems as “significantly harder than any AtCoder problem the team had seen before.” AtCoder founder Chokudai is quoted by OfficeChai as saying that despite ample preparation time, he was “utterly overwhelmed by AI.” Last year’s winner and competition commentator Psyho, who had narrowly kept the AI in second place in the Heuristic Division in 2025, commented on this year’s result according to OfficeChai, suggesting that the era of human superiority in this format is now over.

On July 7 and 8, 2026, an AI system from OpenAI also competed in the separately ranked Heuristic Division of the same event – an optimization rather than algorithm discipline. Psyho had pointed out in advance on X that an AI had already placed second there in 2025. Detailed, officially confirmed final results for the Heuristic Division 2026 were not available at the time of this post; according to AtCoder, interim rankings shown during the competition were explicitly considered provisional.

Assessment

Competitive programming contests like AtCoder have long been regarded in AI research as a demanding benchmark for algorithmic thinking, because the problems require novel solution approaches rather than pure factual knowledge. After an OpenAI system had previously placed just behind human top performers in competitions like the AtCoder Heuristic Division 2025, the clear victory in the Algorithm Division 2026 marks a turning point: for the first time, an AI fully solved all problems of an elite field in this format, while even the strongest human participants failed on two problems. It remains to be seen how well this capability transfers to software engineering tasks outside controlled competition conditions – for example, with internet access, larger codebases, or ambiguous requirements.

Frequently asked questions

What exactly did the OpenAI AI achieve at the AtCoder competition?

In the Algorithm Division of the AtCoder World Tour Finals 2026, an OpenAI system solved all five assigned problems on July 9, 2026, achieving a perfect score of 8,300 points; the best human participant scored 4,300 points.

How many humans competed against the AI?

14 elite programmers qualified for the Algorithm Division, including well-known names like tourist, jiangly, ecnerwala, and ksun48. None of them solved two of the five problems.

Which model did OpenAI use?

According to reports, a system whose capabilities correspond roughly to the GPT-5.6 released a day later, supplemented with a harness to scale computing power at query time. OpenAI did not officially disclose the exact internal designation.

What was the 'Humanity Prevails Award'?

A bonus prize of ¥600,000 offered by AtCoder for a human participant who beats the AI and also takes first place. The prize remained unclaimed in 2026.

Does the result mean that AI replaces human programmers?

This cannot be directly inferred: the competition took place under controlled conditions without internet access. How the demonstrated ability translates to real software engineering tasks with larger, ambiguous requirements is independently unproven.


← Back to the blog