Hi, I'm Naoki
RSS FeedFor ~20 years I've built scalable backend systems with Go, Kubernetes, and Google Cloud — now I'm focused on Kubernetes-native AI/LLM infrastructure. This is where I write up what I learn at the intersection of cloud-native and AI.
New here? Start with the About page, or browse the posts below.
Featured
-
I Didn't Write the Code, I Wrote the Grader
Seven engineering lessons from building RouteCause, an autonomous Kubernetes inference-diagnostics agent, in a director-only run at Claude Build Day.
-
Hello, world
Why this blog exists and what I plan to write about — Kubernetes-native AI/LLM infrastructure, from the operational side.
Recent Posts
-
Introduction to the singleflight package of Go
Updated:How Go's singleflight package suppresses duplicate function calls — with use cases from net/lookup and a BFF pattern in microservices.