--- Summary:

  • 2026 is going to be the year that development actually moves to the cloud.
  • Folks have been talking about this shift for a long time – after all, other productivity apps moved to the cloud long ago, from Google Docs to Figma etc.
  • It’s pretty unusual to use an offline desktop app to do knowledge work these days.
  • But up until now, there hasn’t been a great reason for software development to move off of the laptop and into the cloud.

--- Full Article:

2026 is going to be the year that development actually moves to the cloud.

Folks have been talking about this shift for a long time – after all, other productivity apps moved to the cloud long ago, from Google Docs to Figma etc. It’s pretty unusual to use an offline desktop app to do knowledge work these days.

But up until now, there hasn’t been a great reason for software development to move off of the laptop and into the cloud. In fact, there were some good reasons it shouldn’t.

. TL;DR: the pull to work in the cloud wasn’t that strong for developers, the setup costs were high, and the ergonomics were poor compared to local development.

This is all going to change this year, and not in the way anyone would have predicted a few years back.

It’s all because of… you guessed it… agents.

The reasons are simple:

  • We are running out of laptop capacity. We maintain a large-scale Rust codebase for the

terminal app, and running even two cargo builds simultaneously will strain our SOTA Macbooks. Let alone 10 agents running in parallel.

  • Agents cannot test their work simultaneously if they need computer access. Say, to click around a native application using a mouse. This requires sandboxing to run agents in parallel.

  • Agents need to be working at all times, regardless of whether your computer is awake. They are increasingly running off of timers and system events and can’t be tied to laptop state. A Mac Mini in your closet isn’t going to cut it.

  • Companies want visibility and tracking of agents. This points to less of a DIY workflow and more standardization of orchestration and tracking off of personal machines.

  • And the big one: agents actually make it much easier to set up cloud environments! This used to be a pain in the a**… making Docker files, provisioning machines, etc. A lot of the tedious configuration can be handled by agents now.

There’s still a bunch to figure out to make all of this work well, and this is an area Warp is actively investing in – trying to make the easiest, scalable solution for agents in the cloud, that still allows the right amount of human-in-the-loop, tracking, etc.

Curious if other folks see this the same way… and if you do, keep an eye on the

timeline next week.