Native multimodality is a product bet on visual agents: Kimi K3 and Qwen3.8 Max combine vision with long horizon reasoning so an agent can render, inspect, and revise work in one loop. Kimi K3 reached 1,679 points and first place on Arena’s Frontend Code Arena, while Qwen3.8 Max documents vision across planning, exe...
Research answer

Create a landscape editorial hero image for this Studio Global article: Why are Moonshot AI’s Kimi K3, Alibaba’s Qwen3.8-Max, and ByteDance’s Doubao-Seed-2.1 pursuing native multimodal training while DeepSeek, Zh. Article summary: The split is primarily a product and training bet: native multimodal models treat visual perception as part of the agent’s core reasoning-and-action loop, while text-first models optimize the cheaper, better-established . Topic tags: general, news, general web, documentation, academic. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks,
A growing divide among frontier models is less about whether a system can accept an image than about whether visual evidence is treated as a first-class part of an agent’s reasoning cycle.
Moonshot AI’s Kimi K3 is presented as a native multimodal agentic model for long-horizon coding, knowledge work, visual understanding, and reasoning. Alibaba describes Qwen3.8-Max’s visual understanding as running through planning, execution, and verification. 17
35 The practical goal is straightforward: let an agent build something, see the rendered result, identify what is wrong, and improve it without reducing every visual observation to an intermediate text report.
Text-first general models remain highly useful for code generation, long-context analysis, tool calling, and tasks whose inputs and success conditions are already expressed in text. In a typical tool-based setup, an agent can call OCR, inspect a DOM or accessibility tree, request coordinates, or send a screenshot to a separate vision-language model. That can be a sensible architecture when the task is document extraction, structured UI inspection, or a one-off visual question.
Native multimodal training makes a different bet. It aims to jointly handle text, images, video, code, and agent state so visual information can influence planning and revision directly. Reporting on the Chinese model market characterized Moonshot, Alibaba, and ByteDance as pursuing that direction, while DeepSeek, Zhipu, and Hunyuan’s general-purpose releases were comparatively text-centric at that moment. 15
That framing should not be mistaken for a permanent divide between companies. DeepSeek’s V4 Flash and V4 Pro originally supported text only, but DeepSeek subsequently introduced the experimental DeepSeek-V4-Flash-Vision-Exp model. 13
4 Model lineups change quickly, and the available sources do not establish a definitive internal rationale for every lab’s choices—particularly for ByteDance, Zhipu, and Tencent.
A webpage is not just its words and DOM structure. It also includes hierarchy, whitespace, alignment, contrast, typography, clipping, imagery, and the relationship between elements. For an agent asked to reproduce a reference design, those details are often the actual acceptance criteria.
A vision-in-the-loop workflow can look like this:
Qwen3.8-Max explicitly describes this closed-loop model: native visual understanding is used through planning, execution, and verification for long-horizon work. Its hosted model supports image, text, and video inputs, with text output. 35 Kimi K3 likewise supports text, image, and video understanding within one model and a 1-million-token context window.
25
The advantage is not simply “the model can see.” It is that the same agent can keep the request, the code, the visual output, and its evolving plan together while it iterates.
External perception tools are often effective, but they create an interface between seeing and acting.
OCR is selective. It can extract visible words, but text extraction alone does not fully convey whether a button is clipped, a layout is unbalanced, a modal obscures content, or a visual hierarchy differs from a reference.
Coordinates are structured but narrow. A report such as “element at x/y” is useful for automation, yet it may not communicate salience, styling, overlap, or whether the element is visually the correct object.
Repeated translation can complicate long chains. In a multi-step workflow, every screenshot-to-description or screenshot-to-coordinate handoff can lose context or require the agent to reconstruct it. A patch based on an incomplete description can create another visual issue, forcing another observation cycle.
A natively multimodal model does not eliminate mistakes, but it can reason over the screenshot and implementation context together rather than relying solely on a textual summary of what the screenshot contains. That is the core appeal for front-end development, GUI automation, visual regression debugging, image editing, and video workflows.
Kimi K3’s public results illustrate why developers are paying attention. Arena reported Kimi K3 at the top of its Frontend Code Arena with 1,679 points, a 17-place rise from Kimi K2.6; it ranked first in six of seven listed frontend domains. 32 Separately, reporting on a Puter test said Kimi K3 found five deliberately introduced visual discrepancies between a target webpage and a rendered version without false positives.
28
These are meaningful demonstrations of visual verification. Yet neither establishes that native vision alone produced the results. Model scale, training data, post-training, prompt design, browser tooling, agent scaffolding, and the benchmark itself can all affect performance. The stronger conclusion is narrower: visual feedback addresses a real class of failures that text-only tests can miss.
Choose a native multimodal agent when the task requires repeated observation and revision, and visual fidelity is part of the definition of done:
A modular OCR or external-VLM pipeline can still be the better fit for low-cost extraction, batch processing, or workflows that need only structured text and UI state. The key decision is not whether vision is fashionable. It is whether the agent must repeatedly answer a visual question: does this output actually look right?
For that category of work, native multimodality turns perception from an occasional tool call into part of the agent’s operating loop—a direction Kimi K3 and Qwen3.8-Max are explicitly pursuing. 17
35
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Native multimodality is a product bet on visual agents: Kimi K3 and Qwen3.8 Max combine vision with long horizon reasoning so an agent can render, inspect, and revise work in one loop.
Native multimodality is a product bet on visual agents: Kimi K3 and Qwen3.8 Max combine vision with long horizon reasoning so an agent can render, inspect, and revise work in one loop. Kimi K3 reached 1,679 points and first place on Arena’s Frontend Code Arena, while Qwen3.8 Max documents vision across planning, execution, and verification.