WeSearch

X's Feed Ranking Algorithm: How Grok Ranks 500M Posts in 200ms

·9 min read · 0 reactions · 0 comments · 12 views
#technology#ai#machine learning#social media
X's Feed Ranking Algorithm: How Grok Ranks 500M Posts in 200ms
⚡ TL;DR · AI summary

X's Feed Ranking Algorithm, developed by xAI, efficiently ranks 500 million posts in under 200 milliseconds. The system utilizes a Grok-based transformer to predict engagement types and eliminate manual features. It consists of four main components that work together to deliver personalized content to users swiftly.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1140118) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ramsis Hammadi Posted on May 21 X's Feed Ranking Algorithm: How Grok Ranks 500M Posts in 200ms #webdev #architecture #llm #ai X's Feed Ranking Algorithm: How Grok Ranks 500M Posts in 200ms TL;DR Summary xAI open-sourced the full production code behind X's For You feed on GitHub — 22.5k stars, Apache 2.0, commercial use allowed The system pulls from 500 million daily posts, narrows to candidates, and ranks them in under 200 milliseconds using a Grok-based transformer Zero…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)