KubeCon Europe: How Google Will Evolve Kubernetes in the AI Era

LONDON — With Kubernetes and the cloud native community now 10 years old, KubeCon was a chance to both look back and look ahead for Google’s Jago Macleod, engineering director of GKE and Kubernetes at the company. In a fascinating presentation at KubeCon + CloudNativeCon Europe in London this week, Macleod explained Google’s initial motivation … Read more

AI Coding Trends: Developer Tools To Watch in 2025

With virtually every coding tool now infused with AI, developers are increasingly asking themselves: what type of coding tool should be my default now? Do I need one of those new-fangled “agentic IDEs” or is Visual Studio Code good enough? What role does the cloud play in AI tooling? To answer these questions, I’ve surveyed … Read more

MCP: The Missing Link Between AI Agents and APIs

Last November Anthropic launched the Model Context Protocol (MCP), an open source standard designed to streamline how AI models interact with APIs. As we explained earlier this month, the vision is to make MCP the universal method for AI agents to trigger external actions. MCP has drawn a lot of interest in its first few … Read more

Warp Launches AI-First Native Terminal App for Windows

Warp, the command-line terminal app built for AI, has finally arrived on Windows. Previously it was available only on macOS and Linux, but today’s launch significantly broadens its potential user base. I spoke with Warp’s founder and CEO, Zach Lloyd, about the news. We also discuss how Warp is positioning itself among the raft of … Read more

How AI Agents Are Starting To Automate the Enterprise

So far, 2025 has been the year of AI agents — where generative AI technology is used to automate actions. We’ve seen OpenAI’s Operator debut, demonstrating a prototype agent that can browse the web and do tasks for you. Now a new company called Orby is bringing that same approach to the enterprise, with a … Read more

Beyond DX: Developers Must Now Learn Agent Experience (AX)

In a blog post this month introducing the concept of “Agent Experience” (AX), Netlify CEO Matt Biilmann noted that “today, more than 1,000 sites are being created on Netlify directly from ChatGPT every single day.” Despite knowing that the majority of software developers already use AI-assisted coding tools, I was surprised to read that 1,000 … Read more

Simplify AI Development with Machine Learning Containers

Replicate has a very simple premise: run and share machine learning models in the cloud, using containers technology. Sound familiar? That may be because Replicate’s founder and CEO, Ben Firshman, was previously the creator of Fig, which was acquired by Docker and then became Docker Compose. Replicate is the end result of Firshman and his … Read more

Serverless for AI Devs: Modal’s Python and Rust Based Platform

Serverless has been a trend in internet development for the past decade or more, but has taken on new meaning in the generative AI era. Modal specializes in providing serverless infrastructure tailored for compute-heavy and long-running AI, ML, and data workflows, which are typically challenging for conventional serverless solutions. It’s aimed squarely at developers who … Read more

The Rise of Rust and WebAssembly in Web Development

With the emergence of viable WebAssembly-powered web frameworks for Rust developers, it’s worth looking at how often Rust is used for web development currently, what tools these developers are using, and suitable use cases for Rust and Wasm going forward. In the 2024 JetBrains State of Developer Ecosystem Report, 35% of Rust developers stated they … Read more

Want a Web Framework for Rust, Not JavaScript? Try Leptos

WebAssembly (Wasm) is starting to be used more in web development. In particular, Rust frameworks like Leptos and Sycamore are using Wasm to compile Rust into fast, interactive web apps. Leptos describes itself as a “cutting-edge Rust framework for the modern web.” The project claims to have a web performance second only to vanilla JavaScript … Read more

Web Development Trends in 2024: A Shift Back to Simplicity

The year in web development was characterized by a return to simpler ways of building a website or web application. Partly this was a reaction against the increasing complexity of JavaScript frameworks — especially React-based frameworks. Simpler options like Astro and Eleventy (which I use to run Cybercultural, my internet history website) became more popular … Read more