Ask HN: Best practices for a scalable community moderation system?
I am building a TikTok like video sharing site and am looking for technical guidelines and best practices for building a community moderation system to serve the first 0 to 100k users. Without admins or trusted moderators.
E.g. when a video is flagged x times within y views, automatically provide it to select users for review. If z% of those confirm the flag, automatically delete the video and punish the uploader. Etc.
Any tips or resources detailing how to build out such a system?
10 comments
[ 44.7 ms ] story [ 327 ms ] threadYou have to reputation count the moderator group who gets the Burn option
> Without admins or trusted moderators.
There is a reason those eventually get folded in.
My arm chair take would be to be open to a solution and try lots of things, let the best bubble up to the top.
> provide it to select users for review
I don't understand, do you have moderators or not?
With something social you need to be focusing your efforts on things that drive growth. If you spend a bunch of time building a robust moderation system, but nobody is using your app then it's wasted effort.
https://www.craigslist.org/about/help/flags_and_community_mo...
Make certain that your back up your decisions with policy, it will make people hate you less.
Once you have scale, you'll need to refine your strategy.
This policy has been refined quite a lot over the last 16 years.
https://creatoracademy.youtube.com/page/lesson/copyright-gui...