Comment by GolfPopper

2 years ago

How do you tell a plausible wrong answer from a real one?

By testing the code it returns (I mostly use it as a coding assistant) to see if it works. 95% of the time it does.

For technical questions, ChatGPT has almost completely replaced Google & Stack Overflow for me.

  • In my experience, testing code in a way that ensures that it works is often harder and takes more time than writing it.