The Nightly Sync
I keep my bookmarks in three browsers. Chrome for work, Comet for everything else, Safari when I'm on the phone. One bookmark, three places. For years, that sentence was a problem.
Save something in Chrome and it wasn't in the others. Add a folder on the phone and the desktop never knew. Every few months I'd spend an hour reconciling the mess by hand, get most of the way there, and then let it drift again. Keeping three copies of anything in agreement is not a job a human will do consistently for more than a week.
So I described the problem to the AI the way I'd describe it to a person: I have one list of bookmarks that is the truth, and I want all three browsers to match it, every night, while I sleep.
It read the file formats all three browsers use. It wrote a script that compares each browser against the master list and fixes whatever doesn't match. It scheduled itself for 3:30 in the morning. For the first week I checked the log each morning the way you check a smoke detector, hoping for nothing. Nothing was exactly what I got. All three browsers, identical, by the time I woke up.
But the part that changed my mind came later, when it broke. The nightly run quit both browsers, hit a snag reading the master list, and sat there for an hour until a safety timer killed it. One browser stayed closed. I woke up, looked at the log, and told the AI what happened. It pinpointed the exact minute things stopped, walked me through the evidence, and, with my approval, rebuilt the script so the same failure can't happen again: a watchdog, a fail-safe that relaunches the browsers no matter what, and a local copy of the master list so it never depends on a cloud service being awake at 3 AM.

This is the part I keep coming back to. The AI applied the same care to a debugging session at four in the morning that it applied to the original build. Same method, same patience, no drift. It doesn't get bored of its own job, and it doesn't take shortcuts on the hundredth repetition. Whatever logic it used on the first problem, it uses on the last one, exactly the same way.
Most people have a version of this somewhere in their to-do list. A photo library with ten years of duplicates. A pile of receipts. A folder of "final" documents that are anything but. Not complicated problems. Just big ones. Once you've seen AI handle one, the question stops being "is AI useful?" and becomes "what else have I been doing by hand that I didn't have to?"