GPT-5.6 Cracks a 50-Year-Old Math Problem in 1 Hour, 64 AIs Claim the Crown Jewel of Graph Theory

marsbitОпубликовано 2026-07-15Обновлено 2026-07-15

Введение

OpenAI announced that its AI model, GPT-5.6 Sol Ultra, has successfully proved the 50-year-old Cycle Double Cover (CDC) conjecture in graph theory in under an hour. This long-standing problem, posed independently by several prominent mathematicians, states that every bridgeless finite undirected graph contains a set of cycles where each edge is covered exactly twice. The breakthrough was achieved using a novel "parallel test-time computation" (TTC) approach. Instead of a single AI working sequentially, the system deployed 64 concurrent AI agents, each exploring distinct proof strategies—from algebraic perspectives to structural induction. The process included strict protocols to avoid common research pitfalls: initial exploration of fundamentally different paths, preventing herd mentality by not revealing the most promising direction, and employing a "critic squad" of agents to rigorously attack and verify every proposed proof step. The system forbade vague assertions, demanding concrete lemmas and constructions. The resulting proof, generated by GPT-5.6 and formatted with Codex, employed a sophisticated multi-step strategy. It first reduced the general case to cubic graphs, then leveraged Tutte's group-flow theorem to establish the existence of a nowhere-zero 8-flow on the graph. A key inventive step was introducing a "two-element set" labeling scheme (Lemma 2.1), which, if satisfied, guarantees a cycle double cover. The AI then transformed this combinatorial condition int...

In the early hours of July 11th, OpenAI officially announced: GPT-5.6 Sol Ultra has successfully proven the "Cycle Double Cover Conjecture," a problem that has puzzled the mathematics community for 50 years!

Even more astonishing is that it produced a complete proof in less than an hour.

The Cycle Double Cover Conjecture, once proposed by several legendary mathematicians, stood like a mountain in the field of graph theory, daunting top mathematicians worldwide.

Now, this mountain has been conquered by AI in less than an hour.

As OpenAI researcher Noam Brown remarked, "This is different from previously solving the Erdős unit distance problem. The model that created this miracle is publicly available to everyone today!"

Netizens exclaimed: The proof is breathtaking, AI is transforming mathematics!

A Mathematical Curse Haunting for 50 Years

The Cycle Double Cover Conjecture is one of the "crown jewel" problems in graph theory, independently proposed by mathematicians such as Tutte, Itai and Rodeh, Szekeres, Seymour, and others in the last century.

Simply put, the conjecture states: "Every bridgeless finite undirected graph has a collection of cycles such that every edge of the graph is contained in exactly two of the cycles."

In layman's terms, imagine a complex city road network where no single road is the only route.

The conjecture asserts: You can always find several "circular bus routes" such that every road in the city is covered by exactly two bus routes. No more, no less—exactly twice.

For half a century, mathematicians racked their brains trying to prove this conjecture.

Jaeger proved it holds for planar graphs;

Szekeres proved it holds for cubic graphs that are 3-edge-colorable;

Alspach, Goddyn, and Zhang proved it holds for bridgeless graphs with no Petersen minor.

However, these were all results with additional conditions. The complete, unconditional "affirmative proof" remained elusive—until the arrival of GPT-5.6 Sol Ultra.

OpenAI's Solution: Not One AI Thinking, But 64 AIs in a Meeting

How did OpenAI enable GPT-5.6 to tackle this problem?

We found the answer in the two PDFs they shared: the task prompt and the full proof.

In this system, the AI was split into 64 concurrent independent agents, forming a special research task force.

In the prompt, OpenAI set extremely strict rules, making the AI avoid all the pitfalls that human researchers have stumbled into.

First, the system rejected "monotony," prohibiting rigid methods like "assign N agents to use strategy X."

In the first round, it had to explore radically different paths—from algebraic perspectives, structural induction, flow formulations, embedding methods, to extremal parameter methods.

Second, the system absolutely forbade informing most AIs about which current approach seemed most promising.

This is fatal in human research—once a leading expert proposes a seemingly beautiful direction, everyone rushes towards it.

The most admirable aspect is the "Scrutiny Team" mechanism.

Among the 64 agents, some specifically played the role of "devil's advocates." Every proposed candidate proof was subjected to fierce attack.

"Is each edge really covered exactly twice? Did you miscalculate?" "Are you mistaking repetitive dead ends for cycles?" "Does your induction method secretly introduce a bridge?"

Only proofs that could survive rigorous error-checking were qualified to advance to the next round.

Additionally, the AI was strictly forbidden from making vague promises.

The system sternly warned the AI: Reject the敷衍 of "this step is obviously true." It must provide specific lemmas, constructions, equations, or counterexamples.

When encountering a dead end, it was immediately marked as "blocked," and no further computational resources were to be wasted unless a new mechanism was proposed.

At the end of the prompt, the AI was commanded: "Spend at least 8 hours on this before considering giving up or returning results. Do not give me only a partial result. Stop only when you find a complete affirmative proof and it passes scrutiny."

Yet, what was truly震撼 was that this AI task force returned triumphant in less than an hour, bearing a flawless mathematical paper.

A One-Hour Miracle—How the AI Unraveled the Problem Step by Step

What kind of brainstorming did these 64 agents experience in that one hour?

Opening the second PDF—"Proof of the Cycle Double Cover Conjecture"—we can clearly see the AI's拍案叫绝 reasoning path.

The entire text was generated by GPT-5.6 Sol Ultra and finally typeset with the assistance of Codex.

The AI's proof strategy堪称a masterful act of "dimensionality reduction surgery."

Step 1: Simplify Complexity, Target Cubic Graphs

The AI task force first confirmed the conclusion from Jaeger: Proving the conjecture for "loopless cubic graphs" is equivalent to proving it for all graphs.

Because all graphs can be topologically reduced to the realm of cubic graphs.

Step 2: Introduce the Magical "8-Flow" Theorem

This was the most stunning move in the entire paper.

The AI retrieved the "Group-flow theorem" by graph theory master Tutte.

Utilizing the previously proven existence of a "nowhere-zero 8-flow" in bridgeless graphs, the AI assigned to each edge of the graph a label—a nonzero element from the finite field

(a three-dimensional vector space with 8 elements).

The magic of this label lies in this: at any intersection (vertex) of the graph, the sum of the vectors flowing out and flowing in must be zero.

Step 3: Construct the "Two-Element Set" Labeling Method (Lemma 2.1)

This was pure AI-invented "magic."

The AI proposed a lemma: If we can assign to each edge a set containing two elements

, and satisfy the condition that for every vertex, any given element appears either 0 times or exactly 2 times—then the graph must have a "cycle double cover."

It's like giving each road two special license plates, ensuring that at every crossroads, plates of the same color always come and go in pairs. Once this is done, the proof is complete.

Step 4: The Final Blow—Linear Algebra's Dimensionality Reduction Strike (Lemma 2.2)

How to prove that such "two license plates" can always be found? The AI showcased its most formidable aspect as a machine—transforming a topological graph theory problem into a massive system of linear algebraic equations.

It set up a system of equations:

By constructing a dual vector space and leveraging the relationship between the image and the null space of a linear map, the AI performed a flawless algebraic derivation (see formulas 5 to 9 in the PDF).

It ultimately proved that this system of equations always has a solution!

When formulas (8) and (9) concluded, finally deducing that it equals 0 (in the

field), the proof ended.

Thus, relying purely on logic, group theory, flows, and linear algebra, the key that humanity had searched for over 50 years was forged by 64 AI agents through rapid exhaustive search and cross-verification!

The Secret: "Test-Time Compute"

This news sent shockwaves through the AI and mathematics communities.

OpenAI's reasoning research scientist, Noam Brown, couldn't contain his excitement, posting several tweets revealing the underlying logic behind this breakthrough—parallel Test-Time Compute (TTC).

Noam Brown pointed out: "Increasing a model's TTC (letting it think longer) leads to higher intelligence. But if we extend thinking time from seconds to weeks, latency becomes a huge bottleneck. The power of GPT-5.6 Sol Ultra lies in its ability to scale parallel TTC. Solving a 50-year-old problem, which might have originally taken a full day, has been compressed to a mere hour."

Ethan Knight also announced: "We are officially launching GPT-5.6 Sol Ultra broadly today. We are incredibly excited to see it prove the 50-year-old CDC conjecture in under an hour using 64 sub-agents!"

Commenters expressed their excitement and disbelief.

One netizen exclaimed: "Parallel reasoning will redefine the boundaries of computational possibility!"

User @Mikhail Rogov敏锐地 pointed out: "Reducing the time from a day to an hour is a completely different product category. Parallel TTC makes long-running reasoning practically usable."

Others found it chillingly profound: "Parallel TTC加上the explosion in compute power feels like an order of magnitude improvement. Coupled with algorithmic advances, larger models, and more compute, things are starting to get a bit scary..."

Of course, there were清醒质疑声.

One user raised a profound question: "Parallel TTC certainly plays a role, but the unspoken question is: Can the quality of 64 independent searches equate to a long, continuous single-threaded depth of reasoning chain? Breadth and depth are not always interchangeable."

Someone even called out to Noam Brown, suggesting OpenAI recruit the greatest contemporary physicist Edward Witten and mathematical genius Terence Tao: "Bring them on board. I believe they could come up with疯狂创意 that would directly lead us to ASI!"

Perhaps GPT-5.6 solving this math problem isn't full ASI yet.

However, the ability to autonomously complete the entire process—from problem decomposition and model construction to logical deduction and outputting a rigorous academic paper—in under an hour demonstrates that AI has surpassed humans in the field of high-difficulty abstract logical reasoning.

Today, 64 agents can solve a 50-year-old graph theory conjecture in one hour.

Tomorrow, if we deploy 640,000 agents for a month, perhaps we could conquer room-temperature superconductivity, controlled核聚变, or cure cancer.

We are one step closer to ASI.

References:

https://x.com/eknight/status/2075643450196971805

https://x.com/SebastienBubeck/status/2075596982622835006?s=20

This article is from the WeChat public account "New Zhiyuan," author: ASI启示录

Связанные с этим вопросы

QWhat mathematical conjecture was reportedly solved by GPT-5.6 Sol Ultra in under an hour?

AGPT-5.6 Sol Ultra reportedly proved the 'Cyclic Double Cover Conjecture', a 50-year-old 'crown-level' problem in graph theory.

QAccording to the article, what key technical approach did OpenAI use to solve the problem, and how many agents were involved?

AOpenAI used a 'Parallel Test-Time Computation' (TTC) approach, deploying 64 concurrent AI agents, with some acting as a 'police force' to rigorously check and challenge proposed proofs.

QWhat was the core strategy described in the proof that allowed the AI to reduce the general problem to a more manageable one?

AThe core strategy was to first confirm that proving the conjecture for 'bridgeless cubic graphs' sufficed to prove it for all graphs, and then transform the topological problem into a solvable linear algebra system using Tutte's group-flow theorem and a novel 'two-element set' labeling method.

QWhat does the article suggest about the potential future impact of this type of AI advancement?

AThe article suggests that this advancement demonstrates AI's growing capabilities in abstract logical reasoning and that scaling such parallel, computationally intensive approaches could lead to breakthroughs in fields like room-temperature superconductivity, controlled nuclear fusion, and cancer research, bringing humanity closer to Artificial Superintelligence (ASI).

QWho are the individuals from OpenAI and the community mentioned as reacting to this achievement, according to the text?

AThe article mentions OpenAI researcher Noam Brown and engineer Ethan Knight as key figures reacting to the achievement. Community reactions cited include those from Mikhail Rogov and other users expressing excitement about parallel reasoning and raising questions about the depth vs. breadth of such methods.

Похожее

Свадебное дело Чхве Тхэвона закрыто: раскрывая скрытые линии наследования за триллионной империей SK Hynix

Дело о разводе главы SK Group Чхве Тхэвона завершилось, раскрывая сложные сценарии наследования в конгломерате, стоящем за SK Hynix, чья капитализация превысила 1000 трлн вон. В отличие от традиционных сценариев наследования в чеблях, где ключевую роль играют первенец, доли, брачные связи и отцовское признание, трое детей Чхве Тхэвона от бывшей жены Но Соён — дочь Чхве Юнджон (1989 г.р.), дочь Чхве Минджон (1991 г.р.) и сын Чхве Ингын (1995 г.р.) — следуют разными путями. Чхве Юнджон, названная СМИ «наиболее очевидным кандидатом», занимает руководящую должность в SK Inc. и работает над стратегией развития в области биотехнологий и точной медицины, сочетая научную подготовку с бизнес-опытом. Её брак с основателем ИИ-стартапа символизирует новый тип элитных союзов. Чхве Минджон, добровольно служившая в ВМС Республики Корея и работавшая в сфере международной политики в SK Hynix в США, сейчас является основателем ИИ-стартапа в сфере здравоохранения. Её брак с бывшим офицером морской пехоты США подчёркивает связь с геополитическим контекстом, в котором теперь существует полупроводниковый гигант. Чхве Ингын, единственный сын и, казалось бы, естественный наследник по старой логике, сохраняет молчание. Имея образование в области физики, он покинул SK E&S, чтобы присоединиться к McKinsey, что рассматривается как стандартная внешняя стажировка, но без явных сигналов о наследовании. Громкое судебное разбирательство по разводу родителей, связанное с разделом активов на триллионы вон, стало фоном для их путей. По мере того как SK Hynix становится глобальным геополитическим активом в эпоху ИИ, наследование в SK перестаёт быть семейным делом, превращаясь в публичный экзамен на легитимность в новой, сложной реальности. Наследникам предстоит найти свои собственные ответы на вызовы эпохи.

marsbit2 дня назад 09:08

Свадебное дело Чхве Тхэвона закрыто: раскрывая скрытые линии наследования за триллионной империей SK Hynix

marsbit2 дня назад 09:08

Банки выступают против компромисса по доходности стейблкоинов – Найдёт ли закон CLARITY 60 голосов?

Американский Банковский институт политики выступил против нового проекта закона CLARITY Act, указав на пробелы в регулировании доходности стейблкоинов и мерах по борьбе с незаконными финансами. Банковский сектор добивается полного запрета любых форм вознаграждений по стейблкоинам и лоббирует сенаторов, что снижает поддержку со стороны республиканцев. Из-за смерти сенатора Грэма и болезни Макконнелла у республиканцев стало 51 голос. Если сенаторы Кёртис и Корнин откажут в поддержке, эта цифра упадет до 49, а для принятия закона потребуется 60 голосов. Необходимость заручиться поддержкой 11 демократов осложняется тем, что некоторые про-крипто демократы также выступают против законопроекта. Сроки ограничены: до августовских каникул Сената осталось две недели. Лидер большинства Джон Тюн сомневается в успехе до перерыва. Советник Белого дома по криптовалютам Патрик Уитт призывает провести голосование, утверждая, что новые этические нормы устраняют возражения демократов. Вероятность принятия закона в 2026 году, по рыночным оценкам, упала до 32%.

ambcrypto2 дня назад 09:03

Банки выступают против компромисса по доходности стейблкоинов – Найдёт ли закон CLARITY 60 голосов?

ambcrypto2 дня назад 09:03

За 2 месяца оценка выросла с 8,8 до 68 млрд юаней! Крупнейший AI-хаб OpenRouter может быть куплен

Stripe ведет переговоры о приобретении стартапа OpenRouter, агрегатора API крупных языковых моделей, за сумму около 100 миллиардов долларов. Это представляет собой семикратный рост по сравнению с оценкой OpenRouter в 13 миллиардов долларов двумя месяцами ранее. OpenRouter выступает в качестве «маршрутизатора» или агрегатора для более чем 400 AI-моделей (таких как GPT, Claude и множество открытых), позволяя разработчикам через единый API выбирать наиболее подходящую модель для каждой задачи на основе стоимости, скорости и сложности. Это помогает приложениям снижать расходы, автоматически направляя простые запросы к более дешевым моделям. Компания, основанная соучредителем OpenSea Алексом Аталлой, демонстрирует быстрый рост: ее ежегодный доход достиг 50 миллионов долларов, увеличившись в пять раз за полгода. Для Stripe, крупнейшего процессора онлайн-платежей, это вторая крупная сделка в сфере AI-инфраструктуры после приобретения платформы биллинга Metronome в 2025 году. Стратегия Stripe заключается в создании комплексного предложения для AI-экономики: OpenRouter будет «выбирать модель», Metronome — «подсчитывать потребление», а существующие платежные сервисы Stripe — «обрабатывать оплату». Таким образом, Stripe стремится контролировать ключевой уровень инфраструктуры, который определяет распределение трафика между моделями и формирует счета для конечных предприятий. Сделка подчеркивает растущую важность промежуточного слоя, который управляет стоимостью и выбором моделей для миллионов пользователей AI-приложений.

链捕手2 дня назад 09:00

За 2 месяца оценка выросла с 8,8 до 68 млрд юаней! Крупнейший AI-хаб OpenRouter может быть куплен

链捕手2 дня назад 09:00

От OpenSea до OpenRouter: Алекс Аталлах повторяет сценарий «ухода на пике»?

Автор: Нэнси, PANews Алекс Аталла, соучредитель NFT-платформы OpenSea, покинул компанию на пике пузыря NFT четыре года назад. Сейчас он снова оказывается в центре внимания на волне бума ИИ, готовясь продать созданную им агрегирующую платформу AI-моделей OpenRouter по высокой цене. По данным The Wall Street Journal от 23 июля, платежный гигант Stripe ведет переговоры о приобретении OpenRouter, при этом потенциальная оценка сделки может приблизиться к 100 миллиардам долларов. Если сделка состоится, это станет еще одним успехом Аталлы в создании компании на уровне ста миллиардов долларов после OpenSea. Ранее в этом месяце появились сообщения о том, что OpenRouter получил предложения о покупке от нескольких крупных технологических компаний. Потенциальная сделка со Stripe рассматривается как важный шаг для инфраструктурного гиганта в сфере платежей по расширению своего присутствия в области инфраструктуры ИИ. По данным информированных источников, если сделка будет заключена, оценка OpenRouter может приблизиться к 100 миллиардам долларов, что значительно превышает его предыдущие оценки при финансировании. Всего за три года компания добилась быстрого роста благодаря буму больших моделей. Это не первая компания Аталлы стоимостью в сто миллиардов. Ранее он был соучредителем OpenSea, ведущей мировой платформы для торговли NFT, пиковая оценка которой превысила 130 миллиардов долларов. Его уход с OpenSea до серьезного спада на рынке NFT рассматривался как знаковый сигнал. OpenRouter стала крупнейшим хабом в эпоху ИИ, подключившись к более чем 400 AI-моделям, имея около 10 миллионов пользователей и обрабатывая более 200 триллионов токенов в месяц. Однако, несмотря на быстрый рост, это бизнес с большими объемами, но ограниченной рентабельностью. Его основная бизнес-модель заключается в взимании комиссии за платформу (около 5-5,5%) при вызове разработчиками AI-моделей. Конкуренция на рынке агрегации AI-моделей также обостряется. Высокая оценка OpenRouter, возможно, больше отражает его будущий потенциал, чем текущую прибыльность. Для потенциальных покупателей наиболее ценным активом могут быть не текущие доходы, а накопленные реальные данные об использовании ИИ, которые трудно быстро воспроизвести. От NFT к ИИ Алекс Аталла дважды поймал волну технологического бума. Если продажа OpenRouter состоится с оценкой в 100 миллиардов долларов, это может означать либо переоценку стоимости инфраструктуры ИИ, либо сигнал о новом пике цикла. Ответ на этот вопрос даст только время.

链捕手2 дня назад 08:44

От OpenSea до OpenRouter: Алекс Аталлах повторяет сценарий «ухода на пике»?

链捕手2 дня назад 08:44

Приближается ли Биткойн к очередной зоне накопления? ЭТОТ сигнал говорит «да»

Аналитики отмечают, что Bitcoin (BTC) переживает один из самых длительных медвежьих периодов, охватывающий три квартала и два календарных года, при этом его динамика отклонилась от рынка акций. Однако сохраняется корреляция с акциями Apple (AAPL). График соотношения BTC/AAPL с 2017 года движется в восходящем канале, где его нижняя граница традиционно сигнализирует о зоне недооценки (накопления) для Bitcoin, а верхняя — о перекупленности. В настоящее время соотношение приближается к линии поддержки, что, по историческим данным, может предшествовать новой фазе роста BTC. При этом в 2025 году нарушилась многолетняя корреляция годовой доходности Bitcoin с индексами S&P 500 и Nasdaq 100, что объясняется его более резкой реакцией на макроэкономические потрясения. В качестве подтверждающего сигнала для разворота рассматриваются поступления стейблкоинов на криптобиржи, которые указывают на готовность капитала к реинвестированию. За последние семь дней чистый приток составил $1,42 млрд, что значительно меньше оттока в $10 млрд за предыдущие 30 дней и пока недостаточно для уверенного старта ралли. Таким образом, соотношение BTC/AAPL указывает на возможное приближение к зоне накопления, но для подтверждения тренда необходимы более значительные притоки стейблкоинов.

ambcrypto2 дня назад 08:24

Приближается ли Биткойн к очередной зоне накопления? ЭТОТ сигнал говорит «да»

ambcrypto2 дня назад 08:24

Торговля

Спот
活动图片