Layered diagram of an AI inference request flowing from a user app through gateway, inference, GPU, and network layers.

From Prompt to Packet: Tracing an AI Request Through the Modern Inference Stack

We follow a single agent request from the user prompt down through the AI gateway, inference server, GPU/Kubernetes scheduler, and east-west networking — then turn around and look at how observability, security, and FinOps wrap around the whole thing.

September 5, 2026 · 12 min · 2445 words · martinuke0
Abstract visualization of tokens flowing from an API request into a GPU as parallel compute lanes.

From Prompt to Pixels: Tracing an LLM Request Through an API to a GPU

We follow a single chat completion request from a client SDK down through the inference server, into the model runner, and finally into the CUDA kernels that execute on a GPU — with the bottlenecks and knobs along the way.

September 5, 2026 · 11 min · 2290 words · martinuke0
A stylized rack of GPU servers with glowing circuit pathways representing the emerging AI infrastructure discipline.

AI Infrastructure Is Becoming the Next Major Infrastructure Discipline

AI infrastructure is crystallizing into a distinct discipline — one with its own hardware, scheduling, and observability stack. This post breaks down the layers, the patterns in production, and the skills engineers need to build it.

September 5, 2026 · 10 min · 1978 words · martinuke0
Abstract diagram of a service scaffolding platform with multiple microservices branching from a shared template repository.

Inside TikTok's HarnessDev: How They Made Scaffolding for Microservices Scale to 6,000+ Services

TikTok’s HarnessDev turns microservice scaffolding into a versioned, policy-aware platform. Here’s what it does, why it matters, and what platform teams can borrow from it.

September 5, 2026 · 10 min · 2001 words · martinuke0
Diagram of an LLM serving as the final ranking stage in a recommender pipeline.

GenRec: An LLM-Backed Recommendation Ranker

GenRec replaces a stack of hand-engineered ranking models with a single fine-tuned LLM that scores items from natural-language context. Here is the architecture, the training loop, and what production teams should know before shipping it.

September 5, 2026 · 9 min · 1827 words · martinuke0
Feedback