Stack Overflow temporarily bans ChatGPT-generated submissions

  • Thread starter Thread starter BWV
  • Start date Start date
  • Tags Tags
    chatgpt
AI Thread Summary
Stack Overflow has temporarily banned the sharing of AI-generated responses from ChatGPT due to concerns about the quality and accuracy of the answers. Moderators noted that while these AI responses can appear correct initially, they often contain inaccuracies upon closer inspection. The decision is provisional, pending further community consultation. The ease of generating responses with ChatGPT has raised concerns about flooding the platform with potentially misleading information. Users have noted the rapid generation of content, such as tutorials, but also acknowledge the inconsistency in the quality of AI outputs. The discussion highlights the challenges of moderating AI-generated content and anticipates ongoing developments as AI technology evolves.
BWV
Messages
1,584
Reaction score
1,937
https://www.theverge.com/2022/12/5/...emporarily-banned-stack-overflow-llms-dangersStack Overflow, the go-to question-and-answer site for coders and programmers, has temporarily banned users from sharing responses generated by AI chatbot ChatGPT.
The site’s mods said that the ban was temporary and that a final ruling would be made some time in the future after consultation with its community. But, as the mods explained, ChatGPT simply makes it too easy for users to generate responses and flood the site with answers that seem correct at first glance but are often wrong on close examination.
 
  • Haha
  • Informative
  • Like
Likes aaroman, berkeman and jedishrfu
Technology news on Phys.org
I knew this would happen. I played with copy.ai where you provide some starting text, the mood you want and it generate different samples of text.

Sometimes it spot on other times it comes up with the weirdest stuff all grammatically correct.

I don’t know how they will discover this because right now it’s a human moderator who has to decide.

We should expect this to happen here as this fad gets more popular and then it will die down, maybe.
 
1670316830660.png
 
  • Haha
  • Like
  • Informative
Likes aaroman, nsaspook, Tom.G and 1 other person
BWV said:
ChatGPT simply makes it too easy for users to generate responses and flood the site with answers that seem correct at first glance but are often wrong on close examination.
Unlike people?
 
  • Like
  • Haha
  • Love
Likes Hornbein, nsaspook, pbuk and 2 others
It's pretty astonishing. I was able to generate a generally correct tutorial in about 10 seconds on a Python question. Looking forward to GPT-4 in a few months.
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...

Similar threads

Replies
2
Views
502K
Back
Top