[AINews] 今日特に目立った出来事はありませんでした
OpenAI のエージェント利用急増と、PrismML や Tencent による極限まで圧縮されたオープンモデルの登場により、AI エンジニアリングの焦点が「チャット」から「実行・評価」および「ローカル推論」へ急速にシフトしている。
キーポイント
エージェント利用の急増と評価の重要性
OpenAI の Codex と ChatGPT Work の利用が 1 週間で 2.5 倍に増加し、モデル品質だけでなく「評価(evals)」や環境への価値埋め込みが競争優位性の鍵となっている。
ローカル推論のための極限圧縮技術
PrismML が Qwen ベースの 27B モデルを 1.125 ビットまで圧縮してマルチモーダル・エージェント機能を維持し、Tencent も単一 GPU で大規模モデルを実行する手法を発表した。
ハッシュ品質と観測可能性の進化
LangChain や Hermes などのツールが、エージェントの長期実行における停止リスクを減らすための追跡・並列化機能を強化し、インフラキャッチアップへの懸念も示されている。
ローカル推論の実用化と低ビット量子化
NVFP4などの低ビット量子化技術の進展により、Gemma-4やQwen3.5-122B-A10Bなど大規模モデルがローカル環境でエージェントワークフローに耐えうるレベルで動作可能になりつつある。
リアルタイム・継続的知覚型マルチモーダル
OpenMOSSのMOSS-VL-Realtimeは、映像を生成しながらも状況を監視し、証拠が不十分な場合は沈黙するなどの「受動的な視聴」を超えた能動的なリアルタイム対話を実現している。
動画理解におけるアクティブ検索と世界モデル
OmniAgentは必要なフレームのみを要求する能動的な証拠探索により、大規模モデルを上回る性能を発揮し、Motion(動き)は単なる時系列画像ではなく専用のデータ収集とインフラが必要な別個のデータタイプとして扱われるべきである。
Perplexity が WANDR ベンチマークをオープンソース化
動的なウェブ調査を評価するために、引用ページの再取得と証拠検証を行う 500 タスクのベンチマークで、内部研究ハーンスおよび RL 環境として機能する。
影響分析・編集コメントを表示
影響分析
このニュースは、AI エンジニアリングのパラダイムシフトを明確に示しており、開発現場では「チャットベースの開発」から「自律的な実行と評価」への移行が急務となるでしょう。また、ローカル推論の性能向上により、プライバシーやコスト制約のある環境でも高度な AI アプリケーションが展開可能になるため、エッジコンピューティング分野での競争激化が予想されます。
編集コメント
モデルのサイズ競争から、いかに効率的に実行し評価するかという「実装の質」への転換期が訪れていることがよくわかります。特にローカルでの高機能動作は、開発者にとって即座に恩恵を受けられる重要なトレンドです。
昨日の話題がさらに現実味を帯び、スーパーアプリの利用者が前回の更新からさらに 100 万人増えています。
また、AIEWF26 の総括記事(リキャップ)を最終版として公開しました。
その中には、コード生成コストがゼロに近づいても AI エンジニアが継続すべき行動について解説した、Addy Osmani 氏の素晴らしい基調講演の紹介も含まれています。
7/13/2026〜7/14/2026 の AI ニュース。今回は 12 のサブレッドと 544 件の Twitter をチェックしましたが、Discord での新たな話題は見つかりませんでした。AINews のウェブサイトでは過去のニュースをすべて検索可能です。なお、AINews は現在「Latent Space」のセクションとして運営されています。メール配信頻度の設定はご自身でオンオフできます。
AI Twitter レキャップ
コーディングエージェント、ハルネス、そしてチャットから実行へのシフト
OpenAI のエージェント製品が例年以上に強い需要を示しています。@sama 氏は Codex と ChatGPT Work の利用量が 1 週間で 2.5 倍に増加したと発表し、さらに GPT-5.6 Sol への需要が「異常なほど」高いとし、インフラの追いつき具合によってはスケーリング上の問題が発生する可能性にも言及しました(1, 2)。これに対するエコシステムからの反応は即座に現れました。JetBrains は Codex を推奨エージェントとして採用し、@theo 氏は Codex の見落とされがちな「質問ツール」機能を取り上げました。また、OpenAI 自身のチームも GPT-5.6 でゼロから構築したコマンドライン評価ツールのデモを公開しています。製品面では、OpenAI は複数の利用リセットを実施し、@reach_vb 氏や @kimmonismus 氏のようなユーザーの拡散によってその効果がさらに高まりました。
モデルの品質と観測可能性(オバザビリティ)が、差別化要因の最優先事項になりつつあります。複数のツイートで指摘された共通のテーマは、「モデルの質だけではもはや不十分だ」という点です。
@swyx は、古くなった agents.md の指示書が、自己誘発型のプロンプトインジェクションのように機能し、長時間実行されるタスクで数時間にわたる停止を引き起こす可能性があると警告しました。一方、LangChain は LangSmith において Codex 向けの追跡機能を追加し、その後 Cursor、Copilot、Pi、OpenCode へと対応範囲を拡大。これにより、ツール呼び出しやサブエージェントの動作、トークン使用量などが可視化されるようになりました。
@Teknium は、Hermes のアップデートで任意のツール呼び出しの並列処理を実現し、以前から Hermes Agent 内で直接リセットされた状態(banked resets)を公開しています。この議論の核心は、@andykonwinski が簡潔に述べている通り、「自社の価値を評価指標や環境に組み込める企業が、資金力や単なる規模頼りの企業よりも、より持続的な優位性を得られる」という点です。
オープンモデル、量子化、ローカル推論の圧縮
先端的なモデルを消費者向けデバイスに搭載する動きとして、積極的な圧縮技術の進展が目立ちます。PrismML は Qwen 3.6 27B をベースにした「Bonsai 27B」を、2 つのコンパクトなバリアントで公開しました。1 つは「Ternary Bonsai 27B」(5.9 GB / 実効ビット数 1.71)、もう一つは「1-bit Bonsai 27B」(3.9 GB / 実効ビット数 1.125)です。どちらも Apache 2.0 ライセンスで提供されています。
注目すべき点はサイズだけでなく、マルチモーダル機能やツール利用能力、長文コンテキストを扱うエージェントワークフローをローカル環境でも維持している点にあります。デモでは RTX 5090 で Hermes が動作する様子が示され、Locally AI はスマートフォンでの展開も紹介しています。
一方、Tencent Hunyuan も 1-bit と 4-bit の「Hy3」を発表しました。これは単一の GPU で llama.cpp(MTP 機能有効化済み)を介して運用可能な、295B パラメータ規模のフラッグシップモデルです。
量子化とエッジでの展開は、オープンモデルが動作する範囲を広げ続けています。@danielhanchen は Gemma-4 シリーズ全体に加え、Qwen3.5-122B-A10B や GLM-4.7-Flash といった大規模モデルにも NVFP4 ダイナミック量子化を適用したと発表しました。
また、@MiaAI_lab の DGX Spark に関するスレッドでは、実用的なマルチノードのローカル展開案が示されました。具体的には、2 台の DGX Spark で 100 万コンテキストの DeepSeek v4 Flash や MiMo-V2.5 を動かす構成や、4 台で GLM 5.2 の NVFP4 を運用する例です。
これらの動向に共通するのは、ローカル推論がもはや「おもちゃのようなもの」ではなくなったという点です。低ビット幅の重み形式と最適化された実行環境を組み合わせることで、本格的なエージェントワークフローでも実用可能になりつつあります。
多モーダルとワールドモデルシステム:動画、リアルタイム VLM、モーション
リアルタイムの多モーダル相互作用は、「見てから回答する」段階から、継続的な知覚へと移行しています。OpenMOSS が Apache 2.0 ライセンスの下で公開した「MOSS-VL-Realtime」は、11B パラメータ規模のビジョン・ランゲージモデルファミリーで、256K のコンテキスト長を扱えるよう設計されています。これは連続する動画ストリームを対象としています。同システムが持つ重要な特性として、生成中も映像を見続け続けること、シーン変化に応じて回答の修正や中断が可能であること、そして証拠が不十分な場合は沈黙を保つことが挙げられます。
@Open_MOSS による技術的な解説スレッドでは、クロスアテンションアーキテクチャ、時間と空間を統合する位置付けのための「XRoPE」、そしてオフライン・ストリーミング・リアルタイムのすべての設定で統一されたテンプレート採用が強調されています。
長編動画の理解においては、受動的なフレーム取り込みではなく、能動的な証拠探索という枠組みが広まっています。@ZhihuFrontier による要約によると、「OmniAgent」は Qwen2.5-Omni-7B を基盤に構築されており、観測・思考・行動のループを通じて必要なフレームや音声のみを要求する仕組みです。LVBench ベンチマークでは、OmniAgent-7B が 50.5 のスコアを記録し、Qwen2.5-VL-72B の 47.3 を上回りました。同時に消費するフレーム数は約 203 に抑えられ、比較対象の 768 と比べて大幅に削減されています。
このモデルの学習手法も注目すべき点です。受動的な教師あり微調整(SFT)は性能を低下させる一方、58K のエージェント行動軌跡と TAURA を用いたエントロピー重み付き強化学習(RL)が性能向上に寄与しました。より大きな研究の潮流として、Andrew Carr の指摘にある通り、「動き」は単なる「時間の経過した画像」として扱うのではなく、専用の収集・インフラ・モデル処理を要する本質的に新しいデータタイプであるという認識が広がっています。
オープンワールドモデルは、インタラクティブかつ長時間のシミュレーションへと着実に近づいています。@RekaAILabs はオムニ・ワールドモデルを支えるデータスタックについて解説し、ペタバイト規模の動画データと 6 つのパイプライン段階を強調しました。また、モデルが動画の生成と理解の両方を行うことで、データの品質向上による効果が倍増するという点にも言及しています。
@omarsar0 は LingBot-World 2.0 を紹介し、これは時間スケールで数時間にわたる 720p/60fps のインタラクティブ生成を謳う、初期のオープンリリースの一つであると要約しました。ただし、長期的な記憶機能はまだ備わっていません。
応用面では、PixVerse Game が注目されています。これは単なる定型のゲーム風クリップを作るのではなく、リアルタイムで動画に応答するというより困難な課題に取り組んでいます。
研究インフラ、ベンチマーク、評価手法
Perplexity は WANDR をオープンソース化しました。これは広範かつ深層的なエージェント型研究のためのベンチマークです。@perplexity_ai によると、WANDR は非識別化された実務の研究成果から構築された 500 のタスクで構成されており、複数の難易度段階にわたって 170,495 件の出典裏付け付きレコードを必要とします。
静的な正解セットに対して採点するのではなく、WANDR は引用されたページを再取得し、主張が背後にある証拠と合致しているかを確認します。これは動的な Web 調査の性質により適しています。
@AravSrinivas はこれを、Perplexity Computer の深層的かつ広範な研究ハッチングの内部ベンチマークとして位置づけました。一方、@denisyarats は、これが実務のトレースから合成された強化学習(RL)環境としても機能する点を強調しています。
評価設計は、より敵対的で現実的な方向へ進化しています。Agent Arena はシステムコストを 89% 削減しながら、従来の最良の静的設定と同等の精度を達成する成果を発表し、「フルシステムの構成」が「LLM のルーティングのみ」に勝ると主張しました。これに関連して、Google DeepMind のモデルルーティングに関する研究では、ルーターの評価基準は単なる精度やコストだけでなく、専門家間の行動の違いや言い換えに対する安定性も含めるべきだと指摘しています。そうでなければ、ルーティング機能は実質的に意味をなさなくなってしまいます。
Hamel Husain 氏の自動評価に関する投稿も同様の結論に至っています。これらのシステムは人間が見落としがちな問題を発見できますが、専門家の領域に特有の「味」やフィードバックループがまだ不十分であり、専門家と完全に置き換えるには至っていないという点です。
ベンチマークは、一度きりの SWE(ソフトウェアエンジニアリング)タスクから、劣化や検索の現実性を考慮した方向へと拡大しています。mini-swe-agent は設立 1 周年を迎え、現在は複数のソフトウェアベンチマークを支えています。また、SlopCodeBench は、単に孤立した課題を解決するだけでなく、連続的なタスクを通じてエージェントがコードベースをどのように侵食していくかを測定するものとして引用されています。これにより、ベンチマークの範囲は「タスクを解決できるか?」から、「時間とともにリポジトリを悪化させないか?」へと広がっています。
物理 AI、集合知、そしてロボティクス
Sakana AI は、ソフトウェア領域から物理的な自己修復システムへと集合知の概念を拡張しました。Nature Communications に発表された「スマート・セルラー・ブリックス(Smart Cellular Bricks)」がその一例です。
このシステムは多数の同一形状の立方体で構成されており、各立方体は小型ニューラルネットワークを実行し、物理的な隣接するユニットとのみ通信します。しかし、中央集権的な制御がなくても、全体の形状を推測したり損傷を検知したりすることが可能です。特に注目すべき詳細として、これらのセルは 6 つの空間方向における欠落した隣接ユニットを 95% の精度で検出し、目標とする構造を再生できる点が挙げられます。シミュレーションでは、この手法が 18,000 個以上の立方体にスケールすることも確認されています(詳細スレッド)。
物理的な自律性は、さらに小型のデバイスでも実現されつつあります。@alextoussss は、飛行する蛾を空中で撃墜する自律マイクロドローンの衝撃的なデモを投稿しました。これは蚊の根絶に向けた一歩として位置づけられています。一方、@fchollet が紹介した Airtap は、SMS をモバイルアプリのためのヘッドレスなエージェント実行レイヤーに変換する技術です。テキストを制御プレーンとして利用し、認証時以外は介入しない仕組みです。
これらは自律性のスペクトルの両端にある異なるアプローチですが、いずれも「人間が目標を指定し、システムが物理的または準物理的な実行を担当する」インターフェースの方向性を示しています。
エンゲージメント数の多いツイートトップ
OpenAI における需要急増と製品見直し:@sama が GPT-5.6 Sol の価格設定や効率性について言及し、Codex と Work の利用が 2.5 倍に成長した点、「5.6 Sol の成長は異常なほどだ」という発言は、今回の一連の動向において最も重要な運営上のシグナルとなりました。
ガバナンスとラボ内の政治事情:BlackHC氏によるDeepMindのペンタゴン契約と放棄された安全対策に関するスレッド、およびCarole Cadwalladr氏によるその拡散が非常に高いエンゲージメントを集めました。並行して、Mustafa Suleyman氏とSam Altman氏が支持したDemis Hassabis氏のAGIガバナンス提案も、主要な政策議論の焦点となりました。
注目すべきオープンモデルのリリース:Bonsai 27Bは、270億パラメータ規模、スマホクラスでの軽量な実装、そしてApache 2.0ライセンスという組み合わせにより、今回のタイムラインの中で最も技術的に中身のあるオープンモデルとして際立っていました。
AI Reddit まとめ
/r/LocalLlama と /r/localLLM のまとめ
- 中国のオープンウェイトモデルが市場シェアを拡大
続きを読む
原文を表示
Yesterday’s headline story became even more true, with Superapp usage adding yet another 1M users since we last wrote:
In other news, published his final AIEWF26 recap of recaps:
Including coverage of Addy Osmani’s excellent keynote covering what AI engineers should continue doing even when the cost of code generation trends to zero:
AI News for 7/13/2026-7/14/2026. We checked 12 subreddits, 544 Twitters and no further Discords. AINews’ website lets you search all past issues. As a reminder, AINews is now a section of Latent Space. You can opt in/out of email frequencies!
AI Twitter Recap
Coding Agents, Harnesses, and the Shift From Chat to Execution
OpenAI’s agent products are seeing unusually strong pull: @sama said usage of Codex + ChatGPT Work grew 2.5x in a week, later adding that GPT-5.6 Sol demand is “insane” and may cause scaling hiccups while infra catches up (1, 2). The ecosystem response was immediate: JetBrains made Codex its recommended agent, @theo highlighted Codex’s underexposed “question tool”, and OpenAI’s own team showed command-line eval tooling built start-to-finish with GPT-5.6. Product-side, OpenAI also ran multiple usage resets, amplified by @reach_vb and users like @kimmonismus.
Harness quality and observability are becoming a first-class differentiator: several tweets converged on the idea that model quality alone is no longer enough. @swyx warned that stale agents.md instructions can act like self-inflicted prompt injection, causing multi-hour stalls in long-running tasks. LangChain added tracing for Codex and later expanded to Cursor, Copilot, Pi, and OpenCode in LangSmith, exposing tool calls, subagents, and token usage. @Teknium shipped Hermes updates to parallelize any subset of tool calls and previously exposed banked resets directly in Hermes Agent. The meta-point was stated crisply by @andykonwinski: companies that can encode their value into evals and environments may gain a more durable edge than those relying on capital or raw scale alone.
Open Models, Quantization, and Local Inference Compression
Aggressive compression is bringing frontier-adjacent models onto consumer devices: PrismML released Bonsai 27B, based on Qwen 3.6 27B, in two compact variants: Ternary Bonsai 27B at 5.9 GB / 1.71 effective bits and 1-bit Bonsai 27B at 3.9 GB / 1.125 effective bits, both under Apache 2.0. The claim is notable not just for size, but for preserving multimodal, tool-using, long-context agentic workflows locally; a demo shows Hermes running it on an RTX 5090, while Locally AI highlighted phone deployment. In parallel, Tencent Hunyuan released 1-bit and 4-bit Hy3, describing a 295B flagship-scale model that can be served on a single GPU via llama.cpp with MTP enabled.
Quantization and edge deployment continue to broaden the open-model operating envelope: @danielhanchen announced NVFP4 dynamic quants across the Gemma-4 family and additional large models including Qwen3.5-122B-A10B and GLM-4.7-Flash. @MiaAI_lab’s DGX Spark thread sketched practical multi-node local deployments, including 1M-context DeepSeek v4 Flash and MiMo-V2.5 on 2× DGX Sparks, and GLM 5.2 NVFP4 across four. The common theme across these posts is that local inference is no longer just a toy path: it is becoming viable for serious agentic workflows, especially when paired with low-bit weight formats and optimized harnesses.
Multimodal and World-Model Systems: Video, Realtime VLMs, and Motion
Realtime multimodal interaction is moving from “watch then answer” to continuous perception: OpenMOSS released MOSS-VL-Realtime, an 11B vision-language family under Apache 2.0 with 256K context, designed for continuous video streams. Its key systems property is that it can keep watching while generating, revise or interrupt answers as scenes change, and remain silent when evidence is insufficient. A companion technical thread from @Open_MOSS emphasizes a cross-attention architecture, XRoPE for unified temporal-spatial positioning, and unified templates across offline/streaming/realtime settings.
Long-video understanding is increasingly framed as active evidence search, not passive frame ingestion: a dense summary from @ZhihuFrontier described OmniAgent, built on Qwen2.5-Omni-7B, which uses an Observation–Thought–Action loop to request only the frames/audio it needs. On LVBench, OmniAgent-7B reportedly scored 50.5, beating Qwen2.5-VL-72B at 47.3, while consuming only ~203 frames vs 768. The training recipe is also notable: passive SFT hurt performance, while 58K agentic trajectories and entropy-weighted RL via TAURA improved it. The larger research pattern here aligns with Andrew Carr’s note that motion is a fundamentally novel data type requiring dedicated collection, infra, and model treatment rather than being reduced to images-with-time.
Open world models are inching toward interactive, longer-horizon simulation: @RekaAILabs outlined the data stack behind omni world models, stressing petabytes of video, 6 pipeline stages, and the doubled payoff from data-quality improvements when models both generate and understand video. @omarsar0 summarized LingBot-World 2.0 as one of the first open releases claiming hour-scale, 720p/60fps interactive generation, though still without long-term memory. On the application side, PixVerse Game was highlighted as pursuing the harder problem of real-time interactive video response rather than canned game-like clips.
Research Infrastructure, Benchmarks, and Evaluation Methodology
Perplexity open-sourced WANDR, a benchmark for wide-and-deep agentic research: @perplexity_ai described WANDR as a 500-task benchmark built from de-identified production research tasks, requiring 170,495 source-backed records across multiple difficulty tiers. Rather than grading against a static gold set, WANDR re-fetches cited pages and checks claims against underlying evidence, which better matches dynamic web research. @AravSrinivas framed this as the internal benchmark behind Perplexity Computer’s deep-and-wide research harness, while @denisyarats emphasized its additional role as an RL environment synthesized from production traces.
Eval design is getting more adversarial and more realistic: Agent Arena highlighted work cutting system costs by 89% while matching the best static config’s accuracy, arguing that full system config > LLM routing alone. Relatedly, Google DeepMind work on model routing argued that routers should be judged not just by accuracy/cost but by behavioral differentiation among experts and stability under paraphrase; otherwise routing may be functionally meaningless. @HamelHusain’s automated evals post landed in a similar place: these systems can spot issues humans miss, but still lack enough domain taste and feedback loops to replace experts.
Benchmarks are expanding beyond one-shot SWE tasks toward degradation and search realism: mini-swe-agent marked one year while now powering multiple software benchmarks; SlopCodeBench was cited as measuring how agents erode codebases over sequential tasks rather than just solving one isolated issue. This broadens the benchmark surface from “can it solve a task?” to “can it avoid making the repository worse over time?”
Physical AI, Collective Intelligence, and Robotics
Sakana AI pushed collective intelligence from software into physical self-repairing systems: across multiple posts, Sakana introduced “Smart Cellular Bricks”, published in Nature Communications. The system consists of many identical cubes, each running a small neural network and communicating only with physical neighbors, yet able to infer global shape and detect damage without centralized control. A follow-up detail is especially notable: the cells can detect missing neighbors across six spatial directions with 95% accuracy and regrow target structures; in simulation, the method scaled to 18,000+ cubes (detail thread).
Physical autonomy is also showing up in much smaller form factors: @alextoussss posted a striking demo of an autonomous micro-drone achieving an air-to-air kill of a flying moth, framed as a step toward mosquito eradication. Separately, @fchollet highlighted Airtap, which turns SMS into a headless agentic execution layer for mobile apps, using text as the control plane and intervening only for authentication. These are different ends of the autonomy spectrum, but both point to interfaces where humans specify goals while systems handle embodied or semi-embodied execution.
Top tweets (by engagement)
OpenAI demand spike and product pull: @sama on GPT-5.6 Sol pricing/efficiency, 2.5x growth in Codex/Work usage, and “5.6 sol growth is insane” were the most consequential operator signals in the set.
Governance and lab politics: @BlackHC’s thread on DeepMind’s Pentagon contract and abandoned safeguards and Carole Cadwalladr amplifying it drew very high engagement. In parallel, Demis Hassabis’ AGI governance proposal, endorsed by @mustafasuleyman and @sama, was a major policy discussion node.
Notable open-model release: Bonsai 27B stood out as the strongest technically substantive open-model launch in the timeline, due to its combination of 27B scale, phone-class footprint, and Apache 2.0 licensing.
AI Reddit Recap
/r/LocalLlama + /r/localLLM Recap
- Chinese Open-Weight Models Gain Market Share
Read more
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み