Earlier quoted context omitted.
> I get that this isn't a trivial service to scale and deploy, but the $20/month fee to use ChatGPT reliably is one of the most unreliable and low-value products I subscribe to. Meanwhile, after 25 happy years in the industry, I suddenly don't want to work when it's down. It's hard for me to imagine describing it as low-value (though I certainly believe you that it has been to you.)
What are you doing with it. I am seeing this kind of comment a lot but nobody seems to actually say what it is this tool can actually do for them. My personal experience with it makes me really wonder.
The amount of magic C++ required here is beyond me, but I was able to hobble through it thanks to ChatGPT. I also received help on a Discord which was essential because at one point ChatGPT got stuck (it kept using a certain function which did not exist, and refused to not use said function to solve the issue at hand, despite me clearly and repeatedly telling it that this thing was invalid and did not exist).
Here's the small test example - https://pastebin.com/XX9rPDgt
I have also found it useful for writing small scripts which normally would take me 5 - 15 minutes to write. For example, I had downloaded an archive of images which were in an annoying format, where there were 1000's of images in total but they were each burried in a varying depth of folder directories, and there were hundreds of root level folders. ChatGPT wrote a script to extract these images into the root level. The task took about 60 seconds in total, including the time it took to craft the prompt.
It's nice to not have to write scripts like that myself anymore.