Kimi K3 の思考プロセス設計の秘密
Moonshot AI の最新モデル「Kimi K3」がフロントエンド評価で首位を獲得したが、その秘密は他社を凌駕する思考トークン量と、思考プロセス内でエージェントのような反復設計を行う独自の Chain-of-Thought 戦略にある。
AIニュース価値スコアβ
技術分析AI関連度、新規性、日本での有用性など6軸を公開検証中です。現在、掲載順には使用していません。
- AI関連度
- 100
- 情報源の信頼性
- 50
- 新規性
- 75
- 検索具体性
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
記事は Kimi K3 という特定のモデルの性能向上要因(12 倍の推論トークン、エージェントのような思考プロセス)に焦点を当てた独自分析であり、AI モデルの内部動作に関する深い技術的洞察を提供しています。日本企業や日本固有の規制・価格情報への言及はないため、日本の関連性は低く設定します。
キーポイント
圧倒的な思考トークンの使用
Kimi K3 は Claude Opus 4.8 の約12倍、先行モデルの K2.6 よりも2倍以上の推論トークンを消費しており、これが性能向上の主要因となっている。
思考内でのエージェントシミュレーション
単なる直線的な推論ではなく、計画から意思決定、個別コンポーネントの設計へと切り替わる多段階の思考プロセスを内部で完結させ、AI エージェントのような挙動を模倣している。
高品質なフロントエンド生成の実現
この戦略により、複雑で意図的なウェブサイトや創造的なコンポーネントデザインが生成され、外部依存関係との統合能力も向上した結果、Frontend Arena で1位を獲得した。
重要な引用
Kimi K3 uses an extreme amount of thinking tokens, using over 12x more reasoning than Claude Opus 4.8 and over double that of Kimi K2.6.
Kimi K3’s performance can be primarily ascribed to its unique chain-of-thought approach where it appears to iterate upon designs much like how a full AI agent would, but inside its chain of thought.
影響分析・編集コメントを表示
影響分析
この分析は、LLM の性能向上が単なるパラメータ数の増加やデータ量ではなく、「思考プロセスの質と構造」に依存していることを浮き彫りにしています。特に、推論コストを大幅に増やすことでエージェントのような複雑なタスク解決能力を獲得するアプローチは、今後の AI エージェント開発における重要な指針となるでしょう。一方で、コスト効率性の観点からも、この「思考トークンの爆発的増加」が実運用でどの程度許容されるかが課題となります。
編集コメント
Kimi K3 の事例は、推論コストを投じてでも「思考プロセスそのもの」をエージェントワークフローに近づけることで性能を飛躍させるという、明確な戦略的転換を示しています。これは単なるモデルのバージョンアップを超え、複雑なタスク解決における「思考の質」の重要性を再認識させる重要な事例です。

Kimi K3, Moonshot AI’s latest open-weight1 model, ranks 1st on our single-shot Frontend Arena with an Elo of 1392. This is 10 positions higher than Kimi K2.6 and 16 positions higher than Kimi K2.7 Code, marking the largest jump we’ve seen in the Moonshot model line.
However, we found that Kimi K3 uses an extreme amount of thinking tokens, using over 12x more reasoning than Claude Opus 4.8 and over double that of Kimi K2.6.

This is a *lot* of reasoning, and we decided to dig deeper to find out exactly what Kimi K3 is thinking about.
We find that Kimi K3’s performance can be primarily ascribed to its unique chain-of-thought approach where it appears to iterate upon designs much like how a full AI agent would, but inside its chain of thought. This strategy produces intricate, intentional websites with creative component design, as well as improves Kimi K3's ability to integrate with outside dependencies.
How Kimi K3 Simulates an Agent in its Chain of Thought
A brief scan through Kimi K3’s thinking traces is all we need to explain its performance. Kimi K3 has unique multi-staged thinking traces, where it switches from planning to decision making to designing individual parts of the final website. This is exactly the agentic workflow, and it’s a pattern we’ve never seen before. In fact, during the final design phases, Kimi K3 writes out sample code so that in the final generation, it can correctly create the interactions it had painstakingly designed.

Compare this to the previous models in the model line, which have much shorter reasoning traces and rarely write code. Instead, they just decide on high-level details or sections before diving straight into the final output.

If we aggregate across all the generations from the Kimi models, we find that it writes over 10x as much code during reasoning than any other model in its model line, with more reasoning tokens spent coding than actually reasoning.

No other model has this density of code blocks during reasoning, and it’s because Kimi K3 iterates on individual components during the reasoning, “testing mentally” instead of using the normal tests it would have in an agent loop. This also implies that Kimi K3 is effectively thinking in code, expressing its planned specification in the form of code and concrete constraints rather than vibing up an inexact plan.

No other large model does this sort of high-level planning and low-level iteration during the reasoning stage, as this strategy increases the amount of time spent reasoning instead of working. By choosing this strategy for its reasoning traces, Kimi K3 deliberately produces results that take more tokens but perform better, essentially trading tokens for intelligence. This results in much slower generations with higher preference scores, setting a new Pareto frontier on our Preference vs Speed chart.

Kimi K3’s Thinking Weaponizes Unsplash Images
However, Kimi K3 has a secret weapon: phenomenal indexing on its training data. Ordinarily, reasoning is much weaker than an agentic trace because the agent can’t use tools like web search to update its internal thinking. However, for Kimi K3, its learned index of the Internet is so strong that it can simply check its mental index for if the reasoning it just output was up-to-date and correct. Below is an example of Kimi K3 using this for Unsplash, a free images provider that models commonly use to find hero visuals and other filler images. On top is the chain-of-thought reasoning, and below is the Unsplash CDN image that the model thought about when it generated the ID.
Kimi K3 thinks about what image it wants, one-shots an Unsplash ID for that image, then thinks about whether than Unsplash ID is actually valid to see if it wants to use it.

This means that Kimi K3 is astoundingly good at finding images for its websites. Here’s the website that the above chain-of-thought generated.

Other models, like Fable 5, don’t utilize their learned index as much as Kimi K3 does, nor do they reason as much about the images they generate. Below are some example generation of Kimi K3 versus other models, where Kimi K3 didn’t miss a single image decoration while Claude Fable 5 and Kimi K2.7 Code had to rely on alt text and defaults instead.


This thinking also extends to dependency usage, where Kimi K3 creates better scroll animations, charts, and frontend UIs simply because it’s thinking about how to use those dependencies during reasoning.



What this means for model selection
Kimi K3 is a step forward in design improvements and a huge leap forward for open source models as a whole. Launches like this are a reminder of how fast the open source frontier is moving, and how open source models can present new ideas that push everyone ahead. Every release like this gives researchers and developers more powerful foundations to push from.
We will continue monitoring Kimi K3 performance and how it compares to other models. Congratulations to the Moonshot AI team on the launch, and see if you like Kimi K3 more than other models on DesignArena.ai.
*Want to make insights like these? Join us at* intelligence.ai.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み