資料來源#
摘要#
DeepMind 的 AI-Driven Formal Proof Search 論文,以及其對苦澀教訓最清楚的跨領域確認,所揭示的核心經驗發現是:基本代理——各自執行簡單「Ralph loop」的獨立證明子代理;每次迴圈包含產生、編輯與編譯階段——解出了複雜的完整功能代理(演化搜尋 + 客製化 AlphaProof RL 證明器)所解出的全部 9 道 Erdős 問題,只是最困難的題目成本較高。論文的結論是:「隨著 LLM 變得更有能力,系統正持續從專門訓練的系統轉向簡單的代理迴圈。」
作者筆下的意外結果#
團隊根據完整功能代理(D)在競賽基準上的優異表現,選擇它進行大規模探索——在規劃時,「更簡單的代理迴圈並未展現強勁表現」。然而,事後對已解出的 9 道 Erdős 問題進行分析後發現:
「令人驚訝的是,基本代理解出了全部 9 道問題,儘管在較困難的問題上成本較高。」
他們將此歸因於兩點:(1) 規劃與分析之間,LLM 領域「大幅轉變」(模型能力躍升);以及 (2) 「編譯器回饋在使 LLM 推理立足方面的力量」——簡單迴圈之所以有效,是因為 Lean 的驗證器讓每一步都必須誠實。
為什麼這是新領域中的苦澀教訓#
苦澀教訓:隨著時間推移,擴展一般方法會勝過手工設計的結構。此處的「手工設計結構」是客製化裝置——AlphaProof RL 定理證明器(專門訓練的系統)與演化族群/Elo 機制(演化證明搜尋)。「擴展一般方法」則是搭配驗證器、在樸素迴圈中運作的前沿 LLM。隨著 LLM 改進,在大多數問題上,客製化腳手架的優勢縮減為成本差異,而非能力差異。這正是模型改進時的 Harness Shrinkage 所描述的動態——用來彌補模型弱點的腳手架,在模型變強後反而成為阻力——只是這次是在形式數學中觀察到,而非在程式碼 harness 中。
殘餘優勢(以及它的到期日)#
客製化代理並非毫無用處——它「目前在最困難的問題上仍保有優勢」,在兩道最棘手的 Erdős 問題(#125、#138)上節省了 2×–5× 的成本。但作者明確指出了這項優勢的期限:**「隨著 LLM 能力增長,這項優勢可能會減弱。」**這是一條逐漸退縮的前沿:客製化系統仍然重要的區域會隨著問題變難、模型變弱而增加,專門結構也就越能發揮價值——而這個區域在每次模型發布後都會縮小。(獨立的 AlphaProof 樹狀搜尋與較小模型的基本代理什麼都沒解出來——因此迴圈仍需要足夠強的模型 + 驗證器;請參見尺度依賴的提示敏感度。)
泛化#
可轉移的主張是:當某個領域擁有便宜且可靠的驗證器時,應偏好能利用它的最簡單代理迴圈,並在每次模型發布後重新評估客製化腳手架——它往往會從啟用能力的工具,轉變為僅僅節省成本的工具,最後成為阻力。驗證器(可驗證性論題)讓簡單迴圈得以運作;迴圈則讓系統便宜、容易建置與維護。客製化系統只有在逐漸退縮的困難前沿上才真正值得投入。
相關連結#
- AI-Driven Formal Proof Search — 背景設定;這是其中的核心架構發現
- 苦澀教訓 — 這項原則在形式數學中的經驗確認
- 模型改進時的 Harness Shrinkage — 同樣的「模型改進時,腳手架變成阻力」動態,此處應用於證明搜尋 harness
- 代理迴圈模式 — 「Ralph loop」基本代理是「以迴圈為原語」的一個實例
- 演化證明搜尋 — 簡單迴圈所追平的客製化腳手架(族群 + Elo)
- AlphaProof Nexus — 橫跨基本(A)→ 完整功能(D)代理的框架
- 可驗證性論題 — 驗證器讓簡單迴圈能夠運作
- 用戶端代理最佳化 — 「以較低成本匹配能力」是 AgentOpt 所形式化的成本/品質最佳化;此處由便宜的設定勝出
- 尺度依賴的提示敏感度 — 迴圈需要足夠強的模型:較小的 Gemini 變體什麼都沒解出來
- 遞迴自我改進 — 這是 RSI 最清楚的既有領域代理:隨著模型改進,簡單迴圈追平了客製化的訓練系統;若將這種動態運用於 AI 開發本身,就會形成閉環
- AI 加速 AI 開發 — 同樣的簡單迴圈超越客製化系統模式,只是這裡觀察的是 Anthropic 的內部 AI 研發產出,而非形式數學
推導#
- 單一一般代理與多代理程式碼架構 — 9/9 Erdős 結果是本資料集最清楚的證據,顯示隨著模型改進,單一簡單迴圈會超越客製化多元件系統;這是回答單一代理是否勝過多代理的一半答案(另一半是:上下文/評估分離仍然存在)
開放問題#
- 客製化優勢被限定為「目前」。下一代模型會給出什麼判決——演化/AlphaProof 裝置是否能在任何問題上存續,還是完全縮減為一條成本線?
- 「簡單迴圈 + 驗證器勝過客製化系統」的結果,是否只在驗證器完美的地方(Lean)成立,還是在雜訊驗證器領域(測試、LLM 評審委員會)也成立?
資料來源#
Cited by 17
- AlphaProof Nexus×3
The system grounds an LLM's mathematical reasoning in a compiler, converting hallucination-prone…
- Single General Agent vs. Multi-Agent Coding Architecture×3
The Bitter Lesson: scaled general methods beat hand-engineered structure over time; the structure…
- AI-Driven Formal Proof Search×2
Agentic Loops Overtake Bespoke Systems — the headline finding: a simple loop matched the bespoke…
- Evolutionary Proof Search×2
Agentic Loops Overtake Bespoke Systems — the finding that the basic loop matched this machinery on…
- Google DeepMind×2
Agentic Loops Overtake Bespoke Systems — DeepMind's self-undercutting finding about its own bespoke…
- Harness Build-vs-Buy×2
The same shape reappears in Agentic Loops Overtake Bespoke Systems, which reaches "don't build the…
- Lean×2
Lean is the reason formal proof search works as an AI paradigm. It is a sound, automatic, per-step…
- Open Questions Backlog×2
Agentic Loops Overtake Bespoke Systems: The bespoke advantage is dated "for now." What's the next…
- When Does Verification Quality Determine Whether AI Automation Works?×2
The verifier is not just a final gate. Lean compiler errors ground the next agent turn. That is why…
- Agent Loop Pattern
Alphaproof Nexus — the framework whose basic agent (A) is a Ralph-loop fleet; it matched the…
- AI Accelerating AI Development
Agentic Loops Overtake Bespoke Systems — the same simple-loop-overtakes-bespoke dynamic, measured…
- Client-Side Agent Optimization
Ai Driven Formal Proof Search — the A/B/C/D solve-rate-vs-cost Pareto curves are the same…
- Harness Shrinkage as Models Improve
Agentic Loops Overtake Bespoke Systems — the same dynamic in formal mathematics: DeepMind's bespoke…
- Formal Mathematics & Proof Search
Agentic Loops Overtake Bespoke Systems — DeepMind's basic Ralph-loop agent matched its bespoke…
- Recursive Self-Improvement
Agentic Loops Overtake Bespoke Systems — RSI's clearest existing-domain proxy: a simple loop…
- Scale-Dependent Prompt Sensitivity
Agentic Loops Overtake Bespoke Systems — smaller Gemini models solved nothing — a scale-sensitivity…
- The Bitter Lesson
Agentic Loops Overtake Bespoke Systems — the clearest empirical confirmation in the corpus:…
Related articles
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
- AI-Driven Formal Proof Search
LLM generates Lean, compiler verifies every step → eliminates hallucination; DeepMind resolves 9/353 Erdős + 44/492 OEI…
- Evolutionary Proof Search
The full-featured agent's mechanism: population DB of proof sketches, Elo via Plackett–Luce/Gibbs, P-UCB selection, LLM…
- The Verifiability Thesis
LLMs automate what you can *verify* as computers automate what you can *specify*; RL verification rewards → jagged peak…
- AlphaProof Nexus
DeepMind framework for LLM-aided Lean proof generation; four agents (basic→full-featured); proof-sketch + EVOLVE-BLOCK…
