Both OpenAI and Anthropic shipped MCP tunnels in May 2026 to connect cloud-hosted AI products to private MCP servers without exposing inbound ports. A comparison of the architectures, security models, and trade-offs.
A comparison of Anycast and Geo DNS for directing traffic to the closest point of presence, including trade-offs, failover behaviour, and when to combine both.
Anthropic's native Claude Platform is now available through your existing AWS account — same-day feature availability, no separate vendor relationship.
A deep dive into Modal's container startup stack — FUSE filesystems, gVisor, memory snapshots, GPU checkpoint/restore — and why instant infrastructure enables a new model of ephemeral AI agents.
Agent Substrate multiplexes large numbers of stateful agent sessions onto a small pool of Kubernetes Pods, achieving heavy oversubscription with sub-second activation.
AI agents amplify your existing architectural decisions. Good boundaries help agents as much as they help human teams — and bad ones cause the same kind of chaos, just faster.
kro generates a CRD and a live reconciliation controller from a YAML ResourceGraphDefinition. Here is how it compares to Helm and proper operators, and why it works surprisingly well as a toy operator framework.
LLM providers are building agentic APIs that run the reasoning loop externally, inverting the traffic model. This post covers what that shift means for K8s-hosted tools: how to declare an agent portably and what an MCP Gateway actually needs to do.
Running inference locally in Kubernetes is harder than deploying any other workload. GPU resource model, model storage, and scaling all require different thinking.
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.
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.