Comment Re:The 1990s called... (Score 1) 59
Lots of useful things have a random number generator as an essential component; that's not a meaningful criticism. It's bound by statistics, so that gives you a useful sandbox to work within.
Indeed, a lot of what you're doing is asking it to give you an idea of what's going on and then fact-checking it. Part of 'learning AI' is understanding what it is and isn't good at, and the kinds of prompts that are likely to get you useful answers.
For instance: I use ChatGPT now and then to help me diagnose and fix tech support problems. Its ability to trawl through forum posts and surface good fixes for weird issues is much better than google's. For the most part, this is a safe and fast usage of it, because any fix is going to be tested to see if it works, so checking for validity is built into the loop.
I also use it to help me learn programming languages. I tell it in advance: do not do any programming for me; give me general examples only, do not use the project I'm working on and accidentally do the work for me; no compliments; provide links to source documentation when possible. As a tutor, it can be extremely powerful because again, validity checking is built-in. It's generally more readable than the official documentation, if I need more examples, I can ask for them. I try the new thing I've learned, and if it doesn't work, I go back and check the source documentation to see where things have gone wrong. I ask it later to come up with exercises and test questions so I can make sure I've learned what I thought I learned.
None of this is particularly difficult to learn, obviously. If you're a programmer, it shouldn't take you long to work out how it can best support you without turning you into a mindless typist that requests it to spit semi-working code back at you.
It isn't an essential tool by any means, but if you're interested in LEARNING things, it can certainly help you do that. I think people that use it the way I do will ultimately come out ahead of the people that get it to do the work for them. I'll always be able to work independently, but also I can say that I 'learned' AI.