大模型商业

MIMO检测25年悬案被终结
两个模型五天联手破题

25-Year MIMO Detection Case Closed
Two Models Crack It in Five Days

微软研究院研究员用GPT-5.6和Claude Fable分别求解,约5天迭代证明:最大似然检测在统计可行区域存在多项式时间精确算法,25年悬案落幕。

A Microsoft Research scientist queries GPT-5.6 and Claude Fable separately, and after ~5 days of iteration proves: exact polynomial-time ML detection exists in the statistically feasible region. A 25-year open problem closes.

No.032 2026.08.10 约 5 分钟阅读 ~5 min read

一个悬了25年的通信难题,被两台"AI重炮"联手拿下了。

微软研究院首席研究员Dimitris Papailiopoulos宣布:他用OpenAI的GPT-5.6和Anthropic的Claude Fable 5分别求解、互相校验,经过大约5天的高强度提示迭代,证明了一个关键命题——MIMO检测在最大似然理论上可行的区域里,存在多项式时间的精确算法。25年的"计算与统计之缝",合上了。

这位研究员自己读博时就在啃这个问题,17年后,是两台模型替他完成了证明。

一道卡了四分之一世纪的题

问题本身很经典:一个N×N的高斯MIMO信道里,发送端发射一串比特,接收端拿到混叠叠加噪声的信号,已知信道矩阵H,要把原始比特无错解出来。最优解是最大似然检测,但等价于在离散最小二乘问题上做精确搜索——朴素方案需要遍历所有可能,复杂度指数爆炸。

早年学界已经知道:信噪比达到2logN时,信息论层面可以完美恢复;但"统计上可行"和"计算上可行"之间,横着一道二十多年没人跨过去的坎。球译码期望复杂度不达标,半正定松弛给不出明确阈值,启发式翻转缺严谨证明,统计物理方法没有严格证明,MCMC的混同时间分析缺失。"统计上限"和"算法下限",一直没接上。

这次破局的关键在于分工:GPT-5.6首推的方案基于AMP类算法,分析框架复杂;Claude Fable提出的路径更务实——先用符号LMMSE拿到高质量起点,再做贪婪逐比特翻转细化。两步走,结构直观,是通信工程里实际用过的思路。最终版本采用Fable的方案打磨:初证大约半小时,把证明降到只依赖基础线性代数和概率、可逐行核验的粒度,却花了数天。

AI科研的下一个形态:不是神谕,是拼图工

这个案例最有价值的,不是"AI又解开一道题",而是它展示了AI参与数学研究的真实形态:不是模型独立完成证明,而是人类负责提问、拆解、验证,模型负责把大量已知方法以正确顺序拼成完整逻辑链。

证明本身没有引入新数学,不靠新概念,更多是已有工具的系统拼接与长链条严密组装。这恰恰是当前模型擅长的:把"常规步骤"以正确粒度拼在一起,完成人类愿意做、但通常不愿持续投入的工作。把难题的成本压低的,不是某个模型灵光一现,而是"试错+组装"这种工作方式本身。

这与029期那场"AI证数学24小时被打脸"形成鲜明对照。上次模型自信满满地证明、却被数学家指出"证的不是原猜想";这次的研究者把验证当成了流程的一部分——论文初稿公开、邀请社区逐行检查。AI的价值从"给出答案",转移到了"降低通往正确答案的摩擦"。

一个值得留意的判断:如果把模型回放到更早的预训练分布,它们未必能顺畅走完这套论证。模型的偏好深受"集体直觉"影响——哪种方法在语料里出现得多,它就"觉得顺手"。与其把它们当真理神谕,不如视作人类经验直觉的蒸馏版,再被强化学习进一步锐化。这既是能力,也是边界。

对行业来说,这道题更大的意义在于:大模型的竞争已经卷到了"解决真实世界难题"的层面。谁的模型能在科研、工程、生产里产出可验证的成果,谁就拥有下一阶段的定价权。25年悬案是数学圈的里程碑,也是大模型商业价值的一次侧写。

明天见。

A communications problem open for 25 years just got cracked by two "AI heavy guns."

Microsoft Research principal researcher Dimitris Papailiopoulos announced: using OpenAI's GPT-5.6 and Anthropic's Claude Fable 5, querying each separately and cross-checking, he proved in about five days of intense prompting a key proposition — exact polynomial-time maximum-likelihood MIMO detection exists in the statistically feasible region. The 25-year gap between "statistically possible" and "computationally possible" just closed.

Papailiopoulos worked on this exact problem during his own PhD. Seventeen years later, two models finished the proof for him.

A Problem That Stalled for a Quarter Century

The problem is classic: in an N×N Gaussian MIMO channel, the transmitter sends a bit vector, the receiver gets a mixed, noise-corrupted signal, and knowing channel matrix H, must decode the original bits error-free. Maximum-likelihood detection is optimal but reduces to exact search over a discrete least-squares problem — the naive approach requires enumerating everything, with exponential complexity.

Researchers knew for decades that at SNR 2logN, information theory permits perfect recovery. But between "statistically feasible" and "computationally feasible" sat a gap nobody crossed for over twenty years. Sphere decoding's expected complexity fell short; semidefinite relaxation gave no explicit threshold; heuristic flips lacked rigorous proof; statistical physics methods had no formal proof; MCMC analysis missed mixing-time bounds. The "statistical ceiling" and the "algorithmic floor" never met.

The breakthrough hinged on division of labor: GPT-5.6's initial proposal leaned on AMP-style algorithms with a complex analytic framework; Claude Fable's path was more pragmatic — a symbolic LMMSE start to get a high-quality initial point, then greedy bit-flipping refinement. Two steps, intuitively structured, drawn from ideas actually used in communications engineering. The final version adopted Fable's scheme: the initial proof took about half an hour, but polishing it down to a granularity checkable line-by-line with only basic linear algebra and probability took days.

AI Research's Next Form: Not an Oracle, a Puzzle Assembler

The most valuable part of this case isn't "AI solved another problem." It's the demonstration of how AI actually participates in mathematics: not the model independently completing a proof, but humans handling questioning, decomposition, and verification while the model assembles large bodies of known methods into a complete logical chain in the right order.

The proof introduced no new mathematics, no new concepts — mostly systematic assembly of existing tools and long-chain rigorous construction. That's precisely what current models excel at: assembling "routine steps" at the right granularity, doing the work humans can do but rarely sustain. What lowers the cost of hard problems isn't a flash of insight from some model — it's the work pattern of "trial-and-error plus assembly" itself.

This contrasts sharply with Issue 029's "AI math proof debunked in 24 hours." Last time, a model confidently proved something, then mathematicians pointed out it proved the wrong conjecture. This time, the researcher made verification part of the process — the preprint is public, and the community is invited to check it line by line. AI's value shifts from "giving answers" to "reducing the friction on the path to correct answers."

One judgment worth noting: roll these models back to earlier pretraining distributions and they might not complete this argument so smoothly. Model preferences are shaped by "collective intuition" — methods appearing often in the corpus feel "natural." Rather than treating them as oracles of truth, see them as a distillation of human experiential intuition, further sharpened by reinforcement learning. That's both the capability and the boundary.

For the industry, the bigger meaning: the LLM race has escalated to "solving real-world problems." Whoever's model produces verifiable results in research, engineering, and production owns the next stage's pricing power. A 25-year open problem is a milestone for mathematics — and a side portrait of frontier-model commercial value.

See you tomorrow.

AI的价值从'给出答案',转移到了'降低通往正确答案的摩擦'。

—— Dawn Vision 判断

AI's value shifts from 'giving answers' to 'reducing friction on the path to correct answers.'

— Dawn Vision analysis
大模型商业 · GPT-5.6 · Claude Fable · MIMO检测 · 25年悬案 · 微软研究院 · AI科研 · 多项式时间 · 集体直觉 · 验证流程
LLM Business · GPT-5.6 · Claude Fable · MIMO Detection · 25-Year Problem · Microsoft Research · AI Research · Polynomial Time · Collective Intuition · Verification
Sources · 信源 Sources

本文基于 Dawn Vision 认知引擎处理的公开信息整理,素材来源:量子位、论文初稿公开解读、AI日报。

This article is based on public information processed by Dawn Vision. Sources: QbitAI, public preprint analysis, AI Daily.