Reading up on recommendation-systems
2 deep · digging since feb 02
- The Algorithm That Powers Your X (Twitter) Post
The X (Twitter) For You feed algorithm uses a Grok-based transformer model and open-sourced components to replace hand-crafted rules with ML, retrieving and ranking posts via in-memory stores and similarity search.
- [x-algorithm] How X Decides What 550 Million Users See
X's open-sourced feed algorithm uses a modular CandidatePipeline with Thunder and Phoenix sources, then scores candidates via a Grok-based transformer predicting 19 engagement signals.