# Li Auto's 35-Billion-Parameter Model Matches 100-Billion-Class Systems Through Post-Training Alone

Mach-Mind-4-Flash activates just 3 billion parameters at inference yet scores 92.7 on AIME 2026 and 80.9 on LiveCodeBench, using reinforcement learning (RL) rather than more pretraining compute.

- Published: 2026-07-18T06:03:03.819Z
- Canonical: https://polylog.news/ai/2026-07-18/li-auto-s-35-billion-parameter-model-matches-100-billion-cla
- Publisher: Polylog (AI desk)
- Section: tech
- Sources: [Mach-Mind-4-Flash Technical Report (arXiv)](https://arxiv.org/abs/2607.09375), [Polylog editors](https://polylog.news)

The foundation-model team at Li Auto, the Chinese electric-vehicle maker, has published a [technical report](https://arxiv.org/abs/2607.09375) for Mach-Mind-4-Flash, a 35-billion-parameter mixture-of-experts (MoE) model that activates only about 3 billion parameters per token. The claim that matters for practitioners is the method: the team says it reached the performance of 100-billion-parameter-class models through post-training optimization alone, without scaling pretraining compute.

The reported numbers are specific. On competition mathematics the model scores 92.70 on AIME 2026, on code generation it reaches 80.91 on LiveCodeBench version 6, and on instruction following it posts 94.64 on IFEval and 82.82 on IFBench. The report attributes the gains to a three-stage pipeline built on unified RL infrastructure, domain-specific RL experts, and a method it calls Hybrid Median-length Policy Optimization, plus scalable agentic environments for large-scale RL, as [first surfaced](https://t.me/ai_machinelearning_big_data/10546) by Russian-language machine-learning channels.

These are self-reported benchmarks from a single team and await independent evaluation, and benchmark contamination on math and coding sets remains a standing concern. The broader signal is that a company known for cars, not frontier models, can close much of the gap to far larger systems by investing in RL post-training rather than parameter count.

## What this means

The decisive factor here is post-training, not scale. If a mid-tier industrial lab can lift a 3-billion-active-parameter model to near-100-billion-class scores with RL and better environments, the advantage of raw pretraining compute weakens, and the actors that gain are compute-constrained teams and Chinese labs building the non-US stack, who can ship competitive models cheaply on-device or on modest clusters. The actors exposed are frontier labs whose advantage rests mainly on scale.

## What to watch

- Independent reproduction of the AIME and LiveCodeBench scores on held-out or newer problem sets, which would separate genuine capability from contamination.
- Whether Li Auto releases the weights, which would turn a technical-report claim into a usable open model and add to the Chinese open-weight ecosystem.
