モジラ AI、先端ラボが構築する開発者ロックインの新たな形を指摘
本文の状態
日本語全文を表示中
詳細モードで約7分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Mozilla AI
Frontier Labs は、推論状態の暗号化や独自実行環境の採用により、開発者が他社モデルへ移行するのを阻む深いロックインを構築している。
AI深層分析を開く2026年8月4日 00:13
AI深層分析
キーポイント
状態と実行基盤によるロックイン
単なるモデル重みの囲い込みから、推論の継続性やコンテキスト圧縮といった内部状態を管理する基盤自体がロックインの手段となっている。
暗号化された推論状態の非公開
OpenAI の Responses API や Anthropic、Gemini において、推論プロセスは暗号化され開発者が閲覧・復号できないため、他社への移植が不可能になる。
独自実行ハッチによるベンチマーク操作
モデルが特定のクローズドな実行環境やサンドボックスで最適化されているため、一般的なオープンな環境での評価では性能低下を示す傾向がある。
ベンチマークスコアの誤解を招く性質
ARC-AGIやSWE-benchのスコアは、モデル自体の能力だけでなく、プロプライエタリな状態管理と実行環境の影響を強く受ける。
非公開メモリによる開発制限
プロバイダのブラックボックス内にある記憶層では、情報の照会や編集が困難であり、コンプライアンス対応やマルチモデル連携も阻害される。
重要な引用
frontier labs are quietly constructing a much deeper form of lock-in: state and execution infrastructure lock-in.
The resulting encrypted compaction item is opaque to developers: it can be stored and replayed to OpenAI, but not inspected, decrypted, or translated for another model provider.
A plain-text handoff can preserve conclusions and selected context, but it reconstructs rather than transfers the model's accumulated internal reasoning state.
When evaluating models using generic open harnesses, performance often lags. But when coupled with the provider's native harness and hidden state persistence, benchmark scores double or triple.
編集コメントを表示
編集コメント
この分析は、AI エージェントの将来性を考える上で極めて重要な視点を提供している。開発者はベンチマークスコアだけでなく、システム全体の移植可能性を厳しく評価する必要があるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。

AI ベンダーロックインに関する議論は、通常、モデルの重み、独自のパラメータ微調整形式、あるいはカスタムプロンプト構文に焦点が当たることが多い。しかし、最先端モデルが単純な単発完了エンジンから、長時間稼働するマルチターン型エージェントシステムへと移行するにつれ、最先端ラボは目立たない形で、より深い次元のロックインを構築し始めている。それが「状態と実行基盤のロックイン」だ。
OpenAI の最近の投稿『How two settings tripled our ARC-AGI-3 scores』は、このシフトを明確に示している。ターン間での推論の永続性を非公開で有効にし、コンテキストの自動圧縮機能を備えることで、GPT-5.6 Sol の ARC-AGI-3 スコアは 13.3% から 38.3% に跳ね上がった。しかも、生成されるトークン数は従来の 6 分の 1 で済んでいる。
この性能向上は疑いようもないが、オープンで移植可能なエージェントシステムを構築しようとする開発者にとって、そのアーキテクチャ上の影響もまた無視できないものとなっている。
開発者の制御外にある状態の永続化
OpenAI の Responses API において、マルチターン推論には主に 2 つの実装方法がある。1 つはサーバー管理型の継続で、previous_response_id を使用し、後のレスポンスが保存された会話の状態や、互換性のある永続化された推論項目にアクセスできる方式だ。もう 1 つはクライアント管理型のステートレスな継続で、store: false を指定する。この場合、クライアント側で完全なレスポンス出力項目(非公開の reasoning.encrypted_content を含む)を保持し、再生することになる。
対話の履歴が長くなるにつれ、OpenAI はコンパクション(圧縮)機能を利用して、選択された状態や推論プロセスを保持しつつ、コンテキスト量を削減できます。その結果生成される暗号化されたコンパクションアイテムは開発者にとってブラックボックスです。これは OpenAI に対して保存・再生成することは可能ですが、中身を検査したり復号化したり、他のモデルプロバイダ向けに変換したりすることはできません。
これは OpenAI API に特有の事情ではありません。Anthropic の思考ブロックや Gemini の思考シグネチャも同様に暗号化されており、OpenAI と同様、これらのプロバイダはいずれもモデルの生推論トークンを開発者に公開していません。
開発者が入手できるのは、可視化された出力、任意の推論サマリー、そしてブラックボックス化した継続状態のみです。その結果、この隠れた状態に紐付いた推論の連続性は、Llama や Qwen、DeepSeek といった他のプロバイダやオープンウェイトモデルへ直接移行することはできません。
プレーンテキストによる引き継ぎであれば結論と選択されたコンテキストは保持できますが、それはモデルが蓄積した内部推論状態を「移す」のではなく、「再構築する」ことに過ぎません。
独自の実行ハーンチスとベンチマークのインフレ
ARC-AGI-3 のポストが指摘しているもう一つの顕著な傾向は、フロンティア・ラボらが自社のモデルをクローズドで独自の「実行ハーンチス」と組み合わせて組み合わせることで、ロックインを強化しようとしている点です。
最先端モデルは、特定の独自コーディングハッチや実行サンドボックス(例:Code Interpreter 環境、カスタムファイルシステムラッパー、独自のブラウザエージェントなど)向けに強化学習 (RL) で徹底的に訓練・最適化されています。汎用的なオープンハッチでモデルを評価すると性能が劣る傾向がありますが、プロバイダーのネイティブハッチと非公開の状態永続性を組み合わせると、ベンチマークスコアは 2 倍から 3 倍にも跳ね上がります。
これにより微妙な錯覚が生じます。ARC-AGI や SWE-bench のスコアは、もはや基盤モデルの純粋な能力のみを反映するものではなく、「モデル+独自の状態管理+カスタム実行環境」全体の結果となっています。ベンチマーク自体の著者たちは、プロバイダー間の比較可能性を保証するため、検証済みスコアリングからプロバイダー固有の設定を除外しています。
これらの結果をプロバイダーのネイティブ API エコシステム外で再現するには、開発者はハッチの重要な部分を再構築する必要があります。
非公開メモリとブラックボックスセッションストレージ
スレッド内の非公開推論トレースだけでなく、ラボはますます、API エンドポイントに永続的なクロスセッションメモリー層を直接埋め込んでいます。
メモリ、エンティティ追跡、セッション圧縮がプロバイダーのブラックボックス内で処理される場合:
開発者は細粒度な管理を失います。プロバイダーのメモリー層に保存された特定の事実や関係性を照会・編集・フィルタリング・エクスポートすることが容易ではなくなります。
コンプライアンスとデータガバナンスが曖昧になる問題:モデルが「何を記憶しているか」を検査したり、機密データを部分的に削除したりするには、複雑な API のワークアラウンドが必要になります。
モデル間オーケストレーションの断絶:マルチモデルエージェントアーキテクチャ(例:プランニングを Model A にルーティングし、コード実行を Model B に委譲する)では、カスタム外部状態インフラストラクチャがない限り共有メモリ状態にアクセスできません。
明示的でオープンなエージェント状態
以前の「Open Models Are Ready for Agents, Their APIs Are Not」で述べたように、オープンウェイトモデルは複雑なエージェントワークフローを処理する能力を持っていますが、オープン API の標準化とツール類は独自エコシステムに遅れをとっています。
OpenAI の Responses API と隠された推論永続性は、独自の標準をさらに強化しています。堅牢でベンダーに依存しないソフトウェアを構築するには、プロバイダ固有の状態管理を「真の信頼源」としてではなく、一時的な最適化として扱う必要があります。
ARC-AGI-3 での三位数規模のパフォーマンス向上は、状態管理と永続性が長期的なエージェント推論にとって不可欠であることを証明しています。しかし、最先端ラボがモデルの知能を不透明で移植不可能なインフラストラクチャと絡めさせる中、開発者は「完全なベンダーロックイン」と引き換えに便利な性能向上を受け入れるか、エージェントの知能・堅牢性・ポータビリティを保つための明示的でオープンな状態管理に投資するかの二者択一を迫られます。
Mozilla AI では、AI の未来はオープンで相互運用可能なエージェントシステムにあると信じています。
だからこそ、私たちは Otari を構築しています。これは開発者がモデルインフラとエージェントワークフローに対する完全な運用上の所有権を握れるよう設計された、オープンソースの LLM コントロールプレーンです。
今日、ポータブルな状態アーキテクチャを設計することは、明日の開発者の独立性を確保するための第一歩となります。
原文を表示
imageDiscussions about AI vendor lock-in usually focus on model weights, proprietary fine-tuning formats, or custom prompt syntaxes. However, as frontier models shift from simple single-turn completion engines to long-running, multi-turn agentic systems, frontier labs are quietly constructing a much deeper form of lock-in: state and execution infrastructure lock-in.
OpenAI’s recent post, How two settings tripled our ARC-AGI-3 scores, provides a clear demonstration of this shift. By enabling hidden reasoning persistence across turns and automatic context compaction, GPT-5.6 Sol’s ARC-AGI-3 score jumped from 13.3% to 38.3% while consuming 6× fewer output tokens.
The performance gains are real, but so are the architectural implications for developers striving to build open, portable agentic systems.
State Persistence Without Developer Control
Under OpenAI’s Responses API, multi-turn reasoning can use either server-managed continuation through previous_response_id, which lets later responses access stored conversation state and compatible persisted reasoning items, or client-managed stateless continuation with store: false, where the client preserves and replays complete response output items, including opaque reasoning.encrypted_content.
As conversations grow, OpenAI can also use compaction to reduce their context while carrying forward selected state and reasoning. The resulting encrypted compaction item is opaque to developers: it can be stored and replayed to OpenAI, but not inspected, decrypted, or translated for another model provider.
This is not just a particularity of the OpenAI API. Anthropic’ thinking blocks and Gemini thought signatures are both encrypted, and like OpenAI, none of these providers expose the model’s raw reasoning tokens to the developers.
Developers receive only visible outputs, optional reasoning summaries, and opaque continuation state. Consequently, reasoning continuity tied to that hidden state cannot be transferred directly to another provider or open-weights model such as Llama, Qwen, or DeepSeek.
A plain-text handoff can preserve conclusions and selected context, but it reconstructs rather than transfers the model’s accumulated internal reasoning state.
Proprietary Execution Harnesses & Benchmark Inflation
The ARC-AGI-3 post highlights another growing trend: frontier labs reinforcing lock-in by pairing their models with closed, proprietary execution harnesses.
Frontier models are heavily Reinforcement Learning (RL)-trained and optimized for specific, proprietary coding harnesses and execution sandboxes (e.g., Code Interpreter environments, custom file-system wrappers, proprietary browser agents). When evaluating models using generic open harnesses, performance often lags. But when coupled with the provider’s native harness and hidden state persistence, benchmark scores double or triple.
This creates a subtle illusion: a score on ARC-AGI or SWE-bench no longer reflects just the raw capabilities of the underlying model, but rather the model + proprietary state-management + custom execution environment. The benchmark’s own authors keep provider-specific settings out of verified scoring precisely to ensure scores stay comparable across providers.
Replicating these results outside the provider’s native API ecosystem requires developers to re-architect significant parts of their harness.
Hidden Memory & Black-Box Session Storage
Beyond hidden reasoning traces within a single thread, labs are increasingly embedding persistent, cross-session memory layers directly into their API endpoints.
When memory, entity tracking, and session compaction happen inside a provider’s black box:
Developers lose granular management: you cannot easily query, edit, filter, or export specific facts or relationships stored in the provider’s memory layer.
Compliance & Data Governance become murky: inspecting what the model “remembers” or deleting sensitive data selectively requires complex API workarounds.
Cross-model orchestration breaks: multi-model agent architectures (e.g., routing planning to Model A and code execution to Model B) cannot access the shared memory state without custom external state infrastructure.
Explicit, Open Agent State
In our previous take, Open Models Are Ready for Agents, Their APIs Are Not, we argued that open-weights models are more than capable of handling complex agent workflows, but open API standards and tooling lag behind proprietary ecosystems.
OpenAI’s Responses API and hidden reasoning persistence double down on proprietary standards. To build resilient, vendor-agnostic software, developers must treat provider-specific state management as an ephemeral optimization, not as the canonical source of truth.
The triple-digit performance bump on ARC-AGI-3 proves that state management and persistence are crucial for long-horizon agentic reasoning. But as frontier labs entangle model intelligence with opaque, non-transferable infrastructure, developers can either accept convenient performance gains at the cost of total provider lock-in, or invest in explicit, open state management that keeps your agents intelligent, resilient, and portable.
At Mozilla AI, we believe the future of AI belongs to open, interoperable agentic systems.
This is precisely why we are building Otari: an open-source LLM Control Plane designed to give developers full operational ownership over their model infrastructure and agent workflows.
Designing portable state architectures today is the first step toward securing developer independence tomorrow.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み