Software Bugs
Fiction
I accidentally set up an infinite retry loop and burned $340 in 4 hours
I was building a little side project with the OpenAI API. Nothing fancy, just a script that summarized Slack threads and posted them to a channel. I had a try/except block that w…