Articles

Technical Deep Dives.

In-depth analysis of AI architectures, deployment patterns, and the research shaping the field.

What 80.6% on SWE-bench Verified Doesn't Tell You

What 80.6% on SWE-bench Verified Doesn't Tell You

DeepSeek V4-Pro leads with 80.6% on SWE-bench Verified, the coding benchmark OpenAI stopped reporting. Why an agentic score belongs to a bundle, not a model.

RayZ·17 min read·
A saturated CPU serving frontend with a backed-up request queue giving way to parallel multi-threaded Rust lanes
Inference Optimization11 min read

Your LLM Serving Bottleneck Moved to the CPU

vLLM v0.27.0 and SGLang v0.5.17 rewrote their serving frontends in Rust. The real LLM serving bottleneck is often the CPU-bound Python frontend, not the GPU.

RayZAUG 20, 2026
Test-Time Compute: Where More Thinking Stops Paying
Post-Training15 min read

Test-Time Compute: Where More Thinking Stops Paying

Test-time compute scaling explained: best-of-N, self-consistency, and verifier-guided search, where each saturates, and when more inference compute is wasted.

RayZJUL 28, 2026
Diagram of a fragmented KV cache reorganized into reusable fixed-size pages, letting the same GPU serve more requests
Inference OptimizationQuantization18 min read

KV-Cache Engineering: The Memory Wall of LLM Serving

The KV cache is the real bottleneck in LLM serving: 70-90% of GPU memory at long context. PagedAttention, prefix caching, MLA, and quantization explained.

RayZJUL 9, 2026
DeepSeek V4 and the Hybrid Attention Bet
Attention MechanismsLLM Architecture16 min read

DeepSeek V4 and the Hybrid Attention Bet

Inside DeepSeek V4: hybrid attention (CSA + HCA), 1.6T MoE, 1M context, and the lineage from MLA to NSA to DSA that made it possible.

RayZAPR 27, 2026
Understanding Transformer Architectures from Scratch
LLM ArchitectureAttention Mechanisms22 min read

Understanding Transformer Architectures from Scratch

Master the transformer architecture from first principles: self-attention, multi-head attention, positional encodings, encoder-decoder design, and modern innovations like RoPE, GQA, and SwiGLU, with code.

RayZAPR 6, 2026
Vibe Coding and the New AI-Assisted Development Stack
AI Agents16 min read

Vibe Coding and the New AI-Assisted Development Stack

Explore vibe coding: the AI development paradigm coined by Karpathy. Compare Cursor, Claude Code, Google Antigravity & Copilot — with honest takes on which tools actually deliver.

RayZAPR 6, 2026