Articles
All 40 posts, newest first.
Everything published here so far. Filter by topic, or sort by what gets read most.
InferenceFeb 12, 2025 · 4 min read
CAG Over RAG, When Speed Is the Constraint
RAG searches for information on every turn. CAG pre-computes the KV cache. Where Time-to-First-Token and conversational latency matter, caching flips the architecture.
004 min read

InferenceJan 30, 2025 · 3 min read
LPUs and What They Do That GPUs Do Not
Language Processing Units are purpose-built for language models rather than general compute. The specialization shows up in where the weights live.
003 min read

InferenceDec 10, 2024 · 4 min read
Deploying AI Models with NVIDIA NIM: Production LLMs as Microservices
Running self-hosted LLMs used to mean stitching vLLM, Triton, and CUDA drivers by hand. NVIDIA NIM packages TensorRT-LLM in standardized, production-ready OCI containers.
004 min read
