Earlier quoted context omitted.
> Why are we allowing this in the first place? Exactly what I keep coming back to. For me, it feels like you could cut this problem down substantially by eliminating section 230 protection on any algorithmically elevated content. Everywhere. Full stop. If you write or have an algorithm created that pushes content to users, in ANY fashion, that is endorsement. You want that content to be seen, for whatever odd reason,…
> algorithmically elevated I don't see a good way to make a definite legal distinction between the icky stuff versus normal an unobjectionable things which are, technically, also forms of elevation-by-algorithm: rank_by_age(items) // Good rank_by_age_and_poster_reputation(items) // Probably rank_by_on_topic_ness(items, forum_subject) rank_by_likes(items) rank_by_engagement_likelihood(items) // Bad? rank_by_positive_s…
rank_by_age(items) // Good
rank_by_age_and_poster_reputation(items) // Probably
rank_by_on_topic_ness(items, forum_subject)
rank_by_likes(items)
rank_by_engagement_likelihood(items) // Bad?
rank_by_positive_sentiment_toward_clients(items) // Bad
Age is deterministic. When was the thing posted?Poster reputation is deterministic. How many times has this poster received positive feedback based on their content?
On-topic-ness is deterministic, if a bit fuzzy. That said I think the likes will reflect this, if you post a thread about cooking potatoes in the gopro subreddit, your post will be downvoted and probably removed via other means in which case it's presence in the feed is already null.
Likes are again, deterministic. How many people upvoted it?
In contrast:
Engagement likelihood is clearly a subjective, theoretical measure. An algorithm is going to parse a database for other posts like this, see how much attention it got, and say "is this likely to drive engagement." That's what I'm talking about.
And positive sentiment towards clients I can't quite read? I'm guessing you're referring to like, community sponsors but I'm not 100% certain. But that almost certainly is a subjective one too, and even if not, it's giving people with money the ability to put their thumb on the scale.