Guozhen AIGlobal AI field notes and model intelligence

Realtime AI News

GPT-5.6 and Fable Team Up to Crack a 25-Year-Old Math Problem

Microsoft Research principal researcher Dimitris Papailiopoulos used GPT-5.6 and Fable 5 to prove a polynomial-time algorithm that exactly hits the maximum-likelihood threshold for MIMO detection, an open problem for 25 years. The week-long human-AI collaboration also resolved the very problem that stumped him as a first-year PhD student 17 years ago.

Published

A math problem that stood open for 25 years has been cracked with the help of two frontier AI models. Dimitris Papailiopoulos, a principal researcher at Microsoft Research, proved last week that a simple two-step algorithm can make MIMO detection exactly hit the maximum-likelihood threshold — in polynomial time, requiring only O(N³) operations. The whole proof took him seven days.

MIMO detection is a classic problem in wireless communications: a transmitter sends N bits through an N×N channel that scrambles the bits and adds noise, and the receiver must recover the original bits from the corrupted signal alone. The theoretically foolproof maximum-likelihood detector requires checking all 2^N combinations, which explodes exponentially as N grows.

The problem's history is full of reversals. In 1989, Sergio Verdú showed the worst case is NP-hard; in 2001, Hassibi and Vikalo believed the sphere decoder offered a polynomial-time answer, only to be disproved by Jaldén and Ottersten in 2005. Subsequent attempts — semidefinite relaxation, bit-flipping local search, AMP, statistical physics methods — got no closer than twice the theoretical threshold.

Last week, the gap was closed. Working with GPT-5.6 and Fable 5, Papailiopoulos proved that two simple steps — LMMSE rounding followed by greedy bit flipping — recover every bit exactly at signal-to-noise ratio 2logN in O(N³) time. The proof is bidirectional: it also shows that maximum-likelihood detection itself fails when the SNR dips just below the threshold.

The human-AI collaboration was anything but smooth. The two models proposed different routes — GPT-5.6 leaned on AMP, while Fable 5 suggested signed LMMSE plus greedy bit flipping, a workhorse algorithm used in industry but never rigorously proven. Papailiopoulos chose Fable's path, had GPT check and patch the holes, then spent days having the two models simplify each other's arguments, with one hard constraint: keep the 2logN threshold. He even declined to use Lean for formal verification, for a blunt reason — he doesn't know Lean.

The final proof can be checked line by line by hand, and the algorithm has just two core steps. Step one, LMMSE rounding, rounds a continuous estimate by sign so that the fraction of mis-guessed bits tends to zero as N grows. Step two, greedy bit flipping, flips the bit that most reduces a cost function each round; the proof shows the search can neither stall nor wander outside its guardrail, and can only stop at the true transmitted bit string.

For Papailiopoulos personally, it closes a 17-year loop. In 2009, as a first-year PhD student, he tried to solve MIMO detection with MCMC methods and failed. Now a principal researcher at Microsoft Research and an associate professor at the University of Wisconsin-Madison, he has taken the same problem down with AI by his side. When a workhorse algorithm that industry actually uses finally gets its rigorous proof, the value of AI-assisted mathematics extends from solving problems to completing theoretical proofs.

What to watch next: whether the proof survives peer review and generalizes to average-case analysis of other NP-hard problems; whether the division of labor seen here — Fable charting the route, GPT patching the holes — becomes a common pattern in human-AI mathematical research; and whether the missing Lean formal verification is supplied in follow-up work.

Why it matters

AI-assisted theorem proving is moving from contest problems to real research questions; human-AI collaboration could accelerate theoretical breakthroughs in information theory and communications.

GPT-5.6FableAI for Math
Back to realtime news

Nearby Updates

All

08/09, 17:25

A $1.8M Claude Task: Amazon Learns the Price of Runaway AI Costs

Amazon employees say the company tried using Claude Sonnet to fill in author details on its website, a task that ended up costing $1.8 million — 860% over budget — and was discovered only after five months, with no successful deployment. At public pricing that sum could have burned 600 billion tokens, roughly twice the GPT-3 training corpus, reigniting concerns about runaway AI costs.

08/09, 16:47

Sapiom raises $35M to route AI agents to cheaper models, with Anthropic as a backer

San Francisco startup Sapiom has raised $35 million in a Series A led by Dragonfly, bringing total funding to $50 million just 11 months after founding. Its core Router product sends each AI agent model call to the cheapest capable model, and investors include Anthropic — the very frontier lab whose inference revenue the product is built to reduce.

08/09, 17:52

Alibaba plans to charge big users of its next open-source AI model, sources say

Alibaba plans to ask major users of its next open-source AI model, Qwen3.8-Max, for a share of the revenue they generate, according to two people familiar with the plans. The move mirrors Moonshot's Kimi K3 license, which requires heavy commercial users to strike a commercial agreement, and signals Chinese AI firms are converging on a revenue-sharing business model.

08/09, 15:43

Apple pulls Qwen usage manual from China site within a day of publishing

Apple's China website removed a usage manual for Alibaba's Qwen model within less than a day of publishing it, according to Sina Finance. Apple customer service said there are currently no related AI features and that the integration is still being applied for, raising fresh questions about the rollout of Apple Intelligence in China.