The core innovation is a monokernel — a single, persistent GPU-resident program that runs the entire LLM decode pass (prefill, decode, LM-head sampling) in one shot, eliminating the per-token kernel launch overhead that plagues standard stacks . Standard inference frameworks like vLLM, SGLang, and TensorRT-LLM launch one GPU kernel per token, each paying roughly 4.5 μs launch overhead plus HBM restart latency
. Kog's engine bypasses standard communication libraries and eliminates grid synchronizations that it measured as consuming 35% of per-token generation time
.
The "30x faster" claim is calibrated against typical decoding speeds of 100–300 tokens/s for 2B–8B models on high-end GPUs, compared to Kog's 3,000 tokens/s .
Results:
Limitations:
Kog targets three main scenarios:
On the business side, Kog reported 200+ tangible business leads as of August 2026, according to CEO Delalleau . The tech preview hit the front page of Hacker News in May 2026
. The company has raised a seed round co-led by Varsity VC, whose partner Kamel Zeroual was Delalleau's co-founder at his first startup, Stribe
.
CEO Gaël Delalleau brings an unusual background to AI infrastructure: solid-state physics and offensive cybersecurity .
Kog faces three significant scaling hurdles:
Kog's next critical milestone is proving its approach works on large language models (70B+ parameters). CEO Delalleau has stated the company is now focused on scaling its techniques to full-scale LLMs. Confidence comes from newer GPU architectures with substantially higher memory bandwidth — a resource Kog believes remains fundamentally underutilized by standard software stacks . The company has not announced a specific date, but this demonstration is widely seen as the make-or-break proof point for the entire thesis.