Quick Summary
Covering the latest research from top Wall Street investment banks

Kimi K3 reconstructs long-context inference efficiency through KDA, cross-depth attention, and latent expert routing

Institution
SemiAnalysis
Date
2026-08-04
Authors
KIMBO CHEN, SHUBHAM CHOUDHARI, BRYAN SHAN, DYLAN PATEL
Company
Moonshot AI (Kimi)
Ticker
-
Industry
AI foundation models and data center computing
Rating
-
BullishLow confidenceThe report views Kimi K3 as a leading competitive open-source frontier model, recognizing innovations such as KDA, FlashKDA, cross-depth attention, and latent expert routing, while also noting MLA's cost disadvantage in prefill-intensive agentic tasks.
AuthorsKIMBO CHEN, SHUBHAM CHOUDHARI, BRYAN SHAN, DYLAN PATEL
CoverageOther
Business segmentsLarge language models、Model training、Model inference、Linear attention、Mixture-of-experts models、Data center computing
Research firm divisions/subsidiariesSemiAnalysis(Other)

AI summary card

Kimi K3 reconstructs long-context inference efficiency through KDA, cross-depth attention, and latent expert routing

SemiAnalysis believes Kimi K3 significantly improves long-sequence computation and KV cache efficiency through hybrid linear attention, compressed memory, and custom GPU kernels while maintaining model capability, but MLA may still create a cost bottleneck for prefill-intensive workloads.

The technical view is positive; the report does not provide a security rating, target price, or expected return.
Kimi K3Kimi Delta AttentionFlashKDALinear attentionKV cacheMixture-of-experts modelAI inferenceData center
  • KDA extends DeltaNet's forget gate into a diagonal matrix, enabling per-channel memory decay and introducing position-awareness.
  • FlashKDA improves KDA's prefill and decoding execution efficiency on GPUs by blockwise expansion of the recurrence formula and two custom kernels, K1 and K2.
  • KDA's prefill computation and memory overhead grow linearly with sequence length, while the decoding stage maintains constant complexity with respect to sequence length.
  • Kimi Linear's proof of concept shows that interleaving KDA and MLA at a 3:1 ratio can balance model quality and efficiency.
  • The report emphasizes that efficiency cannot be judged solely by KV cache space complexity; model architecture, parallel deployment method, and available instance GPU memory must also be considered comprehensively.

Report interpretation

Overview

This report dissects the core architecture of Kimi K3, focusing on tracing the evolution of Kimi Delta Attention from linear attention, DeltaNet, and Gated DeltaNet to KDA, and analyzing FlashKDA's GPU kernel implementation, computational complexity, and memory traffic. The report also infers from Kimi Linear's public design that Kimi K3 adopts a hybrid attention architecture interleaving KDA and MLA, and evaluates KV cache efficiency within the overall context of model architecture and deployment systems.

Core views

Kimi K3's key value is not a single algorithmic breakthrough, but the co-design of model architecture and inference systems. KDA compresses historical keys and values into a fixed state and mitigates instability in long-range memory under traditional linear attention through a fine-grained forgetting mechanism; FlashKDA converts the recurrence process into blockwise matrix computation suitable for GPUs. This combination is expected to reduce long-context service costs and improve cache residency. However, retaining MLA, while beneficial for decoding, increases prefill overhead, so it may not be the optimal choice in scenarios such as agents where prefill accounts for a high share.

Analysis framework

The report uses methods including architecture tracing, mathematical formula derivation, GPU kernel dissection, estimation of floating-point operations and memory traffic, and comparison with similar attention mechanisms. It first explains linear attention and its associative memory perspective, then analyzes the Delta Rule, forget gates, and per-channel decay, then splits FlashKDA into tensor preparation kernel K1 and blockwise recurrence kernel K2, and finally evaluates architectural trade-offs in conjunction with Kimi Linear and other frontier open-source models.

Methodology notes

  • Attention mechanismLinear attention

    Compress historical keys and values into a fixed-size hidden state S, so attention computation no longer explicitly accesses all historical tokens.

    After removing the Softmax operation in standard Softmax attention, matrix computation can be rearranged, reducing complexity from quadratic to linear with respect to sequence length. However, state S may grow without bound and mix old and new information, weakening long-range recall capability.

  • Memory updateDeltaNet and Delta Rule

    Perform directional updates and regularization on the associative memory state by minimizing the L2 norm of value retrieval error.

    The Delta Rule removes existing associations that do not match the current key-value pair, alleviating the problems of continuously growing states and mutual blurring of information in ordinary linear attention.

  • Memory controlKimi Delta Attention

    Extend the forgetting factor into a diagonal matrix on the basis of Gated DeltaNet, enabling per-channel memory decay.

    KDA combines short convolution, L2 normalization of queries and keys, a low-rank memory gate, and an output forget gate to enhance local dependencies, position awareness, and training stability while compressing historical state.

  • System optimizationFlashKDA

    Unroll token-level recurrence by blocks and use two custom GPU kernels to complete tensor preparation and blockwise recurrence.

    K1 computes decayed queries and keys, inverse transforms, and causal matrices in parallel, while K2 computes pseudo-values, outputs, and updated states, enabling the prefill stage to make greater use of matrix multiplication parallelism.

  • Hybrid attentionKDA and MLA interleaving

    Use linear attention for most layers, with full-attention modules inserted periodically.

    Kimi Linear's proof of concept shows that a 3:1 KDA-to-MLA ratio can balance efficiency and model capability, while KDA also provides position-awareness and replaces RoPE in MLA.

  • Inference system evaluationKV throughput

    Evaluate cache efficiency by comprehensively considering model architecture efficiency, KV cache size, deployment parallelism methods, and available instance memory.

    The report argues that comparing only KV cache space complexity omits the impact of expert parallelism, tensor parallelism, and model computational efficiency on cache capacity and service performance.

Asset mapping & comparison

Structured mapping from thesis to named assets (strengths, weaknesses, peers, risks).

  • Moonshot AI (Kimi)
    Developer of Kimi K3 and direct technology beneficiary
    Strengths
    KDA, FlashKDA, cross-depth attention, and latent expert routing demonstrate strong model-system co-optimization capabilities.
    Weaknesses
    Retaining MLA may increase the computational cost of prefill-intensive workloads, and actual commercialization efficiency still depends on deployment scale and the software stack.
    Comparison
    Compared with other frontier open-source models using GQA or sparse attention, Kimi K3 places greater emphasis on the hybrid design of KDA and MLA.
    Risks
    Public information is insufficient to fully verify K3's training cost, stability of scaled services, and unit economics under real workloads.
  • NVDA.US
    Potential beneficiary among infrastructure targets for AI training and inference accelerators
    Strengths
    FlashKDA relies on efficient GPU matrix computation and custom kernels, continuously reinforcing the importance of high-performance accelerators and a mature software ecosystem.
    Weaknesses
    If linear attention and cache compression significantly improve single-card service efficiency, they may reduce the amount of hardware required for the same workload.
    Comparison
    The report title information indicates that inference performance will be compared across multiple accelerator platforms, but the current input does not provide complete benchmark results.
    Risks
    The report does not provide direct evidence sufficient to quantify the impact on NVDA revenue, demand, or valuation.
  • AMD.US
    Potential beneficiary in AI accelerators and data center computing
    Strengths
    Open kernels and architecture-level inference optimization can expand opportunities for different GPU platforms to host frontier models.
    Weaknesses
    Actual benefits depend on the adaptation quality and performance of kernels such as FlashKDA on AMD's software stack.
    Comparison
    The report table of contents covers inference performance for MI355X and multiple accelerator platforms, but the provided main text does not contain verifiable cross-sectional test data.
    Risks
    The lack of complete performance, cost, and deployment share data prevents forming a definitive relative investment judgment based on this.
  • Data center and AI inference infrastructure
    Upstream infrastructure for Kimi K3 training and scaled services
    Strengths
    Growth in long-context and agentic applications can increase demand for high-bandwidth memory, GPU compute, network interconnects, and inference services.
    Weaknesses
    More efficient attention and KV cache designs may reduce resource consumption per request.
    Comparison
    Industry competition will shift from simply expanding hardware capacity toward comprehensive optimization of model architecture, custom kernels, GPU memory management, and cluster topology.
    Risks
    The net impact of model efficiency improvements on total hardware demand depends on the demand elasticity brought by lower unit costs.

Key data

  • KDA-to-MLA ratio3:1The performance and efficiency balancing ratio provided by Kimi Linear, which the report uses to infer Kimi K3's hybrid attention design.
  • Number of FlashKDA kernels2K1 is responsible for block-level tensor preparation, while K2 is responsible for block-level recurrent computation and state updates.
  • KDA prefill computational complexityO(T×D²)T is sequence length and D is attention head dimension; computation grows linearly with sequence length.
  • KDA prefill memory complexityO(T×C + T×D + D²)C is block size; overall memory access remains linear relative to sequence length.
  • KDA decoding computationApproximately 7×D² FLOPsAn estimate of the critical path for a single attention head, maintaining a constant relationship with the existing sequence length.
  • KDA decoding state memory trafficApproximately 8×D² bytesMainly from reading and writing the FP32 recurrent state.
  • Complexity characteristicsLinear prefill, constant decodingBoth computation and memory overhead exhibit this characteristic relative to sequence length.

Impact & implications

If Kimi K3's architecture and system implementation achieve the effects described in the report, the service bottleneck for long-context models will further shift from traditional KV cache capacity to state update efficiency, kernel arithmetic intensity, and deployment topology design. A fixed-size recurrent state helps improve concurrency and context residency, and may lower per-token inference cost, thereby expanding the economic feasibility of agents and long-text applications. On the other hand, MLA's additional prefill computation means fine-grained trade-offs are still needed across different workloads, and may also push subsequent models toward GQA or sparse attention schemes that are more suitable for prefill-intensive tasks.

Risks

  • The report infers parts of the Kimi K3 architecture based on Kimi Linear and the K3 technical blog, and the inferred results may differ from the final implementation.
  • The current input does not include the full text on training, cross-stage caching, LatentMoE, load balancing, and multi-hardware-platform performance, so some conclusions cannot be cross-verified.
  • Theoretical complexity and single-kernel estimates are not equivalent to end-to-end service performance; actual results are also affected by communication, batch size, parallelism strategy, and the software stack.
  • Although linear attention reduces long-sequence complexity, long-range recall quality and state capacity may still constrain model capability.
  • MLA's additional computation in prefill-intensive agentic tasks may weaken Kimi K3's cost advantage.
  • The report does not provide security valuation, earnings forecasts, or target prices, so it cannot directly support single-stock trading conclusions.

What to watch

  • Kimi K3's complete model parameters, training configuration, and open-weight plans.
  • FlashKDA's end-to-end throughput, latency, and cost on different GPUs and accelerator platforms.
  • Quality differences between KDA and traditional attention under long-context recall, agentic tasks, and high-prefill workloads.
  • KV throughput, cache residency rate, and actual concurrency capability under wide expert-parallel deployment.
  • Whether LatentMoE and quantile load balancing can reduce expert load skew and improve inference utilization.
  • Whether Moonshot's subsequent models replace MLA with GQA, sparse attention, or other mechanisms.
  • The net impact of model efficiency improvements on demand for NVDA, AMD, and data center infrastructure.
Zhejiang ICP No. 2022035445-5
Disclaimer: Market data, charts, indicators, research views, and other information provided on this website are intended solely for information display, research communication, and educational reference. They should not be regarded as personalized investment advice, securities recommendations, trading instructions, solicitations, or guarantees of return. While we strive to improve the reliability of our data and content, such information may still be subject to delays, errors, incompleteness, or untimely updates due to source differences, methodological limitations, system processing, or market volatility. Users should exercise independent judgment based on their own circumstances and bear all risks and responsibilities arising from the use of this website.

Settings

Sign in to view recent logins