Search papers, labs, and topics across Lattice.
KAT-Coder-V2.5 is an advanced coding-focused agentic model designed to autonomously navigate and operate within real, executable code repositories, overcoming limitations associated with model scale by addressing the challenges of reproducible environments and verifiable rewards. The model employs an innovative end-to-end agentic post-training framework, utilizing AutoBuilder for environment reconstruction and KwaiClawEnv for synthesizing tool-use trajectories, which collectively enhance its ability to generate high-value task specifications and recover effective learning trajectories. In benchmark evaluations, KAT-Coder-V2.5 achieved superior performance in agentic tool-use on PinchBench and ranked second in overall software engineering tasks, demonstrating its effectiveness in real-world coding scenarios.
KAT-Coder-V2.5 outperforms existing models in agentic tool-use, showcasing a new paradigm for autonomous coding agents within executable environments.
We present KAT-Coder-V2.5, a coding-focused agentic model trained to act autonomously inside real, executable repositories rather than as a single-turn code generator. Its capability is bottlenecked less by model scale than by the scarcity of reproducible environments, verifiable rewards, and high-value trajectories, which we address with an end-to-end agentic post-training framework. AutoBuilder reconstructs multilingual repositories into sandboxed environments with fail-to-pass and pass-to-pass verification at scale, from which we regenerate self-contained task specifications, recover near-miss trajectories, and distill supervision through process-aware filtering, while KwaiClawEnv synthesizes large-scale tool-use trajectories from executable services and real task seeds. We further scale reinforcement learning with harness randomization, a reliability-hardened sandbox, an asymmetric actor--critic PPO with hindsight-augmented value estimation, and a harness-oriented reward framework, and unify SWE, Agent-Claw, and WebCoding experts via Multi-Teacher On-Policy Distillation. Across six software-engineering and agentic benchmarks, KAT-Coder-V2.5 delivers the best agentic tool-use result on PinchBench and ranks second only to the frontier Opus 4.8 on repository-level software engineering. Our service is available at https://streamlake.com/product/kat-coder.