Hacker News new | ask | show | jobs
by GolfPopper 922 days ago
How do you tell a plausible wrong answer from a real one?
1 comments

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.