Kwaipilot releases KAT-Coder-V2.5-Dev, an open-weight MoE model that shatters SWE-bench records and redefines autonomous coding agents.

The landscape of AI-assisted development just shifted. On July 24, 2026, Kwaipilot officially released KAT-Coder-V2.5-Dev, a model specifically engineered to move beyond simple code completion and into the realm of true autonomous software engineering. For developers tired of models that hallucinate syntax or fail to understand complex repository structures, this release marks a significant milestone in agentic workflows.
This isn't just another fine-tuned LLM; it is a specialized powerhouse designed to act as a collaborator that can reason through entire codebases. By making the model open-weight, Kwaipilot is empowering the global developer community to build local, private, and highly efficient coding agents that rival proprietary closed-source giants.
At the heart of KAT-Coder-V2.5-Dev lies a sophisticated Mixture-of-Experts (MoE) architecture. Built upon the robust Qwen3.6-35B-A3B foundation, the model utilizes a total of 35 billion parameters. However, thanks to the MoE design, only 3 billion parameters are active during any single inference pass. This allows for the intelligence of a much larger model with the latency and computational efficiency of a much smaller one.
The model's performance is driven by the proven KAT-V2.5 recipe. This involves a rigorous post-training pipeline that includes advanced data construction, a specialized Supervised Fine-Tuning (SFT) stage, and a Reinforcement Learning (RL) optimization strategy. This holistic approach ensures that the model doesn't just 'know' code, but understands the logic and intent behind complex software architecture.
When it comes to evaluating coding agents, standard benchmarks often fail to capture the complexity of real-world engineering. KAT-Coder-V2.5-Dev, however, excels in the most demanding environments. It shows unprecedented strength in the SWE-bench suite, which tests a model's ability to resolve real GitHub issues autonomously.
The model's performance across various specialized benchmarks sets a new industry standard. Whether it is navigating multilingual repositories or executing commands in a terminal environment, KAT-Coder-V2.5-Dev demonstrates a level of precision that was previously thought to be the exclusive domain of much larger, dense models.
While KAT-Coder-V2.5-Dev is a master of code generation, its utility extends far beyond writing functions. Its high reasoning capabilities make it an ideal candidate for complex coding agents that require multi-step planning and execution. It can act as a junior engineer, performing bug fixes, refactoring legacy code, or even writing comprehensive unit tests.
Furthermore, the model is exceptionally well-suited for RAG (Retrieval-Augmented Generation) workflows within large-scale software repositories. Because it understands structural dependencies, it can effectively utilize retrieved context to provide highly accurate answers about how different modules in a massive codebase interact.
As an open-weight model released under the Apache 2.0 license, developers have the ultimate flexibility. You can download and host KAT-Coder-V2.5-Dev on your own infrastructure to maintain complete data privacy and control over your development environment. This is critical for enterprise-level applications where proprietary code cannot leave the local network.
For those who prefer managed services, Kwaipilot provides API access. However, due to the recent release and the open-weight nature of the model, specific third-party API pricing may vary depending on the provider you choose to host the weights.
Ready to integrate this powerhouse into your workflow? Since the model is open-weight, the easiest way to start is by pulling the weights from official repositories like Hugging Face. You can deploy it using standard inference engines that support MoE architectures, such as vLLM or llama.cpp, to take advantage of the 3B active parameter efficiency.
For developers looking to build agents immediately, we recommend exploring the KAT-Agent framework, which is optimized to leverage the specific reasoning patterns found in the V2.5 recipe. This will allow you to hit the ground running with high-performing, autonomous coding tools.