Articles

Technical Deep Dives.

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

Diffusion Models Beyond Images: Audio, Video, and 3D in 2026

Diffusion Models Beyond Images: Audio, Video, and 3D in 2026

Diffusion models beyond images in 2026: audio, video, and 3D. How diffusion transformers work, the sampling-step latency tax, and where autoregression wins.

RayZ·16 min read·
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