Skip to content

external-linkLink: Claude Platform on AWS

Anthropic's native Claude Platform is now available through your existing AWS account — same-day feature availability, no separate vendor relationship.

brainMonorepo vs. Multi-repo for AI Coding Agents

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.

brainBounding your agent

Agents have no natural stopping point. Here's how to add one — tracking token spend, wall-clock time, and what to do when a limit is hit.

kuberneteskro: Kubernetes Operators Without the Code

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.

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.