Stop leaving your AI Agent running 24/7: Power management guide for developers

Rhishi99 · reddit · 2026-09-01

The author criticizes the habit of leaving laptops on 24/7 to idle AI coding agents, highlighting the waste of electricity and unnecessary battery wear.

The post suggests choosing the right power state based on usage: keep awake when actively coding, use sleep for short absences, and hibernate or shut down for longer breaks.

For AI agent tasks, it recommends using native task schedulers (Task Scheduler, cron, launchd) or CI/CD pipelines instead of keeping the machine resident. It also provides commands to automatically hibernate the system once tasks complete.

Original post →

More from coding & agent

coding & agent channel →