You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 4A potential way they could alter their process is by manually typing the content over from the chatGPT website, which would lead to a high number of revisions.mousetail– mousetail2023-06-07 20:42:08 +00:00Commented Jun 7, 2023 at 20:42
- 8I don't recall a single one from those I flagged (that would be active in any reasonable way prior to the bad post). Primarily brand new accounts, then some that didn't answer anything for 2 years (and even then it was just few posts). One case where the user seems to have learned and started posting self-written answers.Dan Mašek– Dan Mašek2023-06-07 20:44:29 +00:00Commented Jun 7, 2023 at 20:44
- 3Most code-containing instances posted using the old editor would at minimum result in a few revisions, if the user cares to turn the code into proper code blocks. But I'd also assume the draft mechanic would over time become less useful as a larger and larger percentage of GPT answerers get caught and then attempt to avoid it through modifications. None of this, of course, touches on why we're losing our regular answerers. Could they perhaps have felt like they were being replaced?user400654– user4006542023-06-07 20:44:43 +00:00Commented Jun 7, 2023 at 20:44
- 58Regarding the decrease in answerers... I can just speak for myself, but for a while I've been decreasing my answering, partly due to my dissatisfaction with how the corporation was handling the site and treating the community, partly due to the ever increasing influx of junk questions (no research, blatant duplicates). I definitely don't feel like being replaced -- for the questions and topics I'm actually interested answering, that notion is absurd. But seeing mentions of "I tried ChatGPT and got..." definitely make me walk back slowly -- sorry, I ain't touching that, got better things to do.Dan Mašek– Dan Mašek2023-06-07 22:16:38 +00:00Commented Jun 7, 2023 at 22:16
- 2@DanMašek Fully agree. Since the Monica incident I have stopped posting coding answers that require actual engagement - nowadays my presence on she site is limited to short answers on hobby topics the either require low effort or are fun to research.ꓢPArcheon– ꓢPArcheon2023-06-08 13:24:59 +00:00Commented Jun 8, 2023 at 13:24
- I more meant, why are answerers, as they measured/described them, leaving the platform, not why have people been leaving the platform for 10 years, etc. Sure, we've had a long-term trend of answerers leaving, but why are answerers leaving now at such a larger rate given that they still have plenty of questions to answer? The theory SO is testing is that they're leaving due to suspensions. I'm effectively trying to challenge that theory. It's certainly possible that both new answerers who in the past would have been answering without gpt, that are now using gpt, aren't sticking around as long,user400654– user4006542023-06-08 14:33:57 +00:00Commented Jun 8, 2023 at 14:33
- and that also, they aren't sticking around as long because they're getting suspended. If that's the case... we're kinda screwed if we want to continue striving for quality.user400654– user4006542023-06-08 14:36:28 +00:00Commented Jun 8, 2023 at 14:36
- The question of why answerers are leaving is an interesting one. A lot of things are happening at the same time (new plagiarism mechanism, job market uncertainly ("better not do that during work hours"), and ChatGPT drawing most of attention for a while (and perhaps irreversibly cause people to leave (COVID moment - "Why the <censored> am I in this hamster wheel?? Let me find a more interesting hamster wheel."))).This_is_NOT_a_forum– This_is_NOT_a_forum2023-06-08 15:57:16 +00:00Commented Jun 8, 2023 at 15:57
- 8Having submitted 20+ helpful GPT-related flags myself, I can attest to this. The majority of users either have never posted an answer before, or have not posted an answer in many months (or even years in some cases). The ones that do have previous answers, it is very clear that their answers from before ChatGPT was released were significantly different in content than their recent answers, which at the very least is extremely suspicious. I personally have not any exceptions to this.Jesse– Jesse2023-06-08 17:05:11 +00:00Commented Jun 8, 2023 at 17:05
- 6@KevinB I can concoct a whole list of hypotheses: 1. It's a coincidence and has nothing to do with ChatGPT, which should always be the default hypotheses. 2. The leaving answerers are those that previously primarily answered questions that were rather trivial. Now that those questions are directed at ChatGPT, these answerers have nothing to answer. 3. The answerers are demotivated to answer due to ChatGPT, either because they feel like being cheated for points, or they think they are being made obsolete.Passer By– Passer By2023-06-09 05:19:57 +00:00Commented Jun 9, 2023 at 5:19
- 1#1 is most likely the 30 minute limit, #2 i'd assume people giving up because seeing gpt answers scooping up rep that'd ordinarily go to people who actually care.user400654– user4006542023-06-19 20:50:14 +00:00Commented Jun 19, 2023 at 20:50
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you