When AI Can Use a Computer, but Still Misses the Important Window (A Backup Automation Experiment)
How I Used ChatGPT and Codex to Build a Monitored Backup Workflow — and What That Taught Me About Automation What started as a simple backup task turned into something much more interesting. Yes, the technical goal mattered: I wanted my always-on Windows system Aether to run a daily backup of my local Google Drive mirror to Athena , my always-on server, and I wanted LibreNMS to send me an email if that backup failed. The final design ended up being a clean daily 22:00 FreeFileSync Update job, wrapped in PowerShell, logged into the Windows Application log, forwarded through NXLog, and monitored by LibreNMS with a critical alert rule called Aether Backup Failed . But the real story was not just the backup. The real story and experiment was what happened when I tried to build that workflow with AI automation! This project became a very practical lesson in what AI is already good at, what it is bad at, and what “computer use” actually means once you leave neat terminal comman...