X releases its updated open source algorithm - Here’s what it really means
This is one of the most open and honest moves any major social platform has made.
Last week, something important happened in the world of social media.
On May 15, 2026, X released the full updated version of the algorithm that decides what appears in your “For You” feed and they made the entire thing open source on GitHub for everyone to see.
This isn’t just a small code drop. It’s the biggest and most complete release yet, and it includes a brand new component called Grox that wasn’t in previous versions.
For years, people have wondered: How does X actually decide what I see? Now, for the first time, we have a clear, public answer.
Let me break it down in simple terms.
Advertisement

Why this update matters
Most social media platforms keep their recommendation systems secret. X has taken a very different approach. They’ve now published the complete code that powers the For You timeline, including how posts are collected, understood, ranked, and filtered.
This means anyone, from regular users to developers to researchers, can see exactly how the system works. No more guessing.
The update also shows a big shift: the algorithm is moving away from old manual rules and becoming almost entirely powered by AI.
The four main parts of the new algorithm
Here’s how the system works, explained simply:
1. Thunder: The “People You Know” Engine
Thunder is the fast, real-time system that handles posts from accounts you already follow.
The moment someone you follow posts something, Thunder grabs it instantly and makes it available in your feed. It’s designed to be extremely quick, using an in-memory system so it can serve posts in milliseconds.
Think of Thunder as the reliable “friends and family” part of your timeline. It makes sure you don’t miss posts from people you care about.
2. Phoenix: The Discovery Engine
Phoenix is the part that helps you discover new content and accounts.
It uses AI to search through all posts on the platform (not just from people you follow) and finds ones it thinks you might enjoy. This is how interesting posts from strangers can suddenly appear in your For You feed.
Phoenix has two jobs: finding good content (retrieval) and helping rank it later.
Advertisement

3. Grok: The Ranking Brain
Grok is the powerful AI model (built by xAI) that sits at the center of everything.
Once posts are collected by Thunder and Phoenix, Grok scores each one and decides how high it should appear in your feed. It predicts how likely you are to like, reply, repost, or spend time on a post.
The more it learns about what you engage with, the better it gets at showing you content you’ll actually enjoy. This is why your timeline feels more and more personalized over time.
4. Grox: The New “Understanding + Safety Brain” (Added in This Update)
This is the newest and most interesting addition.
Grox was added in the May 15, 2026 update and acts as the content understanding and safety layer.
Here’s what happens the moment you hit “Post”:
- Your post is immediately sent to Grox
- Grox analyzes it using multiple tools:
- It checks for spam
- It classifies what the post is about (topic, tone, category)
- It scans for policy violations (hate speech, violence, misinformation, etc.)
- It creates a smart “digital fingerprint” called an embedding — a mathematical representation of the post’s meaning
Only after Grox processes your post and gives it the green light does it move forward to be ranked by Grok and shown to other people.
Grox is basically the quality control system that helps keep the platform cleaner and more relevant while still allowing open expression.
Advertisement
What this means for you
For regular users, this update means your feed should become more accurate over time because the system now has better tools to understand content.
For creators, it’s both exciting and challenging. Your posts are now evaluated much more deeply, not just by simple rules, but by AI that understands meaning, context, and quality. Good content that people actually engage with will have a better chance of spreading.
The biggest benefit of all? Transparency. You no longer have to wonder why certain posts appear or disappear. The full logic is now public.
Want to see it yourself?
The entire algorithm is available here:
https://github.com/xai-org/x-algorithm
You don’t need to be a programmer to get value from it. The main files and explanations are quite readable if you’re curious.
Too Long; Didn't Read
Here's a summary for you: This is one of the most open and honest moves any major social platform has made.
By open-sourcing the full system, including the new Grox component, X is showing exactly how their recommendation engine works.
Whether you love it, hate it, or are just curious, this is worth paying attention to. The future of social media is becoming more transparent, and this is a big step in that direction.
What do you think about X making their algorithm fully open source? Do you think other platforms should follow?
I’d genuinely love to hear your thoughts.

