Kog achieves 3,000 output tokens/s per request on an 8× AMD MI300X node using a purely software driven inference engine — no custom hardware, no quantization, and no speculative decoding — by co designing a custom mod... Its core innovation — Delayed Tensor Parallelism (DTP) — delays inter GPU all reduce by 2 layers...
Research answer

Create a landscape editorial hero image for this Studio Global article: What is Kog's approach to achieving up to 30x faster LLM inference on existing GPUs, how does its software-first strategy work, what results. Article summary: ## Kog's Approach and Results. Topic tags: general, documentation, general web, user generated, academic. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make it useful as an illustrative visual, not as factual evidence.
Kog is a French startup that claims it can achieve up to 30x faster LLM inference on existing datacenter GPUs through a deep, software-first optimization stack — co-designing a custom model architecture (Laneformer), a single-kernel inference engine (KIE), and a custom communication layer (KCCL) to eliminate every source of stall in the decode loop.
Rather than building custom ASICs or acquiring exotic hardware, Kog treats three layers as one co-designed system:
Kog open-sourced Laneformer 2B (2.3B parameters), an instruction-tuned coding model designed for decoding speed over raw benchmark score. These speeds are roughly 10x faster than typical vLLM throughput for a model of this size.
Kog's public tech preview runs on a 2B model. The company is now racing to scale its techniques:
ZML — Also a French AI startup (endorsed by Yann LeCun), ZML takes a different approach: it released LLMD, a free inference engine that allows many open-source models to run across a wide variety of chips (NVIDIA, AMD, Google TPU, Apple Metal, Intel Arc) using a unified compiler-based approach. ZML prioritizes hardware portability and multi-chip support rather than extreme single-request latency. Kog, by contrast, is purpose-built for maximum latency reduction on specific high-end datacenter GPUs (MI300X, H200) through deep, hardware-specific optimization.
Cerebras — Uses a fundamentally hardware-first strategy: the Wafer-Scale Engine (WSE-3), a massive single chip that eliminates the need for multi-GPU communication. Cerebras achieves ~2,100 tokens/s on Llama 3.1 70B (batch 1) on its WSE-3 hardware — notably, that speed is for a 70B model, not a 2B model.
Key caveat: Kog's 3,000 tok/s result is on a 2.3B model — an order of magnitude smaller than the 70B models Cerebras serves at comparable speeds. Kog has yet to demonstrate its 30x claim at scale. The company's next milestone (10x on a large industry model) will be the critical proof point.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Kog achieves 3,000 output tokens/s per request on an 8× AMD MI300X node using a purely software driven inference engine — no custom hardware, no quantization, and no speculative decoding — by co designing a custom mod...
Kog achieves 3,000 output tokens/s per request on an 8× AMD MI300X node using a purely software driven inference engine — no custom hardware, no quantization, and no speculative decoding — by co designing a custom mod... Its core innovation — Delayed Tensor Parallelism (DTP) — delays inter GPU all reduce by 2 layers to overlap communication with computation, eliminating the stalls that plague standard tensor parallelism.
Kog has yet to demonstrate its full 30x claim at scale (its best demo is on a 2B model, not a frontier 70B+ model); the next critical proof point will be a 10x speed improvement on a major industry scale model in the...