All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

X Recommendation Algorithm Source Code Released on GitHub

By

just_human

8mo ago· 5 min readenCode

Summary

This article presents the source code for X's (formerly Twitter) recommendation algorithm, which powers content feeds across various product surfaces including the For You Timeline, Search, Explore, and Notifications. The repository contains shared components for data handling, models, and software frameworks that form the backbone of X's recommendation system. It serves as a technical reference for developers interested in understanding the architecture behind X's content recommendation engine.

Key quotes

· 4 pulled
X's Recommendation Algorithm is a set of services and jobs that are responsible for serving feeds of posts and other content across all X product surfaces
Product surfaces at X are built on a shared set of data, models, and software frameworks
Core service that handles the reading and writing of data
For an introduction to how the algorithm works, please refer to our engineering blog
Snippet from the RSS feed
Source code for the X Recommendation Algorithm. Contribute to twitter/the-algorithm development by creating an account on GitHub.

You might also wanna read