AI News AI资讯 7h ago Updated 1h ago 更新于 1小时前 49

Between Kimi K3 and DeepSeek V4, There Is a Time Gap in Native Multimodal Capabilities Kimi K3与DeepSeek V4之间,隔着原生多模态的时间差

Kimi K3 (2.8 trillion total parameters, MoE) and Qwen3.8-Max (2.4 trillion) pursue a "native multimodal" route with early fusion training, while DeepSeek V4-Flash (284 billion) achieves strong Coding/Agent performance without visual capabilities by focusing on post-training optimization Native multimodal means visual and text data jointly shape the base model from pretraining through post-training, enabling "vision in the loop" where agents can inspect screenshots and iteratively refine code out Kimi K3采用2.8万亿参数MoE架构,通过早期融合(early fusion)路线实现原生多模态,支持"vision in the loop"的Agent迭代能力 DeepSeek V4-Flash选择另一条路线:总参数仅2840亿,不加入视觉能力,通过后训练大幅提升Coding和Agent性能 原生多模态与外挂视觉方案的核心差异在于"通信通道宽度":前者视觉与语言主干直接交互,后者需经过文本压缩中转 国产头部厂商在原生多模态路线上出现分化:月之暗面、阿里走"大而全"路线,DeepSeek、智谱、腾讯混元仍以文本为主 多模态训练存在资源博弈:视觉数据会与文本、代码、数学争夺模型容量,可能

72
Hot 热度
68
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Kimi K3 (2.8 trillion total parameters, MoE) and Qwen3.8-Max (2.4 trillion) pursue a "native multimodal" route with early fusion training, while DeepSeek V4-Flash (284 billion) achieves strong Coding/Agent performance without visual capabilities by focusing on post-training optimization
  • Native multimodal means visual and text data jointly shape the base model from pretraining through post-training, enabling "vision in the loop" where agents can inspect screenshots and iteratively refine code output
  • Adding multimodal capability to LLMs creates resource trade-offs: visual data competes with text/code/math for model capacity, potentially degrading existing capabilities unless carefully balanced through early fusion strategies
  • The Chinese AI frontier is split on timing and cost: some companies bet on large-parameter native multimodal as essential for long-chain Agent tasks, while others prioritize Coding performance first and defer visual integration
  • DeepSeek's V4-Flash scored 1577 on Arena WebDev (near GLM-5.2), proving that post-training alone can significantly boost Coding/Agent abilities without expanding architecture or adding vision, challenging the necessity of immediate multimodal investment

Why It Matters

This article captures a critical strategic inflection point in the Chinese AI industry: whether to invest heavily in native multimodal capabilities now or continue optimizing Coding/Agent performance through post-training alone. For AI practitioners, it highlights the real engineering trade-offs between model capacity, training complexity, and capability balance when adding visual understanding to large language models.

Technical Details

  • Kimi K3 architecture: 2.8 trillion total parameters MoE model with ~104 billion active parameters per token, 1M token context window, early fusion pretraining over ~15 trillion mixed image-text tokens, and a newly trained ~400M-parameter visual encoder (MoonViT-V2) that feeds visual representations directly into next-token prediction
  • Vision-in-the-loop mechanism: K3 demonstrated the ability to compare target and rendered webpage screenshots, identifying all 5 visual deviations planted by Puter platform without false positives, enabling iterative code refinement based on visual feedback rather than text-only error reports
  • DeepSeek V4-Flash approach: 284 billion total parameters (130 billion active per token), no architectural changes or visual capabilities added; performance gains came entirely from post-training improvements, achieving 1577 on Arena WebDev
  • Qwen3.8-Max: 2.4 trillion total parameters (950 billion active per token), following the same "large and comprehensive" native multimodal route as K3, supporting visual understanding, Coding, and Cowork capabilities
  • Training trade-offs: Kimi K2.5 ablation studies showed that late-stage visual data integration causes temporary text capability degradation before recovery; Apple's MM1 report confirmed that higher resolution and more visual tokens increase both training and inference costs proportionally

Industry Insight

  • The "Coding first, multimodal later" strategy (exemplified by DeepSeek) remains viable for near-term commercial competitiveness, but native multimodal may become a differentiator as Agent tasks grow longer and more visually dependent—companies should evaluate their target use cases before committing to resource-intensive multimodal training
  • Hiring markets are already shifting: headhunters targeting Moonshot AI (Kimi's developer) specifically seek multimodal expertise post-K3 launch, signaling that multimodal talent is becoming a scarce and strategically valuable resource in the Chinese AI ecosystem
  • The fundamental tension between Ilya Sutskever's view (text as sufficient world representation) and Yann LeCun's view (most knowledge exists outside text) remains unresolved in practice; the industry is currently split along these philosophical lines, with timing and cost considerations—not technical consensus—driving current roadmap decisions

TL;DR

  • Kimi K3采用2.8万亿参数MoE架构,通过早期融合(early fusion)路线实现原生多模态,支持"vision in the loop"的Agent迭代能力
  • DeepSeek V4-Flash选择另一条路线:总参数仅2840亿,不加入视觉能力,通过后训练大幅提升Coding和Agent性能
  • 原生多模态与外挂视觉方案的核心差异在于"通信通道宽度":前者视觉与语言主干直接交互,后者需经过文本压缩中转
  • 国产头部厂商在原生多模态路线上出现分化:月之暗面、阿里走"大而全"路线,DeepSeek、智谱、腾讯混元仍以文本为主
  • 多模态训练存在资源博弈:视觉数据会与文本、代码、数学争夺模型容量,可能削弱原有能力,需精细调配合版比例

为什么值得看

本文系统梳理了国产大模型在原生多模态路线上的战略分歧,揭示了Coding能力与多模态能力之间的资源分配难题,为理解当前AI竞争格局提供了关键视角。

技术解析

  • Kimi K3架构:总参数2.8万亿,每token激活约1040亿参数,采用早期融合路线,在约15万亿混合图文token的联合预训练中按固定比例混合文本与视觉数据;从零训练约4亿参数的MoonViT-V2视觉编码器,不再依赖SigLIP初始化权重
  • DeepSeek V4-Flash策略:总参数2840亿(约为K3的十分之一),每token激活130亿参数,不调整架构和参数规模,将更新集中在后训练,在Arena WebDev榜单得分1577分,证明无视觉+后训练路线的有效性
  • 原生多模态 vs 外挂方案:外挂方案通过OCR或独立VLM将图片转为文字再交给文本模型,本质是"两个模型协作";原生多模态的视觉输入与语言主干之间"通信通道更宽",可直接在视觉强化学习中读取自身生成的页面或图像
  • 训练代价与能力平衡:视觉数据与文本、代码、数学争夺模型容量,Kimi K2.5消融实验显示训练中后期加入视觉数据会导致文本能力先下降再恢复;更高分辨率和更多视觉token带来更高训练与推理开销
  • 阿里Qwen3.8-Max路线:总参数2.4万亿,每token激活950亿,与K3相近的"大而全"方向,同时承载原生视觉、Coding和Cowork能力

行业启示

  • 技术路线分化反映战略取舍:头部厂商对多模态长期价值无分歧,真正分歧在于时机和代价;Coding是"上牌桌门槛"决定短期排名,原生多模态是"长期进化"决定最终高度,两者如同"两个时钟"需同时拨动
  • 资源分配成为核心竞争力:多模态训练需要更大模型容量、更多数据和算力投入,且存在"1+1>2"的合版挑战;厂商需在Coding迭代速度与多模态能力建设之间寻找平衡点
  • 人才与市场信号已显现:K3发布后猎头频繁接触月之暗面团队,"多模态"成为招聘关键词;用户侧对视觉能力需求明确(智谱征集新功能时"视觉"成高频答案),但商业化压力仍更多落在Coding和Agent能力上

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Multimodal 多模态 LLM 大模型 Code Generation 代码生成 Product Launch 产品发布