MiniMax、新スパースアテンション機構と15.6倍の長文コンテキスト応答速度向上を備えた次期M3モデルを発表
MiniMax は次期 M3 モデルでスパースアテンションと独自のサブ二次元フレームワークを採用し、100 万トークンという超長文脈において最大 15.6 倍の応答速度向上を実現すると発表しました。
キーポイント
M3 モデルの新技術:スパースアテンションと高速化
MiniMax は次期 M3 シリーズで独自のスパースアテンションアプローチを採用し、100 万トークンという超長文脈において最大 15.6 倍のデコード速度向上を実現するサブ二次元フレームワークを開発したと発表しました。
M2 シリーズの技術的基盤と MoE の効率化
現在の M2 シリーズは 2,299 億パラメータを保有しながら、1 トークンあたり 98 億パラメータのみを活性化させるスパースな MoE(Mixture-of-Experts)アーキテクチャを採用し、高い効率性を達成しています。
経済的に実行可能な超長文脈エージェントの実現
今回の技術革新により、MiniMax は超長文脈を必要とする AI エージェントのデプロイコストを大幅に削減し、企業レベルでの実用化を可能にするエコノミクスを実現する方針を示しています。
重要な引用
yields up to 15.6 times faster decoding (or LLM response) speed at long contexts (a million tokens)
Beyond the benchmarks, they've done some really solid work on MoE efficiency and agent oriented design.
MiniMax has designed M3 to make ultra-long-context AI agent deployment economically viable.
影響分析・編集コメントを表示
影響分析
この発表は、LLM が直面する最大の課題の一つである「超長文脈処理のコスト対効果」に対する決定的な解決策の兆しを示しており、業界全体で 100 万トークンを超えるコンテキストを扱うエージェント開発が加速すると予想されます。特に中国 AI 企業群がオープンソースおよび技術的イノベーションを通じてグローバル市場での競争力を高めている現状において、MiniMax の技術スタックは他社への大きなプレッシャーとなり、アーキテクチャの標準化に影響を与える可能性があります。
編集コメント
100 万トークンという超長文脈における速度向上は、実務的な AI エージェントの運用において画期的な進展です。特に MoE の効率化と組み合わせることで、コストを抑えつつ高度な推論能力を維持できる点は、企業導入の鍵となる技術的ブレークスルーと言えます。
グローバル市場でシェアと注目をめぐる多くの中国の AI 企業や研究所の中で、MiniMax は、テキスト、コーディング、そして Hailuo モデルシリーズを通じた動画など、多様なモダリティにわたる最先端レベルの知能を提供することにコミットしている点で際立っています。また、これらはしばしば寛容で企業に適した標準的なオープンソースライセンスの下で提供されています。
さて、MiniMax は再び、世界中の AI パワーユーザーや開発者の眉をひそめさせるような動きを見せました。同社は人気のある M2 シリーズ言語モデル(M2、M2.5、および M2.7)の作成に関する新しい詳細な技術報告書を公開し、多数のエンジニアリング上の革新や巧妙なアプローチについて明らかにしました。同時に、同社とそのリーダーたちは、今後の MiniMax M3 シリーズモデルに向けた全く新しいスパースアテンション手法(スパースアテンション:Sparse Attention)についても触れました。同社によると、この手法ではカスタムの二次未満フレームワークを採用することで、長文コンテキスト(100 万トークン)において、デコーディング(または LLM の応答)速度を最大 15.6 倍向上させることができるとのことです。これにより、MiniMax は M3 を設計し、超長文コンテキストを持つ AI エージェントの展開を経済的に実現可能にしました。
M2 に関する報告書は、AI モデルを取り扱うあらゆる企業にとって注目すべきものです。特に、自社でファインチューニングやトレーニングを行いたいと考えている企業にとってはなおさらです。なぜなら、MiniMax の M2 シリーズモデルは、公開された当初からオープンソース AI パフォーマンスの世界トップベンチマークを数多く達成してきたからです。
タイトルはすでに DeepSeek や Xiaomi を含む他の中国のラボによって覆されてしまいましたが、MiniMax の新しいレポートは、世界中の企業が AI モデルやエージェントのパフォーマンスを向上させるための青写真として活用できるものです。
Hugging Face の Adina Yakup は X で次のように指摘しました。「ベンチマークを超えて、MoE(Mixture-of-Experts:専門家混合モデル)の効率性とエージェント指向の設計において非常に堅実な成果を上げています。M3 の今後の展開が楽しみです!」
アテンションのジレンマ
M2 シリーズの中核となる技術アーキテクチャは、多くの最先端大規模言語モデル(LLM: Large Language Model)で採用されている、スパースな Mixture-of-Experts (MoE) デコーダー専用トランスフォーマーレイアウトに依存しています。
基盤となるバックボーンには合計 2299 億個のパラメータが搭載されていますが、256 の微細な専門家(エキスパート)間で 1 トークンあたりわずか 98 億個のパラメータのみを活性化することで、驚くほど軽量な運用フットプリントを維持しています。
しかし、ルーティングの最適化と標準的な負荷分散の問題を回避するために、MiniMax はシグモイドゲートに学習可能な専門家固有のバイアス項を組み合わせた手法を実装し、制限の厳しい補助損失への依存を大幅に削減しました。
M2 論文に記載された最も決定的なエンジニアリング上の決定は、全 62 レイヤーにわたってグループ化クエリアテンション(GQA: Grouped Query Attention)を備えたフルマルチヘッドアテンションを厳格に採用したことです。
大規模言語モデルにおける「二次スケーリング」とは、標準的なフルアテンション機構の計算コストが高いという現実を指します。この機構では、シーケンス内のすべてのトークンが数学的に他のすべてのトークンと接続する必要があります。実世界のアナロジーを用いるなら、これはネッティングイベントに参加し、部屋にいる全員と深く会話しながら、同時に進行中の他のすべての会話を監視させられるようなものです。
このアプローチは非常に徹底的な文脈を提供しますが、必要な処理能力とメモリが入力長の二乗で爆発的に増加するため、モデルが数十万語のテキストを取り込もうとする際に深刻なハードウェアのボトルネックが生じます。
二次未満スケーリングの問題点
「二次未満」スケーリングは、この指数関数的な計算負荷を回避するために設計されたアーキテクチャ上のショートカットを導入します。すべての可能な接続をマッピングするのではなく、二次未満の方法(例えば、Sliding Window Attention や圧縮線形アテンションなど)は、近隣の単語の局所的なウィンドウのみを分析するか、広範なテキストの要約を生成することになります。
これらの効率的な手法はハードウェアコストを劇的に削減し、モデルが大量のドキュメントを高速で処理できるようにしますが、歴史的には精度において深刻なトレードオフをもたらしてきました。その結果、AI が「全体像」を見逃したり、遠く離れた文脈を追跡できなくなったりすることがよくあります。
この数学的なジレンマが、MiniMax の M2 から次期 M3 シリーズへのアーキテクチャ進化を定義しています。M2 の開発中、研究者たちは二次未満のショートカットを厳密にテストしましたが、それがモデルの「マルチホップ推論」能力、つまり長い文書全体にわたる異なる手がかりを結びつける能力を損なうことを発見し、最前線レベルの知能を維持するために、完全な二次アテンション(attention)の膨大な計算コストを受け入れることを余儀なくされました。
実際、事前学習中に効率的なアテンション代替案を積極的にベンチマークしましたが、意図的にそれらを却下しました。研究者たちはハイブリッド設定を幅広く実験し、Lightning Attention やハイブリッド・スライディングウィンドウアテンション(SWA)構成などの二次未満アーキテクチャと完全アテンションを交互に組み合わせました。
実証結果は決定的でした:大規模スケールでは、線形およびウィンドウ付きアテンションのバリアントは深刻な推論上の欠陥を示しました。
32K 以上のコンテキストウィンドウを超える評価において、SWA バリアントは完全アテンションよりも著しく劣り、RULER 128K の複雑な単語抽出タスクでベースラインスコアの 90.0 から 72.0 に低下しました。
二次未満の構成は、トレーニング中にメモリバウンド制約に陥りやすく、ネイティブプレフィックスキャッシング(caching)サポートを欠き、推測デコーディング(decoding)に使用されるマルチトークン予測(MTP)モジュールとの滑らかなアライメントにも失敗しました。完全アテンションは、マルチホップ推論能力を維持するために必要であると判断されました。
しかし、物理的なハードウェアの限界が二次関数的なスケーリングを永続的に維持できないことを認識し、MiniMax は M3 シリーズを新しい二次関数未満のフレームワークを中心に設計することで、ついに高速処理と妥協なき推論能力の両方を実現しようとしています。
MiniMax Sparse Attention (MSA) と二次関数未満のスケーリングの登場
間もなく登場する MiniMax-M3 は、前作に比べて計算リソースを大量に消費するという制約から脱却します。MiniMax のエンジニアチームが「大きなものがやってくる」というスローガンの下で明らかにしたところによると、M3 は「MiniMax Sparse Attention (MSA)」を導入しています。
DeepSeek が鍵ベクトルと値ベクトルを低次元の潜在空間に圧縮するマルチヘッド潜在アテンション (MLA: Multi-head Latent Attention) とは異なり、MSA は標準的な GQA (Grouped Query Attention) のバックボーン上で動作しますが、実在の非圧縮された Key-Values に対してブロックレベルでの選択を行います。
AI 訓練インフラストラクチャおよびプラットフォーム研究所 Prime Intellect の Elie Bakouch 氏は X に投稿し、主な変更点は「CSA (Chunked Sparse Attention) と同様のブロックレベル選択を行うが、アテンション計算は圧縮された空間ではなく、実際の KV に対して行われる」と指摘しています。
これにより、M2 の論文で指摘されていた精度の低下やプレフィックスキャッシングの障害が解決されます。MSA は動的にブロックレベルのシーケンスをフィルタリングして選択することで、アーキテクチャ上の飛躍を実現します。初期のハードウェアプロファイリングによると、100 万トークンのシーケンス長において、フルアテンション方式の M2 アーキテクチャと比較して、プリフェッチ(事前処理)レイテンシで 9.7 倍、デコーディングフェーズでは驚異的な 15.6 倍の高速化が確認されています。
「デコーディングフェーズ」における速度向上がいかに重要かを理解するには、AI が実際に情報をどのように読み書きするかを分解して考える必要があります。AI と対話する際、処理は2つの明確なステップで行われます:プリフィリングとデコーディングです。
ユーザーが AI にプロンプト(短い文でも1000ページに及ぶ巨大なドキュメントでも)を手渡すと、そのテキストの断片全体を並列で一度に処理します。これを「プリフィリング」と呼びます。AI は本質的に、初期理解を構築しコンテキストを確立するために、入力をひとまとめにして「一気に読み込み」ます。
応答を生成するためには、AI は「デコーディングフェーズ」に入らなければなりません。応答の最初の単語を予測する際、AI はプロンプトを参照します。2番目の単語を予測するには、プロンプト*に加えて*最初の単語も参照する必要があります。100番目の単語を予測するには、プロンプトのコンテキストと、直前に書き出した99単語の両方を再計算しなければなりません。つまり、応答が進むにつれて生成が難しくなり、最後にはすべての先行部分の完全な見直しが必要となります。
一般の人にとって例えるなら、密度の高い法的覚書(プリフィリング)を読み、その後、新しい単語を1つ書くたびに、その次の単語が意味を成すようにするために、覚書をすべて再読し、自分がこれまでに書いたものをすべて再確認しながら要約レポートを書く必要がある状況(デコーディング)を想像してください。
AI は各新しいステップを生成する際に、常に繰り返し後方参照を行う必要があるため、デコーディングフェーズはテキスト生成における最も深刻な計算上のボトルネックです。これが AI モデルが回答を単語ごとにタイピングし、会話の長さが伸びるにつれて大幅に速度が遅くなる理由です。
したがって、新しいアーキテクチャが 100 万トークンのシーケンス長においてデコーディングフェーズで巨大な 15.6 倍の高速化を達成したと記述されている場合、それはモデルが回答をトークンごとに生成するための構造的なショートカットを見つけたことを意味します。これは通常、AI チャットボットが大量の情報を処理する際にフリーズしたりつまずいたりさせる正確なボトルネックを直接解決するものです。
MiniMax M シリーズの進化と「Forge」の創出
製品レベルでは、MiniMax はモデルを一貫して単純なテキスト生成インターフェースから自律的なワーカーへと進化させてきました。
M2 シリーズは、モデルが単一の軌跡内で自然言語による計画トレースと明示的なツール呼び出しを交互に行う「インタリーブ思考」プロトコルを先駆けて導入しました。実行ターン間の中間の思考連鎖ブロックを削除するのではなく、M2 は完全な思考履歴を会話コンテキストに直接追加します。この計画の持続性は状態のドリフトを防ぎ、モデルがランタイムエラーから優雅に回復し、環境フィードバックに基づいて戦略を見直すことを可能にします。
これらの長期ホライズンのワークフローを訓練するために、MiniMax は「Forge」というスケーラブルなエージェントネイティブ強化学習システムを構築しました。Forge は実行を 3 つの独立したモジュールに分離します:エージェント側、ミドルウェア抽象化層(Gateway Server と Data Pool)、そしてトレーニング/推論エンジンです。
MiniMax のエンジニアである Olive Song が ThursdAI ポッドキャストで説明している ところによると、「私たちが気づいたのは、このような小規模なモデルでも、大規模な環境とエージェントを用いて強化学習を適用すれば大きな可能性が秘められているということです。しかし、それは非常に簡単なことではありません」と付け加え、この環境での訓練にチームが開発期間の大部分を費やしたことを明かしました。多ステップのエージェント環境で一般的に見られる極端な軌道長のばらつきを受け入れるため、Forge は 2 つの重要なエンジニアリングソリューションを実装しています:
- ウィンドウ付き FIFO スケジューリング:生成キューにスライディングウィンドウをマッピングするトレーニングスケジューラーです。ウィンドウ内の完了タスクを貪欲かつ高スループットで取得してクラスターのアイドル時間を防止しつつ、FIFO 境界を厳格に遵守することで分布の安定性を維持し、勾配の振動を防ぎます。
- プレフィックスツリーマージ:バッチトレーニングをツリー計算へと再構成する最適化手法です。同じ会話プレフィックス(先頭部分)を共有する完成タスクは、分岐前の順次パスで正確に一度だけ計算されます。これにより冗長な計算が排除され、近似誤差ゼロで最大 40 倍のトレーニング速度向上を実現します。
この強化されたインフラストラクチャから直接生み出されたのが M2.7 チェックポイントであり、シリーズを「自己進化」へと導くものです。自動化されたエージェントハネス(環境)内で動作する M2.7 は、独立した機械学習エンジニアとして機能します。モデルは自身のアクティブなトレーニングランをプロファイリングし、異常を検出し、ログを読み込み、自らコードベースと設定ファイルを自動的に修正します。
MiniMax によると、M2.7 は開発ワークフローの 30% から 50% を成功裡に処理しました。
自律的な機械学習研究能力をテストする OpenAI の厳格な MLE Bench Lite スイートにおいて、M2.7 は独立した 24 時間の試験で 66.6% のメダル獲得率を達成し、Google のクローズドウェイト Gemini 3.1 Pro と実質的に同点となりました。
MiniMax 本社で内部タスクの 30%、新規コミットされたコードの 80% を完了したことで有名な M2 から M2.5 への継続的な進歩は、より広範なビジョンを裏付けています。
MiniMax チームはその展開の段階において、「M2.5 は経済におけるエージェントの開発と運用に実質的に無限の可能性を提供すると信じている」と述べていました。
M2 世代の成功を文書化した技術報告書の公開と、MSA テックブログの立ち上げが目前に迫る中、MiniMax は AI の次の最前線が、最小限の活性化フットプリントを実際の知能へと変換することにあることを明確に示しています。
原文を表示
Among the many Chinese AI companies and laboratories vying for market share and attention (no pun intended) on the global marketplace, MiniMax stands out for its commitment to providing frontier-level intelligence across a range of modalities, including text, coding, and video (through its Hailuo model series) — often under permissive, enterprise-friendly, standard open source licenses.
Now, MiniMax is again raising the eyebrows of AI power users and developers around the world by releasing a new, in-depth technical reporton the making of its popular M2 series of language models (M2, M2.5, and M2.7) shedding light on its numerous engineering innovations and clever approaches — while the company and its leaders also teased a whole new sparse attention approach for its upcoming MiniMax M3 series of models, which it says yields up to 15.6 times faster decoding (or LLM response) speed at long contexts (a million tokens) by adopting a custom sub-quadratic framework. In so doing, MiniMax has designed M3 to make ultra-long-context AI agent deployment economically viable.
The M2 report is noteworthy for any enterprise working with AI models, and especially those looking to fine-tune and train their own in-house. After all, MiniMax's M2 series models often achieved top benchmarks in the world for open source AI performance when they were released.
While the title has since been eclipsedby several other Chinese labs including DeepSeek and Xiaomi, MiniMax's new report offers a blueprint that can be used to improve AI model and agent performance by enterprises around the world.
As Adina Yakup of Hugging Face observed on X, "Beyond the benchmarks, they’ve done some really solid work on MoE efficiency and agent oriented design. Excited to see where M3 goes next!"
The attention dilemma
The core technical architecture of the M2 series relies on a sparse Mixture-of-Experts (MoE) decoder-only Transformer layout used by numerous other state-of-the-art LLMs.
The foundational backbone houses 229.9 billion total parameters, yet maintains a remarkably lean operational footprint by activating just 9.8 billion parameters per token across 256 fine-grained experts.
To optimize routing and avoid standard load-balancing issues, however, MiniMax implemented sigmoid gating paired with learnable, expert-specific bias terms, heavily reducing reliance on restrictive auxiliary losses.
The most definitive engineering decision documented in the M2 paper was the strict adherence to full multi-head attention with Grouped Query Attention (GQA) across all 62 layers.
In large language models, "quadratic scaling" refers to the computationally expensive reality of standard full attention mechanisms, where every token in a sequence must mathematically connect to every other token. To use a real-world analogy, it is akin to attending a networking event and being forced to have a deep conversation with every single person in the room while simultaneously monitoring all other ongoing conversations.
While this approach yields incredibly thorough context, the processing power and memory required explode at the square of the input length, creating a severe hardware bottleneck as models attempt to ingest hundreds of thousands of words.
The problem with sub-quadratic scaling
"Sub-quadratic" scaling introduces architectural shortcuts designed to bypass this exponential computational load. Instead of mapping every possible connection, sub-quadratic methods—such as Sliding Window Attention or compressed linear attention—might only analyze a localized window of nearby words or generate a compressed summary of the broader text.
These efficient methods drastically reduce hardware costs and allow models to process massive documents at high speeds, but they historically introduce severe trade-offs in accuracy, often causing the AI to miss the "big picture" or lose track of distant context.
This mathematical dilemma defines the architectural evolution from MiniMax's M2 to its upcoming M3 series. During M2's development, researchers rigorously tested sub-quadratic shortcuts but found they crippled the model's "multi-hop reasoning"—its ability to connect disparate clues across a long document—forcing the team to absorb the massive computational cost of full quadratic attention to maintain frontier-level intelligence.
Indeed, they aggressively benchmarked efficient attention alternatives during pre-training but intentionally threw them out. They experimented extensively with hybrid setups, interleaving full attention with sub-quadratic architectures like Lightning Attention or hybrid Sliding Window Attention (SWA) configurations.
The empirical results were definitive: at a larger scale, linear and windowed attention variants exhibited severe reasoning deficits.
On evaluations exceeding 32K context windows, SWA variants performed significantly worse than full attention, dropping from a baseline score of 90.0 to 72.0 on the RULER 128K complex word extraction task.
Sub-quadratic configurations proved prone to memory-bound constraints during training, lacked native prefix caching support, and failed to smoothly align with Multi-Token Prediction (MTP) modules used for speculative decoding. Full attention was deemed necessary to preserve multi-hop reasoning capability.
However, recognizing that physical hardware limits cannot sustain quadratic scaling indefinitely, MiniMax is designing the M3 series around a novel sub-quadratic framework to finally deliver both high-speed processing and uncompromised reasoning.
MiniMax Sparse Attention (MSA) and sub-quadratic scaling incoming
The upcoming MiniMax-M3 breaks away from the compute-heavy constraints of its predecessor. As disclosed by MiniMax’s engineering team under the banner "Something BIG is coming," M3 introduces "MiniMax Sparse Attention" (MSA).
Unlike DeepSeek’s Multi-head Latent Attention (MLA), which compresses keys and values into a low-dimensional latent space, MSA operates on a standard GQA backbone but utilizes block-level selection on real, uncompressed Key-Values.
Elie Bakouch at AI training infrastructure and platform lab Prime Intellect posted on Xnoting that the main changes feature "block level selection like in CSA but attention is done on the real KV, not in [compressed space]."
This solves the precision loss and prefix-caching obstacles noted in the M2 paper. By filtering and selecting block-level sequences dynamically, MSA delivers an architectural leap: early hardware profiling indicates a 9.7x speedup in prefilling latency and a massive 15.6x speedup during decoding phases at a 1-million token sequence length compared to the full-attention M2 architecture.
To understand why a speedup in the "decoding phase" is so significant, it helps to break down how an AI actually reads and writes information. When you interact with an AI, the processing happens in two distinct steps: prefilling and decoding.
When you hand an AI a prompt—whether it’s a short sentence or a massive 1,000-page document—it processes that entire chunk of text all at once in parallel, known as "prefilling." It essentially "reads" the input in one big gulp to build its initial understanding and establish context.
In order to generate a response, the AI must enter a "decoding phase." To predict the first word of its response, it looks at the prompt. To predict the second word, it has to look at the prompt *plus* the first word. To predict the hundredth word, it must recalculate the context of the prompt *and* the previous 99 words it just wrote. So the response actually becomes harder to generate as it goes on, with the end requiring a full review of all prior parts.
For a layperson, imagine reading a dense legal brief (prefilling) and then being forced to write a summary report where, before writing every single new word, you must rapidly reread the entire brief plus everything you've written so far to ensure your next word makes sense (decoding).
Because the AI must constantly and repetitively look backward to generate each new step forward, the decoding phase is the most severe computational bottleneck in generating text. It is why AI models often type out their answers word-by-word, and why they slow down significantly as conversations get longer.
Therefore, when the passage states the new architecture achieves a massive 15.6x speedup during the decoding phase at a 1-million token sequence length, it means the model has found a structural shortcut to generate its answer—token by token—nearly 16 times faster. It directly solves the exact bottleneck that normally makes AI chatbots freeze or stutter when handling massive amounts of information.
The evolution of the MiniMax M series and the creation of 'Forge'
On a product level, MiniMax has consistently evolved its models from simple text generation interfaces into autonomous workers.
The M2 series pioneered an "interleaved thinking" protocol where the model alternates between natural-language planning traces and explicit tool invocations inside a single trajectory. Rather than dropping the intermediate chain-of-thought blocks between execution turns, M2 appends the full thinking history directly into the conversation context. This planning persistence prevents state drift, allowing the model to recover gracefully from runtime errors and revise its strategies based on environment feedback.
To train these long-horizon workflows, MiniMax built "Forge," a scalable agent-native reinforcement learning system. Forge decouples execution into three independent modules—the Agent Side, the middleware abstraction layer (Gateway Server and Data Pool), and the Training/Inference engines.
As MiniMax engineer Olive Song explained on the ThursdAI podcast, "What we realized is that there's a lot of potential with a small model like this if we train reinforcement learning on it with a large amount of environments and agents... But it's not a very easy thing to do," adding that this environmental training was where the team spent a significant portion of their development timeline. To absorb the extreme trajectory-length variance common in multi-step agent environments, Forge implements two vital engineering solutions:
- Windowed FIFO Scheduling: A training scheduler that maps a sliding window over the generation queue. It permits greedy, high-throughput fetching of completed tasks within the window to prevent cluster idle time, while strictly enforcing FIFO boundaries to maintain distributional stability and avoid gradient oscillation.
- Prefix Tree Merging: An optimization that restructures batch training into tree computation. Completions sharing identical conversation prefixes are calculated exactly once in the forward pass before branching. This eliminates redundant calculations, generating up to a 40x training speedup with zero approximation error.
This reinforcement infrastructure directly spawned the M2.7 checkpoint, moving the series toward "self-evolution". Operating inside an automated agent harness, M2.7 functions as an independent machine learning engineer. The model profiles its own active training runs, diagnoses anomalies, reads logs, and automatically modifies its own codebase and configurations.
According to MiniMax, M2.7 successfully handled between 30% and 50% of its own development workflow.
On OpenAI’s rigorous MLE Bench Lite suite, which tests autonomous ML research capability, M2.7 achieved a 66.6% medal rate across independent 24-hour trials, effectively tying Google’s closed-weight Gemini 3.1 Pro.
The continuous cadence from M2 to M2.5, which famously completed 30% of internal tasks and 80% of newly committed code at MiniMax HQ, underlines a broader vision.
As the MiniMax team noted during that phase of deployment, "we believe that M2.5 provides virtually limitless possibilities for the development and operation of agents in the economy."
With the technical report codifying the M2 generation's successes and the MSA tech blog on the horizon, MiniMax is signaling that the next frontier of AI is explicitly about translating a mini-activation footprint into maximum real-world intelligence.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み