In the Kimi K3 technical blog, Moonshot pushes its LLM's agentic capabilities straight to the system-software layer: the model isn't just benchmark-competitive with Fable 5 and GPT-5.6 Sol — it actually profiled, rewrote, and benchmarked four GPU kernel tasks for 24 straight hours inside a sandbox, matching Fable 5 on AttnRes, KDA, and a 512-dim-head MLA kernel, and significantly beating Opus 4.8, GPT 5.5 and 5.6 Sol. Even more striking is the other case: K3 itself wrote out a Triton-like compiler called MiniTriton, complete with a self-designed tile-level IR, an optimization pass over MLIR, and a PTX code generation pipeline — it trades wins and losses with Triton and torch.compile on multiple roofline benchmarks, and can stably run end-to-end nanoGPT training, with the loss curve almost glued to the reference. K3's architectural skeleton is Kimi Delta Attention (linear attention) + Attention Residuals (cross-layer residual) + Stable LatentMoE (16-of-896), with SiTU activation and Gated MLA. The official scaling efficiency is ~2.5x over K2; all 2.8T parameters are trained with MXFP4 weights + MXFP8 activations, and the serving side requires a 64+ GPU supernode to run. The technical report hasn't been published yet — the paper's promised details have to land together with the July 27 weight release. The open question is whether all of these cases are reproducible on community infrastructure, since they all ran inside Moonshot's own sandbox — but the act of writing "we built our own compiler" into the model card does push the ceiling of agentic benchmarks up another notch.