Kurt Mackey makes a compelling case that ephemeral sandboxes are fundamentally the wrong tool for running code with AI agents. His insight is that agents work better when they can maintain context across sessions, avoid redundant package installations, and leverage the full system lifecycle. This is an elegant solution to a common problem that I’m eager to try out.
Posts for: #Infrastructure
Georgi Arnaudov: How I Think About Kubernetes
A compelling reframing of Kubernetes as ‘a runtime for declarative infrastructure with a type system’ rather than just a container orchestrator.