Paper: 2608.11195 Authors: Alan Li, Rahul Saha, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka Categories: cs.AI, cs.CC, cs.HC, math.FA
The Gap
Two literatures are stuck in different ways, and this paper wedges them together.
On the math side: the Grothendieck constant is the exact price you pay for relaxing a optimization problem into a vector-valued one. Its value has been famously unresolved since 1953. The upper bound is Krivine’s from 1977, and Krivine conjectured it was the truth. Braverman–Makarychev–Makarychev–Naor (2011) proved it is not the truth — but their improvement was an unspecified , a non-constructive “strictly less than.” On the other side, the best lower bound has sat at Davie’s and Reeds’ since the mid-1980s. So the state of the art was roughly: , with one endpoint known to be loose by an amount nobody could name.
On the AI side: we have plenty of demonstrations that models can do competition math, and plenty of formalization efforts in Lean, and a growing pile of “an AI helped with a lemma” anecdotes. What we don’t have is a usable account of workflow — what does a human do to make an agent productive on a problem where nobody knows the answer, where there is no benchmark label, and where the reward signal arrives weeks later? The abstract’s own framing is blunt about this: agents are “increasingly used,” but “it is often unclear how to use them effectively.”
[ Gap ] AI helps with math sometimes, but nobody can say HOW
(and K_G has been stuck for ~40 years)
|
+-- assumption: research progress here == search over a
| parametrized space that has a CHEAP, SOUND
| correctness signal
v
[ Method ] humans carve the space and build the oracle
AI runs the long-horizon search inside it
humans prune, verify, and write the proof
|
v
[ Evidence ] two hard numbers, not vibes:
6*pi/11 <= K_G <= pi/(2 log(1+sqrt2)) - 10^-4
i.e. [1.71360, 1.78211] vs old [1.67696, 1.78221)
|
v
[ Conclusion ] AI can reach insights experts call novel
*conditional on* the problem being pre-digested
into a searchable form
The Increment
One sentence: Before, “AI contributed to a real math result” was a claim you had to take on faith and a 40-year-old constant had a 0.105-wide window; after, the window is 0.069 wide, one endpoint of the old window is quantitatively refuted, and there’s a written protocol for how the collaboration was set up.
Core Mechanism
The mechanism is a division of labor, and the paper’s real content is where the line gets drawn. Humans do the outer loop: pick a problem whose difficulty is concentrated in a search rather than in a conceptual leap, then reduce it to a parametrized family — a family of matrices for the lower bound, a family of rounding schemes for the upper bound — and expose an evaluation function that says “this candidate scores .” The AI system does the inner loop: propose candidates, run the symbolic and numerical machinery (SDP solves, integral evaluations, series expansions), notice patterns, and iterate for far longer than a human would tolerate.
For the lower bound, the shape of the answer is a tell. is exactly , and is Grothendieck’s original lower bound coming from the Gaussian/arcsine identity. A clean rational multiple of almost always means a small finite gadget was found and then analyzed in closed form, rather than a numerical optimum reported to six digits. That is precisely the kind of thing a tireless search plus a human who recognizes “wait, that decimal is ” produces together: the machine finds the configuration, the human names it, and then the closed form makes the proof writable.
For the upper bound, the work is the opposite flavor: not discovery but epsilon-chasing. BMMN already knew Krivine’s scheme is suboptimal; turning that into means carefully tracking a perturbation of the rounding function through a pile of integrals and inequalities with every constant made explicit. This is bookkeeping that humans reliably decline to do, and where a system that never gets bored and can re-derive each step numerically as a sanity check has a genuine comparative advantage.
HUMAN (outer loop) AI SYSTEM (inner loop)
........................... ..............................
: choose K_G, both bounds : : recall/rederive prior work :
: decide what is worth : : symbolic algebra, integrals :
: attacking : : numeric SDP / optimization :
: :--spec>: candidate generation :
: reduce to parametrized : : long-horizon iteration :
: family + objective : : self-check against oracle :
: <-cand--:.............................:
: prune, spot closed form : |
: write and verify proof : fast oracle: does this
:..........................: candidate beat the record?
| ^
| |
+---- humans BUILD this oracle ------+
v
theorem + case study writeup
Structural metaphor: this is mining, not exploration. A geologist reads the terrain and says “there is a seam under this ridge, sink the shaft here” — that is the human choosing and reducing it to a specific parametrized family. The drilling rig runs day and night and does not care that it is boring — that is the agent’s long-horizon iteration. The assay lab tells you within minutes whether what came up is ore or pyrite — that is the cheap numerical oracle, and the whole operation collapses without it, because a rig with no assay lab just makes a very large pile of rock. The smelter that turns ore into a certified bar is the human-written proof: nothing counts until it passes that step. And the failure mode is the one you’d expect from a rig: it will happily drill a beautiful hole through granite forever, because deciding *where to drill was never its job.
Key Concepts
- The Grothendieck constant, i.e. the price of relaxation: Take any matrix . First, maximize over signs — a combinatorial problem, generally NP-hard, this is essentially the norm. Now cheat: replace each sign by a unit *vector and each product by an inner product . Suddenly it’s a semidefinite program you can solve in polynomial time, and the value only went up. is the worst-case ratio between the two, over all matrices. It is the exact integrality gap of that SDP. Concretely: if your SDP says 178, the true sign-value could be as low as 100, but never lower. Physicists know the same number from another door — by Tsirelson’s work it governs the maximum quantum-over-classical advantage in two-player XOR games, so the ” vs. vectors” gap is literally the classical-vs-quantum gap for Bell-type experiments.
- Why Krivine’s bound looks the way it does: If you take two unit vectors at angle with inner product and round them with a random hyperplane, the expected product of the resulting signs is — Grothendieck’s identity. That is a distortion you don’t want. So pre-distort: apply a function to the vectors first such that comes out proportional to . The inverse of -composed-with-what-you-want is , and — which is where comes from. Once you see this, you also see the weakness: the scheme is tuned to be tight at and it’s one single scalar function applied uniformly. Beating it means giving up that elegance, which is exactly the sort of ugly, high-dimensional search a machine can do and a human resents.
- The well-posedness tax: The hidden cost in any “AI did research” story. An agent can only search a space you have described, scored by a signal you have implemented. Converting “improve the lower bound on ” into “search matrices of this form, score by this ratio, reject anything the SDP solver won’t certify” is human intellectual work that happens *before the impressive part, and it’s usually invisible in the write-up. The most useful thing this paper can do is make that step visible.
Framework Shift
Before (mainstream approach): After (this paper):
[ human ] [ human: outer loop ]
| "prove this theorem" choose problem
v carve search space
[ LLM ] ----> proof attempt build cheap oracle
| | ^
v | spec | ore
[ human reads it, sighs ] v |
[ AI: inner loop ]
scored on: benchmarks with generate + test
known answers for weeks, no boredom
credit: unfalsifiable |
v
[ human: verify, name
the closed form, prove ]
scored on: an OPEN problem's
record. either the number
moved or it did not.
One sentence: from asking a model to be a mathematician to building an environment in which search is cheap and letting the model be a drilling rig, the core shift is that the human’s job moves from prompting to problem reduction and oracle design.
Expert Assessment
Problem choice: Real gap, and shrewdly chosen on both axes. is a genuinely famous stuck constant where the remaining difficulty is unusually search-shaped — you are hunting configurations and rounding functions, not inventing a new cohomology. That makes it close to the best available testbed for this claim, which is also the honest caveat: the result tells you what agents can do on problems of this *type, and the paper should not be read as evidence about conceptual mathematics. The AI-workflow literature genuinely lacks documented, verifiable end-to-end cases, so the case-study framing fills a real hole rather than a manufactured one.
Method maturity: The system is scaffolding, not science. Long-horizon loop, tool use, self-checking against a numerical oracle — nothing here is an architectural contribution, and readers hoping for a new agent design will be disappointed. The cleverness is entirely in the reduction and in the choice of which two sub-tasks to hand over: closed-form-shaped search for the lower bound, explicit epsilon-chasing for the upper bound. That’s a good instinct, and I’d argue it’s the transferable part. Simpler approach being overlooked? Possibly: a well-tuned classical search (branch-and-bound plus an SDP solver plus a human) might have found too, and the paper cannot rule that out.
Experimental integrity: The math is the saving grace — and are checkable by third parties, which is a much stronger anchor than any benchmark table. Everything about the *AI claim, though, is with no control condition and no ablation. How much of the credit belongs to the agent versus the humans who carved the space is fundamentally unfalsifiable here, and “insights deemed novel by domain experts” is doing a lot of work in the abstract when the domain experts are co-authors. I’d also want to know the denominator: how many problems did this team attack this way, and how many produced nothing? Publishing only the one that worked is a selection effect the paper should name out loud.
Writing quality: The likely corner-cut is the case study itself, which is the part with no formal standard to hold it up. Qualitative “strengths and weaknesses” narrative is the easiest section to write vaguely and the hardest to learn from. The rewrite that would elevate the whole paper: a chronological decision log with the dead ends included — dates, what was tried, what the agent proposed that was wrong and *how it was wrong, how many candidate families were rejected before the good one, and which specific human interventions unblocked things. The failures are the data. Without them this is a well-earned trophy with an anecdote attached.
Verdict: weak accept — the mathematical result is solid and independently checkable, and the workflow framing is genuinely needed, but as an empirical claim about AI-for-research it’s a single uncontrolled case whose most valuable evidence (the process log) is the part most likely to be thin.
Takeaways
Concrete things to steal:
- Split the loop by boredom tolerance. Give the agent tasks where the difficulty is volume and patience, not taste. Two archetypes appear here and both generalize: (a) sweep a parametrized family against a scoring function; (b) take an existing non-constructive “strictly better than X” result and grind out an explicit constant. Type (b) is a criminally underexploited niche — there are hundreds of theorems in the literature with an unspecified that nobody wants to make explicit.
- The oracle is the deliverable. Before prompting anything, ask: can I score a candidate cheaply and soundly? If the answer is no, you don’t have an agent problem yet, you have a formalization problem. Budget your own time for building the assay lab, not for prompt engineering.
- Numeric-to-closed-form as an explicit pipeline step. Machine finds ; human (or a table lookup / inverse symbolic calculator) recognizes ; the closed form is what makes a proof writable and a result publishable. Wire this step in deliberately instead of hoping someone squints at the right decimal.
- Don’t let the agent grade its own novelty. “Is this new?” is a literature question with an adversarial failure mode. Route it to a search over prior work and a human who knows the field, and treat agent-reported novelty as a hypothesis.
- Keep the decision log from day one. Whether or not this paper’s log is thorough, yours should be — it’s the only artifact that lets anyone, including future you, distinguish “the agent did it” from “the setup did it.”
What not to take: any belief about how well this generalizes to problems where the hard step is deciding what to search for. That question is untouched here, and the paper’s own framing — “creating ideal conditions” — quietly concedes it.
论文: 2608.11195 作者: Alan Li, Rahul Saha, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka 分类: cs.AI, cs.CC, cs.HC, math.FA
缺口
这篇论文同时卡在两条卡住的路上,然后把它们楔在一起。
数学一侧:Grothendieck 常数 衡量的是”把 优化问题松弛成向量问题”要付的代价,1953 年提出至今数值未知。 上界 是 Krivine 1977 年的结果,他本人猜这就是真值。 Braverman–Makarychev–Makarychev–Naor(2011)证明它不是真值,但改进量是一个未指定的 ——一个非构造性的”严格小于”。 另一头,下界自 1980 年代中期 Davie 与 Reeds 的 之后基本没动过。 所以此前的现状是 ,且已知有一端是松的,但没人说得出松多少。
AI 一侧:我们有大量”模型会做竞赛题”的展示,有 Lean 形式化的努力,还有越来越多”AI 帮我搞了个引理”的轶事。 缺的是可复用的工作流描述:面对一个没人知道答案、没有标注、奖励信号几周后才到的问题,人类到底要做什么才能让 agent 真的产出东西? 摘要自己说得很直白:agent 用得越来越多,但”往往不清楚怎么用才有效”。
[ 缺口 ] AI 有时能帮上数学的忙, 但说不清"怎么帮"
(而 K_G 卡了大约 40 年)
|
+-- 假设: 此处的研究进展 == 在参数化空间里搜索,
| 且存在一个廉价且可靠的正确性信号
v
[ 方法 ] 人类切出空间 + 造出 oracle
AI 在里面跑长周期搜索
人类剪枝, 验证, 写证明
|
v
[ 证据 ] 两个硬数字, 不是感觉:
6*pi/11 <= K_G <= pi/(2 log(1+sqrt2)) - 10^-4
即 [1.71360, 1.78211] 对比旧的 [1.67696, 1.78221)
|
v
[ 结论 ] AI 能得到专家认可为"新"的洞见
*前提是* 问题已经被人类预先消化成可搜索形式
增量
一句话:以前”AI 参与了真实数学结果”只能靠信任,而那个 40 年的常数区间宽 0.105;现在区间宽 0.069,旧区间的一个端点被定量地否掉了,而且有了一份关于协作如何搭建起来的书面记录。
核心机制
机制本身是一次分工,而这篇论文的真正内容是”线画在哪里”。 人类负责外层循环:挑一个难度集中在搜索而非概念跃迁上的问题,把它化归为参数化族——下界是一族矩阵,上界是一族 rounding 方案——并给出一个”这个候选得几分”的评估函数。 AI 负责内层循环:生成候选,跑符号与数值机器(SDP 求解、积分计算、级数展开),发现规律,然后以人类无法忍受的时长反复迭代。
下界的形式本身就是线索。 恰好是 ,而 正是 Grothendieck 用高斯/反正弦恒等式得到的原始下界。 一个干净的 的有理倍数,几乎总意味着找到了一个小的有限 gadget 并做了闭式分析,而不是把数值最优值报到六位小数。 这正是”不知疲倦的搜索 + 一个认得出’等等,这个小数是 ‘的人”共同产出的东西:机器找到构型,人类给它命名,闭式一出现,证明才写得下去。
上界的工作性质相反:不是发现,而是追 epsilon。 BMMN 早就知道 Krivine 方案不是最优的;把这句话变成 ,意味着要把 rounding 函数的一个扰动小心地穿过一堆积分和不等式,每个常数都显式写出来。 这是人类可靠地拒绝去做的账房活,也正是”永不厌倦、且每一步都能用数值自查”的系统真正有比较优势的地方。
人类 (外层循环) AI 系统 (内层循环)
........................... ..............................
: 选定 K_G, 上下界两边 : : 回忆/重推已有工作 :
: 判断什么值得攻 : : 符号代数, 积分 :
: : : 数值 SDP / 优化 :
: :--spec>: 候选生成 :
: 化归为参数化族 + 目标 : : 长周期迭代 :
: : : 对着 oracle 自查 :
: <-矿石--:.............................:
: 剪枝, 认出闭式 : |
: 写证明并验证 : 廉价 oracle: 这个候选
:..........................: 有没有打破记录?
| ^
| |
+------- oracle 是人类造的 ----------+
v
定理 + 案例研究正文
核喻:这是采矿,不是勘探。 地质学家读地形,说”矿脉在这道山脊底下,从这里打竖井”——这是人类选定 并把它化归为一个具体的参数化族。 钻机日夜不停,而且它不介意这活枯燥——这是 agent 的长周期迭代。 化验室几分钟内告诉你打上来的是矿石还是黄铁矿——这是那个廉价数值 oracle,没有它整套作业立刻崩塌,因为一台没有化验室的钻机只会堆出一座很大的碎石堆。 把矿石炼成合格金条的冶炼厂,是人类写出的证明:不过这一关的东西一律不算数。 而失效模式也正是钻机式的:它会心满意足地在花岗岩里打一个漂亮的洞打到永远,因为”该往哪打”从来不是它的工作。
关键概念
- Grothendieck 常数,也就是”松弛的价格”:拿任意矩阵 。先在符号 上最大化 ——这是组合问题,一般 NP 难,本质上是 范数。然后作弊:把每个符号换成单位**向量*,把乘积 换成内积 。突然它变成了多项式时间可解的半定规划,而且取值只会变大。 就是这两者比值在所有矩阵上的最坏情况,也正是这个 SDP 的整数间隙。具体点:如果 SDP 告诉你 178,真实的符号最优值可能低到 100,但绝不会更低。物理学家从另一扇门认识同一个数字——由 Tsirelson 的工作, 刻画了两人 XOR 博弈中量子相对经典的最大优势,所以”符号 vs 向量”的间隙字面上就是 Bell 型实验里经典与量子的间隙。
- Krivine 上界为什么长这样:取两个内积为 的单位向量,用随机超平面切一刀,得到的两个符号乘积的期望是 ——这是 Grothendieck 恒等式。这个 是你不想要的扭曲。那就预先反扭一下:先对向量作用一个函数 ,使 正比于 。这个反函数是 ,而 —— 就是这么来的。看懂这一步也就看到了它的弱点:方案被调成在 处紧,而且是一个单一标量函数一视同仁地作用。想打败它就得放弃这份优雅,而那正是机器擅长、人类嫌脏的高维搜索。
- 良定义税(well-posedness tax):任何”AI 做研究”故事里的隐性成本。agent 只能在你描述过的空间里搜索,只能按你实现过的信号打分。把”改进 的下界”翻译成”在这一族矩阵里搜,用这个比值打分,SDP 求解器不认证的一概丢弃”,是发生在精彩部分**之前*的人类智力劳动,而它通常在论文里是隐形的。这篇论文能做的最有价值的事,就是把这一步显影出来。
框架转变
之前 (主流方法): 之后 (本文方法):
[ 人类 ] [ 人类: 外层循环 ]
| "证明这个定理" 选问题
v 切搜索空间
[ LLM ] ----> 证明尝试 造廉价 oracle
| | ^
v | spec | 矿石
[ 人类读完, 叹气 ] v |
[ AI: 内层循环 ]
评价标准: 有标准答案的 生成 + 测试
benchmark 连跑数周, 不会烦
功劳归属: 无法falsify |
v
[ 人类: 验证, 认出闭式,
写出证明 ]
评价标准: 一个未解问题的
记录。数字动了, 或者没动。
一句话:从请模型当数学家,到搭一个搜索极其廉价的环境、让模型当钻机,核心转变是人类的工作从提示词工程移到了问题化归与 oracle 设计。
专家评审
选题眼光:真缺口,而且两条轴上都选得精明。 是一个货真价实的著名”卡住的常数”,而它剩下的难度异常地”搜索形状”——你是在猎构型和 rounding 函数,不是在发明新的上同调理论。 这让它接近于验证该主张的最佳试验场;同时这也是诚实的保留意见:结果告诉你的是 agent 在这类问题上能做什么,不该被读成关于概念性数学的证据。 AI 工作流这条线确实缺乏有文档、可验证的端到端案例,所以案例研究的定位补的是真洞,不是人造洞。
方法成熟度:系统是脚手架,不是科学。 长周期循环、工具调用、对着数值 oracle 自查——没有一项是架构层面的贡献,指望看到新 agent 设计的读者会失望。 真正的巧劲全在化归,以及”把哪两个子任务交出去”的判断上:下界交的是”闭式形状的搜索”,上界交的是”显式追 epsilon”。 这个直觉很好,我认为它才是可迁移的部分。 有没有被忽略的更简单方法?可能有:一个调好的经典搜索(分支界限 + SDP 求解器 + 一个人)说不定也能找到 ,论文无法排除这一点。
实验诚意:数学部分是它的救命稻草—— 和 是第三方可核验的,这比任何 benchmark 表格都是更强的锚。 但关于 AI 的那部分主张,全是 ,没有对照组,没有消融。 功劳该归 agent 还是归那些切出空间的人类,在这里根本无法falsify;而摘要里”被领域专家认定为新”这句话承担了很多重量——考虑到那些领域专家就是共同作者。 我还想知道分母:这个团队用同样方式攻了几个问题,其中几个颗粒无收? 只发表成功的那一个是选择效应,论文应该主动说出来。
写作功力:最可能偷懒的地方就是案例研究本身,因为这是唯一没有形式标准撑着的部分。 定性的”优点与缺点”叙事最容易写得含糊,也最难让人学到东西。 能让整篇论文升一档的重写:一份包含死路的时间线决策日志——日期、试了什么、agent 提出的哪些东西是错的以及错在哪、在找到好的那一族之前否掉了多少候选族、哪些具体的人类介入解开了死结。 失败才是数据。 没有它,这篇就是一座实打实的奖杯加一段轶事。
判决:弱接收 —— 数学结果扎实且可独立核验,工作流的问题框定也确实是领域所需,但作为关于 AI 做研究的经验主张,它是单个无对照案例,而其中最有价值的证据(过程日志)恰恰最可能写得薄。
要点总结
可以直接搬走的具体东西:
- 按”能忍多久枯燥”来切分工作。 把难度在于体量与耐心、而非品味的任务交给 agent。本文出现了两种原型,都能推广:(a)在参数化族上扫描并按打分函数评估;(b)拿一个已有的非构造性”严格优于 X”的结果,硬磨出显式常数。第二类是被严重低估的生态位——文献里有成百个带未指定 的定理,没人愿意把它写显式。
- oracle 才是真正的交付物。 在写任何 prompt 之前先问:我能廉价且可靠地给一个候选打分吗?如果不能,你手上还不是一个 agent 问题,而是一个形式化问题。把自己的时间预算投在造化验室上,而不是调提示词上。
- 把”数值到闭式”设成显式的流水线步骤。 机器找到 ;人类(或反向符号计算器/表查)认出 ;闭式才让证明写得下去、结果发得出去。有意识地把这一步接进流程,而不是指望某人正好盯对了那个小数。
- 别让 agent 给自己的”新颖性”打分。 “这是新的吗”是一个文献问题,且带有对抗性失效模式。把它路由到已有工作的检索加一个懂行的人,把 agent 自报的新颖性当作假设。
- 第一天就开始记决策日志。 不管这篇论文的日志详不详细,你的应该详细——它是唯一能让别人(也包括未来的你)区分”是 agent 做到的”还是”是那套设置做到的”的物证。
不要搬走的:任何关于”这能推广到难点在于决定搜什么的问题”的信念。 这个问题本文完全没碰,而论文自己的措辞——“创造理想条件”——已经悄悄承认了这一点。