Comment Useful for targeted tasks (Score 1) 221
I've used AI for two tasks where I found it very useful, and some very minor ones as well.
1) I had to write some code to invert a matrix in C. I knew the code was out there, but Google's search is so polluted today I could not find it. ChatGPT immediately returned working code. I noticed it did not calculate the determinant, so I asked it for that, and it modified the code to do so. As I say, I know that code is out there somewhere in a book, probably a dozen books, but I can no longer find older topics because the search engines are so polluted today. So yeah, this was extremely useful.
2) as part of the same project I wanted to OCR the 1975 book 101 BASIC Games. Normal OCRs are completely useless, they do not understand monospaced fonts or dot-matrix, and got perhaps 50% of the characters correct, or less. I ran out of tokens in ChatGPT, so I moved to Gemini. By telling Gemini that it was BASIC code, and in some cases quirks of the particular dialect, the accuracy was over 90%. It had problems with certain things - and other engines had *exactly* the same problems - but once I learned the problem areas I was able to track down the issues quickly. This saved me a LOT of time and I was able to OCR the entire book in a couple of nights.
3) with the first wave of tariffs there was a lot of news about the US's trade deficit. I found lots of hits in Google but again, hard to understand. So I asked ChatGPT and it made a very useful summary. My curiosity piqued, I then asked it for Canada's, and found to my surprise that it is actually much higher on a per-capita basis. But then the neat part - ChatGPT added a second paragraph noting that I can't simply compare it to the US's number, because Canada actually owns enormous foreign holdings, and that the resulting balance is largely flat, meaning the Canadian overall balance is pretty flat whereas the US is heavily indebted because their money normal turns inward.
There is simply no way I would have even known to ask that question. I learned a very important detail about all of this that I would not have otherwise.
So yeah, I think they can be extremely useful, if they are useful at all. My feeling, based on my limited use, is that the key to using them effectively is to ask them to perform very specific actions where the total context is limited. Write a whole program? I can't imagine it can understand the complexity. Comparing the debt to GDP ratio of several countries? No problem.