The design of Comments can contribute to harms like Trolling Harassment / Cyberbullying Feedback bombing Spam
Feature:

Comments

Definition: Responses to primary content, or other comments.

Comment sections are a secondary component of a web page in which users can discuss a primary source of media. These systems provide an easy way for users to interact with the author and fellow commenters, fostering a participatory online environment, and at their best, enabling the exchange of ideas. Unfortunately, comment sections are perhaps best known for the ways in which they are consistently abused.

Abuse of comments comes from their design

The frequency with which comments are abused comes from a few sources of their common implementation and design:

  • Comments are typically public, which encourages performative behavior of all kinds, including the nastier varieties.
  • Comments are viewed as low stakes, since typically they are secondary to the primary content of the site, which encourages less thoughtful engagement, and feels less consequential to the commenter.
  • Comments are often paired with scores and voting, which inculcates competitive one-upsmanship and encourages "Dunking": ridicule performed for an audience.
  • Because comments fragment a conversation across multiple entities (replies, threads, primary content), they're harder to moderate through automation that analyzes the content of text.

By reevaluating comment system design, product managers can mitigate challenges faced by platforms and discourage abusive user behavior.

Potential Interventions

Omit comment reaction volume
Don't prominently display the number of likes or other forms of feedback a comment gets.
Posting Limits
Limit the volume of information a user can generate in a day.
Temporal Comment Limits
Restricting the volume of comments people can post will make folks think twice about their actions.
No Comments for Fresh Accounts
Don't accept comments from newly created or barely used accounts.
Author Comment-Moderation
Enable primary content creators control over the comments layered on their content.
Label/Detect Identical Content
For some features, duplicate data suggests misuse.
Comment Ordering
Set the tone for the conversation by choosing the order in which voices are heard.
Affinity To Comment
Require a history of interaction between users before they're allowed to interact in comments.
Feedback Only From Authoritative Sources
Allow users with geographic proximity, purchase history, or other signals of engagement to leave ratings.
Don't allow posting of Location
Use content filters to prevent users from posting addresses, latitude/longitude coordinates, or other location data.
Comment Tone Check Popup
Before posting content containing vulgarities, prompt a user to think twice.
API Surface Area
Prevent automated access to features that are intended only for human activity.
Reporting Mechanisms
Allow users to flag content or behavior that they find to be abusive.
Read before Comment
Require users to read the primary content before they leave comments.
Allow immediate location takedown
Enable any user to immediately censor a physical address from public content.
Auto-Generated Content Quiz
Encourage users to dig deeper than headlines by validating their knowledge of the subject.
Three Insult Rule
Rather than looking at whether individual pieces of content constitute harassment, consider patterns of behavior.
Is something missing, or could it be better?
Loading...