S/o's somewhat cumbersome scheme to aquire comment points to be able to answer was a awkward kludge in the principal problem of open contribution sites, namely that human slop and gamified tactics tend to kill the site. It probably was effective enough to keep things working for a long time but it could not recruit new users (not just readers) as fast as it needed to. It doesn't seem like the points based system really helped as many devs find jobs as it would have taken for the site to become a recruiting tool. It probably would have had to shift and evolve in several keys ways to survive
It’s moderation policies, or maybe just moderators themselves that killed it, this was apparent before AI, but there was no alternative… until suddenly there was.
This. I left SO before AI because moderators were terrible.
SO collapsed twice - first when everyone stopped contributing, and then AI stopped anyone even reading.
> aquire comment points to be able to answer
I thought it was the opposite, you need answer points in order to comment (which resulted in people using answers as comments because they had no other option).
The rules changed, a lot.
You created an account one day and the only things you could do were commenting and asking questions; you created it some other day and the only things you could do were asking and answering questions; some other day the only thing you could do was asking questions.
Any day you signed up, asking any question first was a sure way to be downvoted bellow the threshold that would ban you from the site.
> The rules changed, a lot.
No, they didn't. I joined in late 2010 to post a question, and posted multiple answers within an hour of that. As far as I can research, it has always been like that.
50 reputation is required to comment, except under your own questions (which is meant to facilitate figuring out what's wrong with a problematic question, so that it can be fixed).
Nobody ever got "banned from the site" for asking questions. There are algorithms that implement rate limits on questions and answers, some of which are oppressive (the so-called "Q-ban" limits you to one question per 6 months; and the insiders on meta who are doing all the question closing and downvoting that everyone objects to all hate it and have complained many times). There is in fact no proper facility for banning users available to moderators: they can only "destroy" accounts that were used by spammers or suspend ordinary users for increasing lengths of time (in practice, bans are implemented by suspending for 99999 days, which is about 273 years). These algorithms kick in because of a pattern; I have never been shown evidence of the Q-ban kicking in because of a single question (the details are internal to the company; even actual moderators don't and can't know) and the initial rate limits are honestly pretty gentle (unless you imagine that you're entitled to prompt answers; but you're supposed to get those by searching). Note that self-deleting poorly-received questions is generally believed not to help with this. (The goal was to prevent people from making lazy attempts at asking questions and then disclaiming any interest in fixing them; I think this was a misstep, as people should be lauded for coming to an understanding about how the site works, and for deleting things that aren't actually fixable.)
Important references:
https://meta.stackexchange.com/questions/164899 ("the complete rate-limiting guide")
https://meta.stackoverflow.com/questions/271542 (rate-limit implementation)
https://meta.stackoverflow.com/questions/254262 (Q-ban warning)
https://meta.stackoverflow.com/questions/255583 (Q-ban implementation)