Summary
This theme centers on making reasoning-oriented LLMs more efficient in both training and inference, rather than treating stronger reasoning as purely a scaling problem. Representative papers emphasize hybrid Mamba/Transformer and MoE designs, knowledge transfer, and adaptive reasoning control so models can sustain long or selective reasoning with lower memory, token, and latency costs. Progress this week reinforces the push toward better throughput-accuracy trade-offs through hybrid architectures, parameter sharing, and budget-aware routing.
Situation
The representative-paper introductions frame a common bottleneck: modern reasoning tasks in math, coding, and agentic settings benefit from longer chains of thought, more samples, or larger models, but standard dense transformers become expensive because sequence length, KV-cache growth, and large-batch decoding strain memory and compute. In response, the literature is shifting toward architectures and training pipelines that preserve reasoning quality while reducing these costs. M1 motivates hybrid linear-recurrent reasoning models as a way to support scalable test-time compute, while AquilaMoE presents MoE scaling as a path to much larger parameter counts without matching per-token compute, provided training can be made data- and compute-efficient.
A second dimension emerging from the introductions is that efficiency is no longer only architectural; it is also behavioral. KAT argues that chain-of-thought should not be applied uniformly, because indiscriminate reasoning creates overthinking, latency, and token waste, motivating models that decide when and how much to reason through distillation, multi-token prediction, and RL with intermediate supervision. Supplemental evidence from Nemotron 3 Ultra extends this trajectory by combining MoE and hybrid Mamba-attention designs with agent-focused post-training and controllable reasoning effort, suggesting that current frontier work is converging on efficient reasoning systems that jointly optimize capability, throughput, and deployability.
Infographic (English)

Progress
Nemotron 3 Ultra: Open, Efficient Mixture-of-Experts Hybrid Mamba-Transformer Model for Agentic Reasoning <See Details on Fugu-MT>
Nemotron 3 Ultra combines a 550B-parameter MoE hybrid Mamba-Attention architecture with agent-focused post-training, achieving up to 5.9× higher inference throughput than comparable open models while matching their accuracy on reasoning and agentic benchmarks. Compared with earlier hybrid or MoE reasoning models, it demonstrates that jointly optimizing architecture, post-training, and quantization can deliver large throughput gains at frontier-level accuracy.
Tying the Loop -- Tied Expert Layers in Mixture-of-Experts Language Models <See Details on Fugu-MT>
This paper ties expert FFN parameters across consecutive MoE layers, reducing total parameters by up to 52% with negligible loss degradation across OLMoE, Qwen3-MoE, and DeepSeekMoE architectures. Compared with the prior focus on scaling MoE capacity by adding experts, it shows that weight sharing across layers is a practical parameter-efficiency lever, with per-layer attention—not routing—keeping tied layers distinct.
CARE: Competence-Aware Reward Shaping for Adaptive Reasoning Length in Video-MLLMs <See Details on Fugu-MT>
CARE introduces competence-aware reward shaping for RL-based training of video-MLLMs, dynamically adjusting how reasoning length is rewarded as model competence evolves. Compared with earlier adaptive reasoning work in text-only settings, it addresses the competence–constraint mismatch in multimodal video reasoning and shows improved accuracy with lower token consumption.
SoftMoE: Soft Differentiable Routing for Mixture-of-Experts in LLMs <See Details on Fugu-MT>
SoftMoE replaces discrete top-k routing with a differentiable LapSum relaxation and parameterizes per-layer active expert counts under a global budget constraint. Compared with prior discrete-routing MoE designs, it makes expert allocation fully differentiable and budget-aware while maintaining competitive language-modeling performance.
Outlook
Outlook Summary
The near-term direction is likely to be tighter convergence between hybrid recurrent-attention models and mixture-of-experts designs, with the goal of higher reasoning throughput without giving up accuracy. Recent work points to better kernels, closer inference-engine integration, and optimization methods that make long-context and large-batch reasoning cheaper in practice. A second direction is stronger control over how much reasoning a model performs. Work on multimodal agents, faster reinforcement-learning generation, and competence-aware reasoning length suggests more adaptive policies that reserve long reasoning traces for tasks where they clearly improve outcomes.
Infographic (English)

Three-Year Movement
The three-year movement in this scenario is toward an efficient-reasoning stack that treats reasoning effort as something to control, not just something to scale up. The mechanism is similar to demand response in an electric grid. Reasoning tokens act like variable load, mixture-of-experts modules act like shared capacity, and extra reasoning is used only when the expected quality gain is worth the added cost.
In the first year, the field would move from separate speed demonstrations toward combined recipes. Hybrid recurrent-attention backbones, tied experts, and adaptive reasoning policies would be tested together under fixed time or token limits. The key question would be whether these systems reduce overthinking while keeping answer quality stable. A useful monitoring cue would be sustained token reduction on easier requests without lower user acceptance or worse task results.
In the second year, the main evaluation frame would shift toward accuracy under a fixed budget. That means systems would be compared by what they solve within a set allowance, not only by their best unrestricted score. Faster generation would also make post-training easier, because teams could produce more learning samples and stronger distillation data. This creates a feedback loop: faster models improve training, better training improves adaptive policies, and better policies waste fewer reasoning steps.
By the third year, successful systems would look more standardized. Research would likely consolidate around hybrid sparse models, tied experts, and global-budget routing. Application platforms would embed reasoning-control layers into tools for coding, analysis, and multimodal agents. The caveat is that reasoning is not ordinary load, because an early detail can matter much later in a long chain. The scenario weakens if serving remains slow, adaptive length control loses accuracy on unfamiliar tasks, or fixed-budget evaluation does not become common.
The three-year movement in this scenario is toward planner-controlled reasoning. The mechanism is borrowed from cost-based query optimization in data systems. A planner estimates several ways to solve a task, then chooses the path that best fits time, token, and quality constraints. For language models, that path might use a short answer, hidden reasoning, or a verifier call.
In the first year, research would test whether this planning layer can outperform static behavior. The near-term pieces are already visible in work on budget-aware routing, faster long-trace generation, and competence-aware reasoning length. The important monitoring cue is plan-level performance on mixed workloads. A planner-controlled system should beat an always-reasoning baseline under fixed latency or token limits, especially when easy and hard tasks are mixed together.
In the second year, the focus would move to calibration and serving-engine design. Calibration means learning when extra reasoning is likely to change the answer. Engine design means making the infrastructure carry out the chosen plan efficiently, for example by grouping requests with similar expected trace lengths. Logs of plan choices, failures, and stop decisions would become training data for better cost models. Better cost models would then send saved compute toward harder tasks or toward improved post-training data.
By the third year, efficient reasoning could become a managed execution loop. The system would plan, run, monitor, verify when needed, and learn from the result. Applications would ask platforms for clearer controls over reasoning behavior, not just a larger model. Useful telemetry would show token spending, expert load, and why the system stopped reasoning. The caveat is that language-model reasoning is less deterministic than a database query, and success can be hard to predict before the answer exists. The scenario remains only a wrapper if difficulty estimates, verifier signals, or routing choices stay unstable.
The three-year movement in this scenario is toward disclosed efficiency labels for reasoning systems. The mechanism is to measure not only raw accuracy, but accuracy at a fixed token or compute budget. Energy per resolved task also becomes part of the comparison. This would turn hybrid models, mixture-of-experts routing, and adaptive reasoning into parts of a measurable efficiency system.
In the first year, the field would move from isolated speed claims toward comparable efficiency curves. Researchers would report how performance changes as the allowed reasoning budget changes. Model providers and serving platforms would publish cards that show token use, latency, and throughput. A practical monitoring cue would be a large buyer, standards body, or evaluation program asking for these numbers in a shared format.
In the second year, if that cue appears, reporting would shift from voluntary disclosure to scored efficiency. Research would focus more on auditability. A fixed benchmark can improve discipline, but it can also create gaming. A model might learn to save reasoning mainly on test-like inputs instead of behaving efficiently in normal use. To reduce that risk, evaluations would need hidden task mixes and production-sampled checks.
By the third year, successful systems would ship with both a model and a budget-governance layer. That layer would control when to spend more reasoning effort and when to answer directly. Tools for coding, long-context work, and multimodal reasoning would track cost-normalized performance as a normal operational signal. The stabilizing path is routine release validation that checks whether each model update still meets its disclosed behavior. The disruptive path is a public gaming incident that makes fixed labels less trusted and pushes the field toward runtime telemetry. The caveat is that a reasoning model can change often, and its quality depends strongly on the task, so the durable version is a continuously refreshed measurement system rather than one permanent efficiency number.
1-Year / 3-Year Research-Application Infographic

References
- AquilaMoE: Efficient Training for MoE Models with Scale-Up and Scale-Out Strategies - Authors: Bo-Wen Zhang, Liangdong Wang, Ye Yuan, Jijie Li, Shuhao Gu, Mengdi Zhao, Xinya Wu, Guang Liu, Chengwei Wu, Hanyu Zhao, Li Du, Yiming Ju, Quanyue Ma, Yulong Ao, Yingli Zhao, Songhe Zhu, Zhou Cao, Dong Liang, Yonghua Lin, Ming Zhang, Shunfei Wang, Yanxin Zhou, Min Ye, Xuekai Chen, Xinyang Yu, Xiangjun Huang, Jian Yang, / <See Details on Fugu-MT> / License: CC-BY-4.0
- M1: Towards Scalable Test-Time Compute with Mamba Reasoning Models - Authors: Junxiong Wang, Wen-Ding Li, Daniele Paliotta, Daniel Ritter, Alexander M. Rush, Tri Dao, / <See Details on Fugu-MT> / License: CC-BY-4.0
- KAT-V1: Kwai-AutoThink Technical Report - Authors: Zizheng Zhan, Ken Deng, Huaixi Tang, Wen Xiang, Kun Wu, Weihao Li, Wenqiang Zhu, Jingxuan Xu, Lecheng Huang, Zongxian Feng, Shaojie Wang, Shangpeng Yan, Jiaheng Liu, Zhongyuan Peng, Zuchen Gao, Haoyang Huang, Ziqi Zhan, Yanan Wu, Yuanxing Zhang, Jian Yang, Guang Chen, Haotian Zhang, Bin Chen, Bing Yu, / <See Details on Fugu-MT> / License: CC-BY-4.0