Wukong 2.2P Open Source: 35B MOE Model Outperforms Qwen3.6-27B at 3–5x the Speed

Wukong 2.2P 35B MOE open-sources, beating Qwen3.6-27B via adversarial hybrid distillation.
The AI team "Shénqí Néng Yíng" has open-sourced Wukong 2.2P, a 35B MOE model built on Qwen3.6-35B and trained with adversarial hybrid distillation. It claims to outperform the original Qwen3.6-27B while offering lower VRAM usage and faster inference — ideal for local deployment. Its core technique combines multi-teacher distillation with GAN-inspired adversarial training, representing a community-driven frontier in open-source model innovation.
Overview: A New Benchmark for Open-Source Small Models
The AI creator team "Shénqí Néng Yíng" has officially open-sourced their latest work — Wukong 2.2P (Plus), a 35B MOE model. Built on the Qwen3.6-35B base and trained using "adversarial hybrid distillation," this model claims to outperform the original Qwen3.6-27B in overall performance, while offering significant advantages in inference speed and VRAM usage. For users seeking a cost-effective local deployment solution, Wukong 2.2P is well worth paying attention to.
The open-source small model space is fiercely competitive, with an ecosystem dominated by major base models including Qwen (Alibaba), LLaMA (Meta), Mistral, and Gemma (Google). On top of these foundations, a large number of third-party teams have built derivative models through fine-tuning, distillation, and merging techniques, forming a vibrant model community. The "adversarial distillation" approach represented by the Wukong series follows a similar path to Nous Research's Hermes series and Teknium's OpenHermes — pursuing performance breakthroughs on open-source bases through innovative training methods. This community-driven model innovation is rapidly closing the gap with commercial closed-source models, while providing local deployment users with an ever-growing selection of high-quality options.

Core Technology: How Adversarial Hybrid Distillation Enables Small Model Breakthroughs
The Adversarial Hybrid Distillation Training Paradigm
Wukong 2.2P continues the core training methodology of the Wukong 2.2 series — adversarial knowledge distillation. Knowledge distillation was originally proposed by Hinton et al. in 2015, with the core idea of having a small model (student model) learn the output distribution of a large model (teacher model), rather than simply learning hard labels. Traditional distillation typically involves a one-to-one teacher-student relationship, whereas "hybrid distillation" introduces multiple teacher models, allowing the student model to draw knowledge from multiple sources — analogous to hybrid vigor in biology. The "adversarial" component borrows from the concept of GANs (Generative Adversarial Networks), using an adversarial training framework to push the model to continuously improve on more challenging samples. This prevents simple imitation of the average behavior of teacher models, enabling the student to surpass any single teacher on specific capability dimensions.
Wukong 2.2P and the earlier Wukong 2.2 Lite 9B are nearly identical in training methodology and dataset, with the sole difference being an upgrade of the base model from Qwen3.5-9B to Qwen3.6-35B. The larger base model combined with mature distillation techniques delivers a qualitative leap — the team claims its overall performance not only surpasses the original Qwen3.6-27B, but "far exceeds the original 35B model" as well.
MOE Architecture: The Fundamental Reason Behind Speed and Capacity
The key to understanding Wukong 2.2P's speed advantage lies in understanding the fundamental difference between MOE (Mixture of Experts) architecture and traditional dense models. Dense models activate all parameters during every inference pass, whereas MOE models contain multiple "experts"
Related articles
Tech FrontiersA Rare Quiet Day in AI: Recursive Self-Improvement Stirs Beneath the Surface
A rare quiet day in AI sees multiple sources go silent simultaneously. Behind the calm, Recursive Self-Improvement (RSI) research continues. What this means for the industry.
Tech FrontiersReve 2 vs. Ideogram 4: A Deep Dive into Layout Control in AI Image Generation
A deep comparison of Reve 2 and Ideogram 4's layout control capabilities, covering technical approaches, real-world use cases, and industry trends for designers and creators.
Tech FrontiersIn the Weights: Check Your Influence Score in the AI World
In the Weights is an AI influence search engine that quantifies your presence in the AI world with a score. Explore how it evaluates practitioners and what it means for digital identity.