The paid version of ChatGPT has had built in web search for over two years. It’s easy enough to just say “verify your answer” and it will search the web.
Even with code - albeit most of my experience is with having it write AWS automation scripts in Python using the AWS SDK (Boto3), I’ll either give it the link to the API in question or tell it to “verify Boto3 calls on the web”.
The worse thing it usually does is have code where it wants you to include your credentials in code (don’t do that). But even most people on SO do the same
Even with code - albeit most of my experience is with having it write AWS automation scripts in Python using the AWS SDK (Boto3), I’ll either give it the link to the API in question or tell it to “verify Boto3 calls on the web”.
The worse thing it usually does is have code where it wants you to include your credentials in code (don’t do that). But even most people on SO do the same