Delegating to AI: where we can afford vibeslop (and where we can't)
AI-based coding tools like Claude Code and its peers are changing the way we build software by making code dramatically cheaper to produce. There is a massive caveat however: AI has not made it any cheaper to manage or alter state. In this context, “state” emcompasses things like: Database Migrations: Modifying schemas and shifting data still takes the same careful planning and execution time. Infrastructure Changes: Provisioning and altering cloud resources haven’t inherently sped up. Code Deployment & Coordinated Releases: AI doesn’t magically accelerate a complex release involving multiple remote systems, backend services, and front-end clients. Changes in API contract are therefore just as taxing to deploy as ever, as you need to mutate state in multiple distinct remote processes. ...