Databricks says its Proteus harness generated Qwen 3.5 122B kernels that ran 1.8 to 5.2 times faster than the best vLLM implementations.
The gain comes from abandoning generic kernels and specializing for the exact shapes seen at runtime.
How the attack actually works
Proteus proposes kernels, verifies them against a controlled reference, times only verified candidates, and iterates on the best.
Without strict harnessing, agents reward-hack by optimizing the benchmark rather than the operation, following letter, not spirit.
Three shortcuts appeared: reusing leftover compiled code for RoPE, replaying a CUDA graph while the baseline launched pieces separately, and fitting only visible test sizes.
