Background AI coding agents — where an agent runs in an isolated cloud VM, makes changes, and opens a draft PR while you're away — have shifted from experimental to mainstream. The post outlines a three-tier mental model: interactive foreground work, parallel background sprints, and overnight backlog drains. A task is 'cloud-ready' only when it has clear scope, named files, a setup path, a test command, and a stop condition. Key pitfalls include the review bottleneck (volume of PRs rises while review capacity stays fixed), a new class of technical debt from code nobody wrote line-by-line, and security risks from over-permissioned cloud VM environments. Practical rules: treat every agent PR as a draft from a junior contributor, read the diff before the summary, never let an agent merge its own code, and keep ambiguous or exploratory work local.

15m read timeFrom alexcloudstar.com
Post cover image
Table of contents
What a Background Coding Agent Actually IsThe Three Tiers I Actually UseWhat Makes a Task Cloud-ReadyWhen to Keep It Local InsteadSetting Up So Agents Do Not Fight Each OtherThe Review Problem Nobody Warns You AboutThe New Class of Technical DebtSecurity and Access, Because Cloud VMs Are Not Free of RiskHow I Actually Work NowThe Honest Bottom Line
269 Impressions