Skip to content

networkNetworking AI Agents on Kubernetes (1)

AI agents invert the usual traffic model: their traffic is mostly outbound, long-lived, and body-driven. Standard Kubernetes networking primitives don't handle this well.

brainThe Next Programming Language: Formalized Human

Software engineers have always used formal languages. As we shift to communicating with AI coding agents, we're ascending to a new level—human language with professional formality, like law or medicine.

external-linkLink: Epsilon

A zero-dependency WASM runtime written in Go

apiAPI Gateways

An API Gateway is the front door to your applications, sitting between users and backend services. It handles authentication, rate limiting, load balancing, and more.

external-linkLink: Kubernetes Controllers at Scale

> “*Whether you are already working on some Kubernetes project or are just getting started with developing your first Kubernetes Operator, chances are high t...