Stackoverflow updates its policy to not accept answers copy-pasted from GPT

1 points by sachinjain ↗ HN
I was going through one of my StackOverflow Posts - https://stackoverflow.com/questions/18310484/modify-http-responses-from-a-chrome-extension/71250307, A notification caught my attention - "We do not currently allow content pasted from ChatGPT on Stack Overflow; read our policy here." Policy here - https://stackoverflow.com/help/gpt-policy

If the reference is not sited, Isn't it going to be very tricky for StackOverflow to identify if the content is humanly generated or artificially generated? Is ChatGPT a potential threat to StackOverflow?

2 comments

[ 1.7 ms ] story [ 19.3 ms ] thread
In context of SO, garbage in garbage out (GIGO) applies. That is, many ChatGPT-generated answers look "almost" correct but actually they aren't. While many of SO answers which might became data model for the bot training are high-quality and correct, there are many other answers which are questionable (low-quality posts). Also, bots (ChatGPT included) don't take and understand surrounding context like humans do. So, without context, no matter how good something is, people with subject-matter expertise can (and will) see the fishy behind it.
This isn't backed by any data but I feel confident to say there are so many questions on SO that can be answered by Chat-GPT correctly. If you open the home page of StackOverflow and see the new questions coming in topics like Python, JS, there are many questions related to syntax error, giving wrong output, etc and ChatGPT can be valuable in those scenarios.