⚡ TL;DR
What is the new X Algorithm (Jan 2026)? X (Twitter) has migrated its recommendation architecture to a Rust-based system known as the "Phoenix" engine. The open-source code release confirms that Velocity (speed of engagement) is now the primary ranking factor. The New Engagement Weights:- Retweets: 20.0x Weight (The Viral Signal)
- Replies: 13.5x Weight (Conversation Signal)
- Likes: 1.0x Weight (Vanity Metric)
- External Links: -5.0 Score (Spam Penalty)
xai-org/x-algorithm), confirming that the platform has migrated from the old "Heavy Ranker" to a new engine powered by Grok. I spent the morning auditing the code repositories, and I found the exact numbers that determine if your post goes viral or dies at 100 views.
🚨 The "Heavy Ranker" is deleted.
I read the new X source code. The math is brutal. • Likes = 1 point. • Retweets = 20 points. If you are optimizing for Likes, you are invisible. Here is the new 2026 Engagement Blueprint 🧵 pic.twitter.com/UDt1D1QYE4 — Miles Insights | Amazon Influencer 🚀 (@Miles__Insights) January 21, 2026
1. The Code Proof: Retweets Are King (20x)
The new scoring engine uses a cleaner structure than the old neural nets. I found the default engagement weights located inscoring/weights.rs.
This isn't a theory. This is hard-coded math.
// File: x-algorithm/phoenix/scoring/weights.rs
pub struct EngagementWeights {
pub like_score: f32 = 1.0, // Baseline vanity metric
pub reply_score: f32 = 13.5, // Conversation signal
pub repost_score: f32 = 20.0, // The Viral Gold Standard
pub native_video_score: f32 = 10.0, // Native media boost
pub external_link_penalty: f32 = -5.0, // The "Link Tax"
}
The Takeaway:
- If you get 100 Likes, your score is 100.
- If you get 5 Retweets, your score is 100.
2. The "Link Tax" Is Real (-5.0)
For us affiliates, this is the most painful part of the update. The code confirms an explicitexternal_link_penalty.
If you put your Amazon Associate link in the main tweet, you start with a negative score. The algorithm categorizes you as "Spam" before anyone even sees the post.
The Fix:
- Write a high-value thread.
- Wait 2 minutes (this bypasses the instant-spam filter).
- Post your link in the Reply.
3. The Amazon Strategy: How to Make Money With This
Knowing the code is cool. Making money with it is better. Here is how I am pivoting my content strategy immediately for the Amazon Influencer Program.For Amazon Influencers (Onsite Video Focus)
The code shows anative_video_score of 10.0. This is huge.
- The Play: Stop posting links to your storefront. Start posting Native Video Teasers.
- Example: Upload the first 15 seconds of your "Desk Setup" review directly to X as a native video.
- The Hook: "I just found the best cable organizer on Amazon. Watch how it cleaned my setup in 10 seconds. (Link in reply)."
For Amazon Associates (Offsite Traffic Focus)
Your goal is "Velocity." The newTimeDecay function in the code shows that the first 15 minutes are critical.
- The Play: You need Conversation, not just clicks.
- Strategy: Don't just post a deal. Post a Comparison.
- Example: "Unpopular Opinion: The DJI Osmo Pocket 3 kills the iPhone for vlogging. Here is the side-by-side footage. Which one looks better to you?"
- Why it works: This forces Replies (13.5x weight). As people argue in the comments, your "Velocity Score" skyrockets, triggering the "Phoenix" viral state. Once the post is flying, you drop the affiliate link in the comments.
4. Warning: The "Grok Slop" Filter
One final finding from thegrok_filter.rs module. The algorithm is now using Grok to detect low-effort AI writing.
It looks for words like:
- Unleash
- Delve
- Tapestry
- Elevate