Loading...
Design an automated content moderation system for a social media platform.
Scenario: A social media platform receives 100M posts per day. The system must detect harmful content (hate speech, violence, misinformation, spam) and either remove it automatically or escalate to human reviewers.
Your Task: Design the content moderation pipeline.
Key Challenges:
Describe your system design approach. Consider components, data flow, and key decisions.