Aakib Ansari.
Back to articles
News Brief

Kuaishou's KAT-Coder-V2.5 Takes Entire GitHub Issues Autonomously — Open Weights Included

Md Aakib Ansari
Md Aakib AnsariWeb Developer & AI Tools Reviewer
3 min readModel: KAT-Coder-V2.5
Kuaishou's KAT-Coder-V2.5 Takes Entire GitHub Issues Autonomously — Open Weights Included

Kuaishou's AI team, KwaiKAT, released KAT-Coder-V2.5 in early July — an agentic coding model built around a different premise than most coding assistants. Rather than completing code snippets or answering questions about functions, KAT-Coder-V2.5 is designed to accept a whole GitHub issue or business task as input and work through it autonomously: navigating the repository, locating relevant context across files, implementing the changes, and running its own verification steps before returning a result.

The model was trained using an end-to-end agentic post-training framework the KwaiKAT team calls AutoBuilder, which reconstructs multilingual repositories into sandboxed environments to generate training data at scale. A second component, KwaiClawEnv, synthesizes large-scale tool-use trajectories — so rather than learning code from static examples, the model learned to act inside real, executable codebases. The team published a technical report alongside the release with benchmark results on PinchBench and repository-level software engineering tasks, where it claims state-of-the-art performance.

KAT-Coder-V2.5 supports a 256,000-token context window, which gives it room to hold multiple source files, dependency trees, and documentation simultaneously — important for the kind of cross-file reasoning autonomous issue resolution actually requires. The model also retains a multi-expert architecture from the V2 generation that lets it switch between logic-heavy backend work and front-end tasks without a separate model call.

Two versions shipped. KAT-Coder-Pro V2.5 is the commercial release, available via StreamLake and API. KAT-Coder-V2.5-Dev is an open-weight Mixture-of-Experts model — 35B total parameters, 3B activated per forward pass — published on Hugging Face for community research and evaluation. The open-weight release puts it in a similar position to GLM-5.2 in terms of inspectability: researchers can study what the training process actually produced, not just what the benchmark numbers say.

KAT-Coder-V2.5 arrives in the same window as several other agentic coding pushes — it's a different bet from models that target raw benchmark performance and instead focuses on whether the model can actually work inside a real repository without hand-holding.

Frequently Asked Questions

What makes KAT-Coder-V2.5 different from standard coding models?
It's trained to operate as an agent inside full repositories — navigating files, making multi-file changes, and running tests — rather than completing individual code snippets. The training framework used real, reconstructed repositories rather than static code examples.
Is there an open-weight version?
Yes. KAT-Coder-V2.5-Dev is a 35B MoE model (3B active parameters per forward pass) available on Hugging Face. The commercial Pro version is available via StreamLake and the KwaiKAT API.
How large is the context window?
256,000 tokens — large enough to hold multiple source files, documentation, and dependency information simultaneously.

Related Articles

Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model
News Brief2 min read
Meta Releases Muse Glimmer: Apache 2.0 Licensed 30B Local Agent Model

Meta Superintelligence Labs has released Muse Glimmer, a 30-billion parameter open-weight model distilled from its proprietary Muse Spark flagship. Published under an Apache 2.0 license, Glimmer is purpose-built for offline, on-device agentic workloads like coding, debugging, and file management on consumer hardware.

Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License
News Brief2 min read
Ant Group's inclusionAI Team Releases Ling 3.0 Flash FP8 Under MIT License

Ant Group's inclusionAI team has released Ling 3.0 Flash FP8, a highly efficient 124-billion parameter Mixture-of-Experts (MoE) model. Featuring an MIT license and a custom hybrid attention architecture, the model reduces active parameters to 5.1 billion per token, matching the performance of much larger models while dramatically lowering operational costs.

Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks
News Brief2 min read
Liquid AI's LFM2.5-2.6B Matches Models Three Times Its Size on Agentic Tasks

Liquid AI released LFM2.5-2.6B on August 4, a 2.69B-parameter on-device model purpose-built for agentic workloads. Using a hybrid architecture of short convolution blocks and grouped query attention, it runs under 2.5 GB of memory and reaches approximately 220 tokens/s on Apple M5 Max — while matching or exceeding Qwen3.5-9B on tool use and instruction-following benchmarks.