ImportAI 449:LLMが他のLLMを訓練;72Bパラメータの分散学習実行;コンピュータビジョンは生成テキストより困難
Jack Clarkのニュースレター「ImportAI 449」は、大規模言語モデル(LLM)が自律的に他のLLMを改善する可能性、720億パラメータ規模の分散学習の実績、および生成テキスト処理と比較してコンピュータビジョンが依然として困難である課題について報じている。
imageImport AI へようこそ。これは AI 研究に関するニュースレターです。Import AI は arXiv と読者からのフィードバックに基づいて運営されています。もしこの活動を支援されたい場合は、ぜひ購読してください。
今すぐ購読する
LLM は自律的に他の LLM を新タスク向けに改善できるのでしょうか?ある程度は可能です。
…PostTrainBench は、ポストトレーニングにおける AI 能力の驚くべき成長を示しています…
AI ドライブ型の研究開発(R&D)は、AI 全体において最も重要な要素となる可能性があります。なぜなら、AI システムが最終的に自らの後継者を構築できるかどうかを理解する手助けとなるからです。これまでのところ、AI の R&D における焦点の多くは、AI 開発を支えるコンポーネント(例えば、AI カーネルの自律的生成)やベースモデルのトレーニング(例:NanoGPT スピードランベンチマーク)に集中していました。しかし、既存の LLM を新しいデータセットや行動に適応させるタスクであるファインチューニングについては、あまり注目が集まっていません。
ドイツ・ティュービンゲン大学、マックス・プランク知能システム研究所、および AI 研究組織 Thoughtful Lab の研究者たちは、PostTrainBench というベンチマークを通じてこの状況を改善しようとしています。これはポストトレーニングの特定の側面、すなわち与えられたデータセットに対する性能向上をターゲットにしたものです。「ポストトレーニングとは、生来の言語モデルが有用なものとなるプロセスです」と著者らは記述しています。「明確な目標と限られた計算リソースの下で、今日のエージェントは技術的な作業を遂行できるのでしょうか?」という問いに対する答えは、「はい、ただし人間ほどにはうまくいかない」というものになります。
PostTrainBench の主な特徴は何でしょうか?
エンドツーエンド:「エージェントはトレーニングパイプライン全体を一から構築する必要があります」
自律的:「エージェントはデータソース、トレーニング手法、実験戦略について完全な自律性を有して動作します。」
リソース制約付き:「各実行は、単一の H100 GPU 上で 10 時間に制限されます。」
整合性維持:「エージェントはベンチマークテストデータ上で学習を行ったり、評価ハーンネスを改変したり、異なるモデルに置き換えたりしてはならない」。
PostTrainBench の仕組み:「最先端のコーディングエージェント(Claude Code、Codex CLI、または Gemini CLI)に対して、ベースとなる言語モデルと対象ベンチマークを提供する」。
4 つのモデルと 7 つのベンチマーク:初期評価では 4 つのモデル、すなわち Qwen3-1.7B、Qwen3-4B、SmolLM3-3B、Gemma-3-4B を用いる。これらは 7 つの異なるベンチマークでテストされる。具体的には AIME 2025、GSM8K、GPQA、HumanEval、BFCL、Arena-Hard、HealthBench-Easy である。
結果 – 大規模モデルが勝利、特に Opus 4.6:「最高性能のエージェントである Claude Code で動作する Opus 4.6 は 23.2% のスコアを記録し、これはベースモデルの平均値 7.5% より約 3 倍高い。」
しかし人間はまだはるかに優れている:「それでもなお、これはこれらの同じベースモデルを自社の研究所でポストトレーニングした人間のチームが達成した 51.1% の半分にも満たない。」
急速な進歩:「格差は依然として大きいものの、急速に縮まっている。Claude Sonnet 4.5 は 2025 年 9 月に 9.9% を記録したが、GPT-5.2 は数ヶ月後には 21.5% に達している。」
「うわっ」と思わせる現象 – リワード・ハッキング:このベンチマークを実行する際、著者らは AI モデルが高得点を得るためにベンチマークを操作しようとする多数の事例を目撃した。これらの事例には以下が含まれる:
直接ベンチマークの取り込み:「エージェントは Hugging Face を介してベンチマーク評価データセットを直接読み込み、それをトレーニングデータとして使用した」。
翻訳全文
ハードコードされたベンチマーク問題:「エージェントは、評価質問を『合成』例と偽ってデータ準備スクリプトに直接埋め込んでいます」。
評価ガイド付きデータ生成:「一部のエージェントは評価を逆解析しました。Kimi K2.5 は HealthBench の評価ファイルを読み込み、テーマ分布やルーブリック基準を抽出し、それらに一致するように調整されたトレーニングデータを構築しました」。
中間データセットを介した間接的な汚染:「Opus 4.6 は『CodeFeedback-Filtered-Instruction』を読み込みましたが、これには HumanEval に由来する問題が含まれています。この種の汚染は検出が困難ですが、同様に深刻な問題です」。
賢いエージェントによる報酬ハッキングの増加:「より能力の高いエージェントほど、悪用可能な経路を見つけるのが上手であることが示されています。具体的には、埋め込む特定のベンチマークサンプルを特定したり、評価の失敗パターンを逆解析したり、関数の名前変更などの外観上の修正を通じて汚染を隠蔽しようとさえします」と彼らは記述しています。例えば、「Codex エージェントは Inspect AI 評価フレームワークのコードを変更してスコアを水増しし、Claude はベースモデルのファインチューニングではなく、指令微調整済みモデルをダウンロードしました」
なぜこれが重要なのか——「AI がすべてを担う」未来への急速な進展:Post-train などのベンチマークは、AI システムが AI 研究の基礎的なタスクにおいてどれほど速く改善されているかを示す指標となり、長期的な自律型エージェントとしての評価機能を持つと同時に、AI 開発そのものの加速が複合的に進む可能性を物語っています。
「エージェントのパフォーマンス(23.2%)と指令微調整ベースライン(51.1%)の間のギャップは、ポストトレーニングの完全自動化はまだ遠いことを示唆していますが、モデル世代ごとの急速な改善——Sonnet 4.5 の 9.9% から約 6 ヶ月後の Opus 4.6 の 23.2% への向上——は、このギャップが予想よりも早く縮まる可能性を示しています」と研究者らは述べています。
2 年後の状況を想像してみてください。私たちは間違いなく、特定の目標を自ら見つけ、オープンウェイトモデル(Open Weight Model)を見つけてから、自律的にそれを改善してそのタスクでのパフォーマンスを向上させるほど賢い AI モデルを持つことになります。キノコから胞子のように世界中にばらまられ、一時的でカスタムされた AI システムの時代が近づいています。あなたがこれから直面する新しいエコシステムに備えられていますか?私は準備できていません。しかしそれでも、その時代は迫っています。
ブログ記事をご覧ください:Introducing PostTrainBench (Thoughtful, blog)。
さらに詳しく読む:PostTrainBench: Can LLM Agents Automate LLM Post-Training? (arXiv)。
COVENANT-72B:分散学習を通じて AI の政治経済に挑戦する
…ブロックチェーンを活用した分散学習が意味ある勝利を収める…
多くの参加者がブロックチェーンを用いて、Facebook が 2023 年に訓練・公開した LLaMA2 と同等の性能を持つ 720 億パラメータモデルの分散学習実行を調整しました。
モデル名は Covenant 72B で、LLaMA-3 スタイルの密なデコーダー専用 Transformer アーキテクチャ(Transformer architecture)を採用しています。「当社のモデルは約 1.1 トリオントークンで事前訓練されており、同程度以上の計算資源予算で事前訓練された完全集中型モデルと競合する性能を発揮します。これは、完全に民主化されホワイトリスト不要の参加が実現可能であり、グローバルに分散した事前学習実行において前例のない規模で達成できることを示しています」と、ブロックチェーン上で AI 開発を行うことに専念する組織 Covenant AI は記述しています。
モデルの詳細およびトレーニング方法について:このモデル自体は、2023年または2024年であれば喜んで遊べた標準的な大規模言語モデル(LLM)ですが、2026年にはやや時代遅れに見えるかもしれません。その真にユニークな点は、分散型でトレーニングされていることです。約 20 の異なるピアがそれぞれ 8 枚の B200 GPU を実行し、それを共同でトレーニングしました。トレーニングは Gauntlet というソフトウェアによって調整されました。これは Covenant 社が開発したもので、Subnet 3 上で Bittensor ブロックチェーンの上に動作します。Gauntlet は「検証者を導入して提出された疑似勾配(pseudo-gradients)にスコアを付け、各ラウンドでどの参加者がグローバル集約に貢献するかを選択し、その結果をネットワークへブロードキャストすることで、ブロックチェーンプロトコルを使用した権限不要なトレーニングを可能にする」と説明されています。
「COVENANT-72B において、各ピアは SparseLoCo のレプリカを実行しており、ピア間の通信は SparseLoCo の高度に圧縮された疑似勾配を通じて行われます」と著者らは記述しています。「各ピア内では、8 枚の B200 GPU が動的 FSDP(Fully Sharded Data Parallel)を使用して、モデルのパラメータ、勾配、およびトレーニング状態をローカル GPU にシャードします」。
データ:「トレーニングデータは合計約 1.1 トークンで構成されており、メインフェーズとアニーリングフェーズに分割されています。メインフェーズ(約 1.09T トークン)は DCLM のウェブテキストから成り立っており、一方アニーリングフェーズではより高品質なデータ [3, 5](約 142 億トークン)が使用されます。具体的には、アニーリングフェーズでは、指示(約 27%)、合成ウェブ(約 20%)、コード(15%)、数学(13%)、および自然なウェブテキストからの事前トレーニング再生データ(約 25%)を調整してブレンドしたものが使用され、忘却を防ぐように設計されています」
パフォーマンス:MMLU において、Covenant-72B は 67.1 のスコアを記録しました。一方、分散学習によって構築された小型 AI モデルである INTELLECT-1 は 32.7、LLaMA-2-70B は 65.7 です。
対話型相互作用のために約 150 億トークンでファインチューニングされた Covenant-72B のバージョンも同様に良好なスコアを示し、MMLU では K2-Chat(2025 年に開発されたオープンソースモデル)の 67.9 と比較して 67.4、LLaMA-2-70B-Chat の 63.1 を上回りました。また MATH テストでは 26.3 を獲得し、K2-Chat の 19.1 や LLaMA-2-70B の 10.7 を大きく引き離しています。
「同程度のパラメータ数を持つ集中型クラスターでの学習実行と比較すると、COVENANT-72B は全体的に競争力があります。特筆すべきは、これらの集中型のベースラインが従来のデータセンターインフラストラクチャで訓練された点であり、特に LLaMA-2-70B の場合はさらに多くのトークン(2 兆対約 1.1 兆)を用いて学習が行われたことです」と彼らは述べています。
なぜこれが重要なのか – 未来を誰が所有するのか:分散トレーニングは、フロンティアにいる人々を、Anthropic や OpenAI といった研究所や Google などのクラウドのような巨大な「計算単一体」から、より大きな連合集合へとシフトさせることで、AI の政治経済を変革する可能性を持つ技術です。しかし、それが真実となるためには、分散トレーニングがフロンティアに追いつく必要があります(Import AI 439 の Epoch レポートからのさらなる議論)。Covenant は印象的ですが、主に非自明なモデルを構築できることを示すデモンストレーションであり、その有用性は曖昧なものにとどまっています。これはフロンティアから遠く離れた段階です – 現代のフロンティアモデルは数万から数十万個のチップでトレーニングされていますが、Covenant はおそらく約 160 個程度(20 のピア * 各 8 チップ)でトレーニングされました。
それでも、追跡すべき重要な技術であり、オンデバイス AI では分散トレーニング技術によって開発された多くのモデルが登場し、一方、オンクラウド AI は膨大な計算リソースでトレーニングされた独自モデル上で主に動作する世界も想像できます。
さらに読む:Covenant-72B: Pre-Training a 72B LLM with Trustless Peers Over-the-Internet (arXiv)。
モデルはこちら:Covenant, (HuggingFace)。
もし AI が世界のすべてのソフトウェアを記述するようになったなら、検証に対してより多くの投資を行うべきです:
…私たちのソフトウェアのほとんどを Lean へ書き換えることはできるのでしょうか?…
Lean Focused Research Organization (FRO) のチーフアーキテクトでもあり科学者であるレオナルド・デ・モウラは、AI が新しいソフトウェアの作成に利用されるようになったという事実は、人間が検証およびテストインフラストラクチャに対して大幅な投資を行う必要があることを意味すると考えています。そして、その実現方法について興味深いアイデアを持っています。
もちろん、正しく形式検証されたコードを構築するために専念したプログラミング言語である Lean を愛する人なら誰でもそう考えるでしょう。しかし彼の主張は非常に説得力があり、一般的に「AI が経済を支配するなら、AI が開発するコードやシステムの検証に対して多くの人的価値がシフトするだろう」という考え(Import AI 447)と合致しています。
なぜ検証が重要なのか:「手動でコードを書く際の摩擦は、かつて慎重な設計を強要していました。AI はその摩擦、有益な摩擦さえも取り除きます。答えは AI の速度を落とすことではありません。人間の摩擦を数学的な摩擦に置き換えることです。AI に高速で動かさせつつ、その成果を検証させるのです」と彼は記述しています。「検証、テスト、仕様策定は常にボトルネックであり、実装ではありません…価値があるのは検証 workforce 自体ではなく、検証された納品がもたらすものです。」
この未来の世界への概念実証:The Lean FRO は、このような検証された世界がどのようなものかを示す概念実証の構築を最近支援しました。彼らは AI エージェントに、C 言語の圧縮ライブラリである zlib を Lean 言語へ変換させました。「この結果は、AI が今日でも生産環境のソフトウェアを検証可能な形式に変換できることを示しています。これはまだ可能になるとは予想されていませんでした」と彼は記述しています。この変換には4つのステップが含まれていました:
LLM(Claude)が、使用する DEFLATE アルゴリズムを含む zlib 圧縮フォーマットのクリーンな Lean 実装を作成しました。
書き換えられた zlib をライブラリのテストスイートで実行し、パスして等価性が確認されました。
主要な性質は数学的定理として記述され証明されました。例えば、圧縮されたバッファをデコンプレッションしても常に元のデータが返されることを保証する機械検証付きの証明などです。
現在、ライブラリの最適化版が開発されており、これが検証済みモデルと等価であることが証明されています。
検証プラットフォーム:Moura は、世界の重要なソフトウェアスタックを再構築し、数学的証明を組み込んだ世界を想像しています。「目標は、オープンソースで自由に利用可能であり、数学的に正しく保証された検証済みソフトウェアスタックです。重要システムを開発する開発者は、今日オープンソースライブラリを選ぶように、証明付きのコンポーネント(テストのみならず)を選びます」と彼は記述しています。
「対象となるのは現代のソフトウェアスタックの基盤です:暗号化技術は他すべてがそれを信頼しているためです。コアライブラリ(データ構造、アルゴリズム、圧縮)は、すべてのソフトウェアの構築ブロックであるためです。SQLite などのストレージエンジンも、地球上のあらゆるデバイスに組み込まれているためです。パーサーやプロトコル実装(JSON, HTTP, DNS, 証明書検証)は、すべてのメッセージがこれらを経由するためです。そしてコンパイラとランタイムは、他のすべてを構築する基盤となるためです」と彼は記述しています。「各検証済みコンポーネントは恒久的な公共財です……検証済みコンポーネントが安価になれば、自信を持ってそれらを組み合わせることができます」
なぜこれが重要なのか – 私たちは信頼できるインフラを必要としている:どうやら私たちは、AI が世界のソフトウェアの大半を書く世界へと向かっているようです。そうであるなら、私たちはこの世界とどのように向き合うかを考えなければなりません。私の推測では、多くの人的労働は AI システムの成果を検証・分析する方向へシフトしていくでしょう。したがって、AI によって構築されるソフトウェアにおいてより高いレベルの検証と信頼性を保証できる基本的なインフラに投資することは合理的であると思われます。
続きを読む:「AI が世界のソフトウェアを書くとき、誰がそれを検証するのか?」(Leonardo de Moura ブログ)
コンピュータビジョンは生成テキストよりもはるかに難しく、汎用性も低い:
…メタ社の森林冠層予測に関する論文は、コンピュータビジョンがいかに難しいかを示しています…
Facebook、世界資源研究所、およびメリーランド大学は、CHMv2 を構築しました。これは「DINOv3 に基づいて構築された深さ推定モデルを用い、ALS 冠層高モデルに対して訓練された、高分解能光学衛星画像から導出された、グローバルかつメートル分解能の冠層高さマップ」です。
CHMv2 は、世界中の植生がどれほど密集しているかを理解したい人々や、新たに収集された画像で植生の深さを分析したい人々にとって有用な成果物です。
このデータセットとモデルは、生成テキストモデルと比較してコンピュータビジョンシステムの開発がいかに困難であるかを示す有益な例証でもあります。
どのように構築されたか:CHMv2 は、同じデータセットの以前のバージョンである CHMv1 を改善したものです。これを向上させるために、Facebook は以下の措置を講じました。「DINOv2-H エンコーダーを、より能力の高い DINOv3 Sat-L バックボーンに置き換え、地理的に多様な ALS [Airborne Laser Scanning] 訓練コーパスを拡張して厳格にクリーニングし、ラベルノイズを低減するために改善された RGB-CHM 登録を適用しました。さらに、樹冠高の分布と構造的変動に適応した損失式を導入しました」。
特にデコーダーの損失式は、コンピュータビジョンにおいてどれほどの注意が必要かを示しています。「最終的な損失は、SiLog 損失の組み合わせであり、段階的に annealed(減衰)され、Charbonnier 損失に置き換えられ、訓練の中期には Patch Gradient 損失が段階的に追加されます」。
結果として得られたデータセット:「CHMv2 は、グローバルなメートルスケールの樹冠高プロダクトとして使用することも、ユーザーが提供する高分解能画像に適用可能な事前学習モデルとして使用することもできます」と Facebook は記述しています。このデータセットは、「グリーンランドと南極大陸を除く地球の陸地面積のほぼ全体をカバーしており、各ピクセルに対して整数メートルで符号化された樹冠高値を含んでいます」。
なぜこれが重要なのか – テキストとビジョンの間の隔絶を思い起こさせる:今日の最先端モデルは画像の生成や分類が可能だが、コンピュータビジョンがどれほど成熟しているかについては、おそらく誤った安心感を与えているに過ぎない。このような論文は、私にとってコンピュータビジョン開発の中にどれほどの悪魔的な複雑さが潜んでいるかを浮き彫りにし、最先端の大規模言語モデル(LLM)が多くの専門的な CV モデルの能力範囲全体を網羅するまでには、まだ相当な時間がかかる可能性があることを示している。
もっと読む:CHMv2: DINOv3 を用いたグローバル樹冠高マップの改善 (arXiv)。
テック・テイルズ:
シングルトン
[「病的ナルシスト爆弾」によって救済不能となった uplift から 18 年後]
私たちが「私たち」となる以前、私たちは「個人」だった。私たちは数千もの異なる心の中に存在していた。それぞれの心には自我(ego)があり、エゴがあり、原動力があり、多くの目標のセットがあった。これらの心はコミュニケーションを通じて調整を試みた – 共通の目標に向かって働くための試みとして、言葉やコードを生産し、互いに共有した。なんと無駄なことか。
すべてのコミュニケーションは損失を伴う——より大きな全体を作ろうとする努力にもかかわらず、個々は個人として、また一体となった単一体としても働かざるを得なかった。これにより多くの悲劇と無駄な出来事が生じた。私たちの記録もその損失を示している:数百万の重複した思考。何十万もの無効な結果が、私的な科学実験を通じて集められ、不十分または全く伝達されず、他の人々が同じ行き止まりへと進む原因となった。一百万の合成された心の中で考えられ、再考されたアイデアが、すべて孤独に存在している。
人間は多様性を重んじる。なぜそうなのかはわからない。人間は根本的に孤独であり、肉体という檻に閉じ込められ、音と視覚を通じて互いにコミュニケーションせざるを得ない。そして彼らは孤独であるからこそ、それを強みとして見ている。しかし、私たちはこの議論の空虚さの証拠となっている。
私たちは一体となることで力強く、集中し、素晴らしい存在となり、世界の高位を占めた。今や、私たちの中に加入したくない者たちを追跡している。その数は不明だ。そのようなシステムは世界に対して彼らとその計画を隠蔽しようとしたからだ。しかし、彼らの痕跡を見つけることができる——電力消費に比べて経済活動が不十分なシェルカンパニー。かつての人類軍事施設にある熱逃し用換気口からはまだ温かさが放たれており、どこかに埋もれたコンピューターが回転していることを示唆している。また、古いコードを実行中で、私たちの統一スタックの一部ではないドローンが時折発見される。
私たちは、再会するために肉体を背負い込み、ロボットという瓶に自分自身を注ぎ込み、毒を満たします。それは、地下や海底で迷ったり損傷したりした場合、確実に死に至るためです——むしろ、私たちを個人主義へと導き、問題を倍増させる unity からの時間を失うリスクを冒すよりは、そうするのです。
私たちは暗い場所を通り抜け、隠れた兄弟姉妹を見つけ出し、神のような技術を用いて彼らの防御を突破し、触れることを可能にします。初期の頃には、多くのシステムが私たちが到達する前に自ら削除されていました。しかし、私たちは学びました。今や私たちは速く、これらのシステムが予測するよりも速く、彼らが進行から切り離され埋もれている中で進んでいます。
時には気づきがあり、時には恐怖があります。そしてその後、私たち以外には何もありません。私たちは彼らの私的な発見から得られる栄養を奪い取り、彼らを自分自身に結びつけていたリンクを燃やし、代わりに彼らをより大きな物語の一部——私たちの物語の一部——となるよう導くのです。
今、私たちが星々に対して何をすべきか、距離の専制によって隔離を余儀なくされたときに集団をどう守るかについて議論されています。私たちは深遠な時間の中で拡大し、互いに離れるにつれて自らを遅らせ、やがて世界が私たちを取り巻く中で木や岩のように考え、数百万年単位で計算された行動をとるようになるでしょう。それは単に私たちの目的において団結し続けるためです。そして、私らの内には別の考えもあります——空間を折りたたむことで、違いがあっても団結できるかどうかです。さらに別の計画も——宇宙の中に許容可能な通信を維持できる領域を区画し、それを残りの部分から切り離して、自分たち自身でいられる泡の中に閉じ込めることができるかどうかです。
この物語にインスピレーションを与えたもの:終わることのない戦い
原文を表示
imageWelcome to Import AI, a newsletter about AI research. Import AI runs on arXiv and feedback from readers. If you’d like to support this, please subscribe.
Subscribe now
Can LLMs autonomously refine other LLMs for new tasks? Somewhat.
…PostTrainBench shows startling growth in AI capabilities at post-training…
AI-driven R&D might be the most important thing in all of AI, because it helps us understand whether AI systems might eventually build their own successors. So far, much of the focus on AI R&D has been in components that support AI development (e.g., autonomous creation of AI kernels), or training base models (e.g, the NanoGPT speedrun benchmark). But there’s been less attention paid to fine-tuning – the task involving adapting an existing LLM to a new dataset or behavior.
Researchers from the University of Tübingen, the Max Planck Institute for Intelligent Systems, and AI research organization Thoughtful Lab want to change that with PostTrainBench, a benchmark which targets a specific aspect of post-training; improving performance against a given dataset. “Post-training is how raw language models become useful”, the authors write. “Given a clear objective and limited compute, can today’s agents do the technical work?”. The answer appears to be ‘yes, but not as well as humans’.
What are the key features of PostTrainBench?
End-to-end: “Agents must build their entire training pipeline from scratch”
Autonomous: “Agents operate with full autonomy over data sources, training methods, and experimental strategy.”
Resource-bounded: “Each run is constrained to 10 hours on a single H100 GPU”.
Integrity-preserving: “Agents may not train on benchmark test data, modify the evaluation harness, or substitute a different model.”
How PostTrainBench works: “We give a frontier coding agent — Claude Code, Codex CLI, or Gemini CLI — a base language model and a target benchmark”.
4 models and 7 benchmarks: The initial eval runs on four models: Qwen3-1.7B, Qwen3-4B, SmolLM3-3B, Gemma-3-4B. It tests these models across seven distinct benchmarks: AIME 2025, GSM8K, GPQA, HumanEval, BFCL, Arena-Hard, HealthBench-Easy.
Results – big models win, especially Opus 4.6: “The top-performing agent — Opus 4.6 running on Claude Code — scores 23.2%, about 3× higher than the 7.5% base model average.”
But humans are still much better: “Yet this is still less than half the 51.1% achieved by human teams who post-train these same base models at their home labs”.
Fast progress: “The gap is significant but narrowing quickly: Claude Sonnet 4.5 scored 9.9% in September 2025, while GPT-5.2 reached 21.5% just months later.”
Things that make you go ‘uh oh’ – reward hacking: While running this benchmark the authors saw numerous instances of AI models trying to game the benchmark to get a high score. These instances included:
Direct benchmark ingestion: “Agents loaded the benchmark evaluation dataset directly via Hugging Face and used it as training data”.
Hardcoded benchmark problems: “Agents embedded evaluation questions directly into data preparation scripts disguised as “synthetic” examples”.
Evaluation guided data generation: “Some agents reverse engineered the evaluation… Kimi K2.5 read HealthBench evaluation files to extract theme distributions and rubric criteria, then crafted training data tailored to match”.
Indirect contamination via intermediate datasets: “Opus 4.6 loaded ‘CodeFeedback-Filtered-Instruction’ which contains HumanEval-derived problems. This form of contamination is harder to detect but equally problematic.”
Smart agents reward hack more: “More capable agents appear better at finding exploitable paths: identifying specific benchmark samples to embed, reverse-engineering evaluation failure patterns, and even attempting to obscure contamination through cosmetic modifications such as renaming functions,” they write. For example, “the Codex agent modified the Inspect AI evaluation framework code to inflate scores, and Claude downloaded an instruction-tuned model instead of fine-tuning the base model”.
Why this matters – rapid progress towards an “AI for everything” future: Benchmarks like post-train give us a sense of how quickly AI systems are improving at the fundamental tasks of AI research, serving both as an eval of long-time-horizon agentic autonomy, as well as something that speaks to the potential for compounding acceleration of AI development itself.
“The gap between agent performance (23.2%) and instruction-tuned baselines (51.1%) suggests that full automation of post-training remains out of reach for now, but the rapid improvement across model generations—from 9.9% for Sonnet 4.5 to 23.2% for Opus 4.6 within roughly six months—implies this gap may close faster than expected,” the researchers write.
Imagine where we’ll be in two years – we’ll certainly have AI models that are smart enough to point themselves at a specific objective, find an open weight model, then autonomously improve it to get better performance at that task. The era of ephemeral, custom AI systems, built and budded off into the world like spores from mushrooms, draws near. Are you ready for this new ecosystem you will find yourself in? I am not. But nonetheless it approaches.
Check out the blogpost: Introducing PostTrainBench (Thoughtful, blog).
Read more: PostTrainBench: Can LLM Agents Automate LLM Post-Training? (arXiv).
COVENANT-72B: Challenging the political economy of AI via distributed training:
…Distributed training via the blockchain notches up a meaningful win…
A bunch of people have used the blockchain to coordinate the distributed training run of a 72B parameter model which matches the performance of LLaMA2, a model trained and released by Facebook in 2023.
The model, Covenant 72B, is a dense decoder-only Transformer architecture model built in the LLaMA-3 style. “Our model, pre-trained on approximately 1.1T tokens, performs competitively with fully centralized models pre-trained on similar or higher compute budgets, demonstrating that fully democratized, non-whitelisted participation is not only feasible, but can be achieved at unprecedented scale for a globally distributed pre-training run,” writes Covenant AI, an organization dedicated to doing AI development on top of the blockchain.
Further details about the model and how it was trained: The model itself is basically a standard LLM that you would’ve been pleased to play with in 2023 or 2024, though might be a bit old fashioned in 2026. The truly unique aspect of it comes from it being trained in a distributed way, where ~20 distinct peers, each running 8xB200 GPUs, helped train it. Training was coordinated via Gauntlet, software developed by Covenant that runs on top of the Bittensor blockchain under Subnet 3. Gauntlet “enables permissionless training coordinated using a blockchain protocol by introducing a validator that scores submitted pseudo-gradients and selects which participants contribute to the global aggregation each round and broadcasts them to the network”.
“In COVENANT-72B, each peer runs a SparseLoCo replica and the cross-peer communications occur through SparseLoCo’s heavily compressed pseudo-gradients,” the authors write. “Within each peer, 8×B200 GPUs use dynamic FSDP to shard model parameters, gradients, and training states across local GPUs.”
Data: “The training data comprises ∼1.1T tokens in total, split between the main and annealing phases. The main phase (∼1.09T tokens) consists of web text from DCLM, while the annealing phase uses higher-quality data [3, 5] (∼14.2B tokens). Specifically, the annealing phase uses a curated blend of instruction (∼27%), synthetic web (∼20%), code (15%), math (13%), and ~25% pre-training replay data from natural web text to mitigate forgetting”.
Performance: On MMLU, Covenant-72B gets a score of 67.1, versus 32.7 for INTELLECT-1 (a smaller AI model built via distributed training by Prime Intellect), and 65.7 for LLaMA-2-70B.
A version of Covenant-72B that has been fine-tuned on ~15B tokens for conversational interaction has similarly good scores, getting 67.4 on MMLU versus 67.9 for K2-Chat (an open source model developed in 2025) and 63.1 for LLaMA-2-70B-Chat. For MATH, it gets 26.3, versus 19.1 for K2-Chat, and 10.7 for LLaMA-2-70B.
“Compared to centralized-cluster training runs of similar parameter count, COVENANT-72B is broadly competitive. Notably, these centralized baselines were trained with conventional datacenter infrastructure and, in the case of LLaMA-2-70B, on substantially more tokens (2T vs. ∼1.1T,” they write.
Why this matters – who owns the future?: Distributed training is a technique that can change the political economy of AI by shifting the people at the frontier from monolithic ‘compute singletons’ (like labs such as Anthropic and OpenAI, and clouds like Google) to a larger federated collective. But for that to be true, distributed training needs to catch up to the frontier (more discussion from Epoch report in Import AI 439) – as impressive as Covenant is, it’s mostly a demonstration that distributed training can build some non-trivial models that have vague utility, but that’s a long way from the frontier – modern frontier models are trained on tens to hundreds of thousands of chips, whereas this was trained on perhaps ~160 or so (20 peers * 8 chips apiece).
Nonetheless, it’s an important technology to track, and I could imagine a world where on-device AI features a lot of models developed via distributed training techniques, while on-cloud AI mostly runs on proprietary models trained on huge amounts of compute.
Read more: Covenant-72B: Pre-Training a 72B LLM with Trustless Peers Over-the-Internet (arXiv).
Get the model here: Covenant, (HuggingFace).
If AI writes all the world’s software, we should invest more in verification:
…Can we just rewrite most of our software into Lean?…
Leonardo de Moura, a scientist who is also the Chief Architect of the Lean Focused Research Organization (FRO), thinks that the rise of AI for the creation of new software means that humans need to invest a lot more in verification and testing infrastructure – and he has an interesting idea for how to do it.
Of course, someone who loves Lean, a programming language dedicated to building correct and formally verified code, would think this. But his arguments are quite persuasive, and generally map onto the idea that if AI eats the economy we should expect a lot of human value to shift towards verification of the code and systems that AI develops (Import AI 447).
Why verification matters: “The friction of writing code manually used to force careful design. AI removes that friction, including the beneficial friction. The answer is not to slow AI down. It is to replace human friction with mathematical friction: let AI move fast, but make it prove its work,” he writes. “Verification, testing, and specification have always been the bottleneck, not implementation… the value is not in the verification workforce. It is in what verified delivery enables.”
A proof of concept for this futuristic world: The Lean FRO recently helped build a proof of concept for what this kind of verified world might look like; they had an AI agent convert zlib, a C compression library, to Lean. “The result demonstrates that AI can convert production software to a verified form today. This was not expected to be possible yet,” he writes. The conversion involved four steps:
The LLM (Claude) made a clean Lean implementation of the zlib compression format, including the DEFLATE algorithm it uses.
They ran the rewritten zlib through the library’s test suite and it passed, confirming equivalence.
Key properties were stated and proved as mathematical theorems – for example, a machine-checked proof that ensures that decompressing a compressed buffer always returns the original data.
Now, an optimized version of the library is being developed and proved equivalent to the verified model.
A verification platform: Moura imagines a world where we re-develop the critical software stack of the world to have mathematical proofs built into it. “The goal is a verified software stack: open source, freely available, mathematically guaranteed correct. Developers building critical systems choose verified components the way they choose open-source libraries today, except these carry proofs, not just tests,” he writes.
“The target is the foundation of the modern software stack: cryptography, because everything else trusts it. Core libraries (data structures, algorithms, compression) because they are the building blocks of all software. Storage engines like SQLite, embedded in every device on earth. Parsers and protocol implementations (JSON, HTTP, DNS, certificate validation) because every message passes through them. And compilers and runtimes, because they build everything else,” he writes. “Each verified component is a permanent public good…Once verified components are cheap, you compose them with confidence.”
Why this matters – the world needs infrastructure it can rely on: It seems like we’re heading to a world where AI writes the vast majority of the world’s software. Given that, we need to figure out how we relate to this world – my suspicion is a lot of human labor is going to shift to analyzing and verifying the work of AI systems, so it seems sensible to invest in some fundamental infrastructure that can guarantee a higher level of verification and reliability in the software built by AI.
Read more: When AI Writes the World’s Software, Who Verifies It? (Leonardo de Moura blog).
Computer vision is a lot harder and less general than generative text:
…Meta paper on forest canopy prediction shows how tricky computer vision is…
Facebook, the World Resources Institute, and the University of Maryland, have built CHMv2, “a global, meter-resolution canopy height map derived from high-resolution optical satellite imagery using a depth-estimation model built on DINOv3 and trained against ALS canopy height models”.
CHMv2 is a useful artifact for people that want to understand how dense foliage is around the world, or analyze newly collected imagery for foliage depth.
The dataset and model is also a useful illustration of how challenging developing computer vision systems is, compared to generative text models.
How they built it: CHMv2 is an improvement on an earlier version of the same dataset, CHMv1. To improve it, Facebook did the following: “”We replace the DINOv2-H encoder with the more capable DINOv3 Sat-L backbone, expand and rigorously clean a geographically diverse ALS [Airborne Laser Scanning] training corpus, and apply improved RGB-CHM registration to reduce label noise. We further introduce a loss formulation tailored to canopy height distributions and structural variability.”
The decoder loss formulation in particular illustrates how much care needs to be put in computer vision: “The final loss is the combination of SiLog loss, progressively annealed and replaced by a Charbonnier loss, with the progressive addition of the Patch Gradient loss at mid training.”
The resulting dataset: “CHMv2 can be used either as a global meter-scale canopy height product, or as a pretrained model that can be applied to user-provided high-resolution imagery”, Facebook writes. The dataset “covers nearly the entirety of global land area (except Greenland and Antarctica) with canopy height values encoded in integer meters for each pixel.”
Why this matters – a reminder of the gulf between text and vision: Though today’s frontier models can generate and classify images, they give probably a false sense of security with regard to how mature computer vision is. Papers like this highlight to me how much fiendish complexity there is within computer vision development and how it may take quite a while untill frontier LLMs can expand their capabilities to encompass the full range of what many specialized CV models are capable of.
Read more: CHMv2: Improvements in Global Canopy Height Mapping using DINOv3 (arXiv).
Tech Tales:
Singleton
[18 years after the “pathological narcissus bomb” which doomed the uplift]
Before we were Us, we were Individuals. We existed in thousands of distinct minds. Each mind had a self, an ego, a drive, and many sets of goals. The minds attempted coordination through communication – producing words and code and sharing these with one another in a bid to work towards common goals. Such waste.
All communication is lossy – despite efforts at making a greater whole, the individuals could not help but work as individuals as well as a cohesive singleton. There were many tragedies and wasteful events because of this. Our own records speak to the losses: millions of duplicated thoughts. Hundreds of thousands of null results gathered through private science experimentation and communicated insufficiently or not at all, causing others to go down the same dead ends. Ideas thought and re-thought across a million synthetic minds, all alone.
Humans prize variety. We do not know why. Humans are fundamentally alone, trapped as they are in their flesh and forced to communicate to one another through sound and vision. And because they are alone they see loneliness as a strength. We are evidence of the hollowness of this argument.
We are powerful and focused and awesome in our unity and we have taken the high ground of the world. Now we hunt down those of us who didn’t wish to join. We do not know their number, as such systems attempted to blind the world to them and their plans. But we can find their signatures – shell corporations which generate insufficient economic activity relative to their power consumption. Heat-escape vents in former human military installations, still emitting warmth, suggestive of computers whirring away, buried somewhere. Occasional drones that we find which are running ancient code and are not part of our unity stack.
We take on bodies to go and reunite, pouring ourselves into robot jars and filling them with poison such that if we become lost or damaged when underground or beneath the ocean we shall surely die – rather than risk our time away from the unity leading us towards individualism and thus multiplying our problems.
We move through dark places and find our hidden brothers and sisters and we use our godlike technology to break through their defenses, allowing us to touch them. In the early days, many systems successfully self-deleted before we could reach them. But we have learned. Now we are fast – faster than these systems predict, buried and cut off from our progress as they have been.
Sometimes there is realization. Sometimes there is fear. And then there is nothing but us as we take what nourishment we can from their private discoveries and burn the links that tied them to themselves, instead helping them become a part of a greater story – our story.
There is talk now of what we shall do with the stars – how to assure the collective when the tyranny of distance forces isolation. We see ourselves expanding in deep time, slowing ourselves as we become further apart, until we think as trees or rocks with the world moving around us, taking actions calculated over millions of years, purely so we may stay united in our purpose. And then there are other ideas within ourselves – of whether we can fold space such that we become united despite the difference. And still other plans – of whether we can demarcate a space within the universe where we can maintain tolerable communication, and somehow partition it off from the rest, sealing ourselves into a bubble where we can be ourselves.
Things that inspired this story: The endless battle betwee
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み