Great! But nothing is going to change until people realize that the problem is the feedback loop . It's not the recommendation engine itself, it's the fact that there's no way "out" of the feed that the engine produces. It recommends you stuff, you have little choice but to engage with it, and then it trains on that information . This is the problem with most of social media today. It is a very well known problem in…
reminds me of a story about a guy who was given a gift, a decorative plate with a rooster on it i think it was. didn’t care for it too much, but out of politeness put it on display on an empty cabinet he had. a while later someone noticed he had it and figured he liked it, so got him a similar decorative plate with a rooster on it. again, out of politeness, he put it next to the old one. now other people started to t…
Twitter's Recommendation Algorithm
851–860 of 1001 posts
Re: Twitter's Recommendation Algorithm
#852Re: Twitter's Recommendation Algorithm
#853Earlier quoted context omitted.
This is a very cynical take. They should be commended for publishing recommendation code at all, which no other major social network does.
[flagged]
Re: Twitter's Recommendation Algorithm
#854Earlier quoted context omitted.
> But the underlying policies and models are almost entirely missing... Without those, we can't evaluate the behavior and possible effects of "the algorithm And neither can spammers find and test the cracks and edge cases that would allow them to break the system, that does sound reasonable to me. If they were public there would be an arms race between spammers/those wishing to game the system and Twitter engineers.
Then don’t pretend to release “the algorithm.”
Re: Twitter's Recommendation Algorithm
#855Earlier quoted context omitted.
Inaccurate. Musk stated that people you follow will continue to show up. I only use the 'for you' feed when I'm bored and want stupid dopamine hits, I leave it on Following almost all the time. But that's on desktop, my understanding it that it keeps resetting itself for mobile users (of whom I am not one).
I have had it reset a couple times on mobile a few months ago but at least recently I have not noticed it happening anymore.
Re: Twitter's Recommendation Algorithm
#856The irony is that I prefer Mastodon's sort by time and don't try to be clever approach to this expensive and futile attempt to feed me an endless stream of click bait. I objectively spend more time on Mastodon than on Twitter at this point. It's more engaging for me. It's how Twitter used to work when it was still nice to use. If Twitter wants to put a stop to the user exodus and save lots of money in the process, he…
They did add an off switch to the for you feed. There's a tab for following, albeit not sorted by time.
Following IS sorted by time, though.
Re: Twitter's Recommendation Algorithm
#857From https://github.com/twitter/the-algorithm/blob/7f90d0ca342b92... ( "author_is_elon", candidate => candidate .getOrElse(AuthorIdFeature, None).contains(candidate.getOrElse(DDGStatsElonFeature, 0L))), ( "author_is_power_user", candidate => candidate .getOrElse(AuthorIdFeature, None) .exists(candidate.getOrElse(DDGStatsVitsFeature, Set.empty[Long]).contains)), ( "author_is_democrat", candidate => candidate .getOrEls…
I wonder who's on the "VIT" (Very Important Tweeter) list?
Re: Twitter's Recommendation Algorithm
#858Earlier quoted context omitted.
Yes that weekend everyone started seeing Elon's tweets in their timelines: https://www.theverge.com/2023/2/14/23600358/elon-musk-tweets... You seem weirdly protective of Elon fyi
And Elon later explained that that had nothing to do from him making any specific request that his tweets be valued. This is largely a false creation without evidence to back it up. People are assuming intention behind something that's much more easily explained as a bug, one that was quickly fixed. If it wasn't a bug, why would it disappear if people assume Elon is narcissistic as people claim? It'd still be priorit…
Re: Twitter's Recommendation Algorithm
#859Earlier quoted context omitted.
This is a very cynical take. They should be commended for publishing recommendation code at all, which no other major social network does.
Hey, we can get even more cynical. Why should we trust that this code is even similar to what they run in production currently?
Re: Twitter's Recommendation Algorithm
#860Earlier quoted context omitted.
IIRC it was very recent, there was a Twitter engineer that was fired after explaining to Elon that the algorithm was not biased against him: https://www.salon.com/2023/02/10/petulant-elon-musk-fired-tw... Almost certainly after that event Elon had them explicitly bump his tweets in their reach.
Musk expressed his disappointment with engineers' work and *told them to track* how many times his tweets get recommended, one worker told the outlet. so we know exactly when and why "author_is_elon" was added to the code