I spent the last week playing around with GitHub Copilot and vibe coding a couple of apps and tools. While I’ve been using GitHub Copilot for hobby projects since 2023, I’m not writing code in my day job anymore. It was great to see how far the tools have come. I’ve used the early versions […]
Not all AI-assisted coding is vibe coding
AI-assisted coding is helping in two very different areas. On one side, it’s making non-developers able to rapidly prototype and build applications, often called vibe coding. On the other, it’s helping professional developers build and maintain real software systems. Both are using the same tools but are generating different outcomes. The problem is that “vibe […]
AI is increasing leverage faster than it’s creating sustainability
I came across two very contrasting posts this week from founders. One was from TailwindCSS, and the other from The Browser Company. The TailwindCSS founder shared how the company is struggling despite increased adoption, while The Browser Company shared how they are rethinking hiring due to Claude Code. Both posts show the real-world impact of […]
Fixing AKS Workload Identity Login in Azure CLI
I just spent 2 hours trying to figure out how to log into Azure CLI using workload identity, and I hope to document how to fix it very quicly. The situation You have an AKS cluster with workload identity setup, and while trying to log into Azure CLI with a federated identity, you get the […]
✂️ Cut Image Pull Times with AKS Artifact Streaming
When a pod in Kubernetes needs to start, the images for the containers in that pod need to be downloaded to the node first. Depending on image sizes, this can take up to a few minutes if you have large container images which might impact your user’s experience. With the new (currently in preview) feature […]