I Let AI Build a Tool to Figure Out What Was Waking Me Up at Night

1 views

A lovely personal project: bothered by repeatedly waking in the night, the author had AI help throw together a recording-plus-analysis tool, and finally found the culprit.

The Project Itself

The idea isn't complicated: record continuously through the night, trigger markers by sound pressure, then classify the audio clips to see what sound each wake-up moment lines up with. In the past, this setup would either cost money to buy off the shelf or require writing a fair bit of code yourself. The author had AI do it all—discussing the approach, generating the code, debugging—and wrapped it up in a weekend. As for what the answer was, that's left to the original post, but the result of "pinpointing the specific sound source" gives the whole undertaking a payoff.

The Bigger News Is Personal Software

Judged purely on technical merit, this project is unremarkable; its significance is in showcasing a category of software that's growing: for one person, one problem, disposable after use. In the past, "write a program to investigate my own insomnia" had a cost and benefit that were completely out of proportion; now you can try it in one night—software is, for the first time, cheap enough to be squandered like this. Half the HN comments were about sleep, and half were trading their own similar little tools—the latter half is the more noteworthy signal: personal software, a category predicted for decades, really does seem about to arrive.

via: Hacker News