HeadlinesBriefing favicon HeadlinesBriefing.com

Infinity's AI Engine Beats vLLM by 34% in Benchmark

Hacker News •
×

Infinity's infy optimization system has built an inference engine from scratch that outperforms vLLM by up to 34.3% on identical hardware. The system autonomously optimized Qwen3-8B on H100 GPUs, achieving 6,712 tokens per second on decode-heavy workloads compared to vLLM's 5,000 tokens per second.

Unlike traditional frameworks, infy starts with no inherited constraints and generates model-specific optimizations. The system cherry-picks techniques from various frameworks while skipping compatibility layers entirely. By fusing operations across attention, normalization, and quantization into single kernels, infy eliminates intermediate memory round-trips that plague conventional implementations.

The 15.9% advantage over vLLM comes from compounding optimizations across multiple categories. Cross-layer kernel fusion provides 5-7 percentage points, while scheduling micro-optimizations and algorithmic reorganizations contribute additional gains. Each optimization is validated through real throughput metrics before inclusion, ensuring performance improvements don't compromise accuracy.