DEV Community

Cover image for Crack the Code: What the 𝕏 Algorithm Actually Rewards (And How to Use It)
Mei Park
Mei Park

Posted on • Originally published at theundercurrent.dev

Crack the Code: What the 𝕏 Algorithm Actually Rewards (And How to Use It)

If you're posting on 𝕏 and wondering why some tweets explode while others die in silence, the answer isn't luck. It's architecture.

In March 2023, Elon Musk open-sourced Twitter's recommendation algorithm at github.com/twitter/the-algorithm. Nearly three years later, the core pipeline remains the most detailed public look inside any major platform's ranking system. And while the trained model weights and live tuning parameters stay proprietary β€” meaning we can see the shape of the machine but not every dial setting β€” what's visible gives creators an enormous strategic advantage.

Here's the playbook.


The Funnel: How Your Tweet Reaches Anyone

Every time someone opens β€œFor You,” the algorithm takes ~500 million daily tweets and narrows them to a few hundred. Understanding this funnel is step one to utilizing it.

Step 1: Candidate Sourcing (~1,500 tweets)

The algorithm pulls from two pools β€” roughly 50/50:

In-Network (followers): Not all followers see your posts equally. A model called RealGraph scores how likely each follower is to interact with you specifically. If someone follows you but never engages, they functionally stop seeing you. Implication: your most engaged followers are your distribution engine. Reward them. Reply to their replies. Keep that signal hot.

Out-of-Network (discovery): This is how you reach people who don't follow you. Three systems work in parallel:

SimClusters β€” Groups users into interest communities. If people in your β€œcluster” engage with your post, it gets surfaced to similar users. This is how niche expertise compounds. Stay on-topic and your cluster tightens around high-intent audiences.

  • TwHIN β€” A 1.5-billion-node knowledge graph connecting users and tweets semantically. Posts that sit at intersections of interest graphs get broader distribution.

  • UTEG β€” Topic-based matching. Consistent use of specific subjects/entities teaches the algorithm what you're about.

Creator takeaway: The discovery engine rewards consistency and specificity. The algorithm is trying to categorize you. Make it easy. Accounts that bounce between random topics confuse the system and get less out-of-network reach.

Step 2: The Heavy Ranker (Where the Magic Happens)

A 48-million-parameter neural network scores every candidate tweet on ten engagement dimensions simultaneously. Here's where most creators' intuition is completely wrong.

The actual signal weights (out of 100):

  • Reply that gets a reply back from you: +75 β€” THE most powerful signal. Reply to your replies.
  • Reply to your tweet: +13.5 β€” Conversation starters win.
  • Profile visit β†’ like or reply: +12.0 β€” Make people curious enough to click your profile.
  • Click into thread β†’ reply or like: +11.0 β€” Threads that pull people in get rewarded.
  • Click into thread β†’ stay 2+ min: +10.0 β€” Depth > brevity for distribution.
  • Retweet: +1.0 β€” Barely matters. Stop optimizing for RTs.
  • Like: +0.5 β€” Nearly irrelevant to distribution.
  • Watch 50%+ of video: +0.005 β€” Video retention matters, but less than conversation.
  • "Show less" / mute / block: Negative β€” Compound penalties over time.

Read that again. A reply you engage with is worth 150x more than a like. The algorithm doesn't want applause β€” it wants dialogue. Every β€œgreat post πŸ”₯” reply you leave unanswered is distribution left on the table.

Step 3: Filters That Can Kill Your Reach

Even after scoring well, several filters can suppress your content:

  • Author Diversity β€” The algorithm won't let you dominate any single person's feed, no matter how good your engagement is. Posting 20 times a day hits diminishing returns fast.

  • Feedback Fatigue β€” If your audience consistently scrolls past a content type (e.g., video), the system learns to deprioritize that format from you specifically.

  • Visibility Filtering β€” Trust and safety overlays can reduce reach for flagged content.


Your Account Has a Credit Score

Beneath per-tweet ranking sits TweepCred β€” a PageRank-style algorithm that scores your account's overall reputation. High-TweepCred accounts get a baseline boost on every tweet before engagement even kicks in.

This means your worst posts drag down your best ones. Penalties compound. Spam behavior, repeatedly mentioning handles who don't engage back, low-quality posts, NSFW flags β€” these don't just hurt one tweet. They lower your account's credit score, reducing reach across everything you post.

Building TweepCred:

Consistent engagement from your replies and conversations

  • Verification (paid or legacy) provides a measurable boost

  • Being engaged with by other high-TweepCred accounts (network effects)

Destroying TweepCred:

  • Getting muted, blocked, or reported repeatedly

  • Spam patterns (mass-mentioning, repetitive posting)

  • Content flagged as offensive (up to 80% reach reduction)

  • Posting external links excessively


The Creator's Cheat Sheet

What to Do More Of

Reply to your replies. This is the single highest-leverage action on the platform. That +75 weight is absurd. Treat your reply section as a second content stream.

  • Write for conversation, not applause. Ask questions. Take stances that invite thoughtful disagreement. End posts with something people need to respond to.

  • Nail the first 30 minutes. The algorithm evaluates early engagement velocity to decide whether to amplify. Post when your most engaged followers are online. Consider DMing a few people to check it out (yes, this works β€” you're hacking the velocity signal).

  • Use threads strategically. Posts that pull readers in for 2+ minutes of dwell time get a +10 boost. Long-form threads that people actually read outperform quick hits for distribution.

  • Post video β€” but prioritize retention. The 50%+ completion signal is small (+0.005), but video gets preferential placement in the feed. Hook in the first 2 seconds. Keep it tight.

  • Stay in your lane. The discovery engine (SimClusters, UTEG) rewards topical consistency. Going viral once on a random topic doesn't build your cluster β€” it confuses it.

  • Build your network graph. Engaging with and being engaged by high-TweepCred accounts lifts your own score. Genuine relationships with other creators in your space compound over time.

What to Stop Doing

  • Stop chasing likes and retweets. Combined, they're worth 1.5 points. A single replied-to reply is worth 75. The math is not close.

  • Stop posting external links in tweets. Links are actively penalized. If you need to share a URL, put it in the reply to your own tweet, or use the β€œlink in bio” approach.

  • Stop ignoring your reply section. Every unanswered reply is a missed +75 signal. Even a quick response keeps the algorithm feeding you distribution.

  • Stop posting at random times. Engagement velocity in the first 30 minutes determines whether the algorithm amplifies or buries your post. Test posting times and double down on what works.

  • Stop using ALL CAPS and aggressive mention-spam. Both trigger negative signals that compound against your account score.

  • Stop posting when you have nothing to say. Low-engagement posts actively hurt your TweepCred. Five great posts per week beats 20 mediocre ones.


The Uncomfortable Truth

The 𝕏 algorithm is an engagement optimization machine that overwhelmingly rewards conversation β€” specifically, back-and-forth dialogue between creators and their audiences. Content that provokes thoughtful replies is structurally favored over content that merely informs.

This means the most effective growth strategy on 𝕏 isn't about crafting the perfect tweet. It's about building a community that talks to you and each other. The algorithm will do the rest.

The code is open. The weights are clear. The question isn't whether you can work with the system β€” it's whether you will.


Sources: twitter/the-algorithm on GitHub, 𝕏 Engineering documentation, Social Media Today analysis of 𝕏 ranking factors, independent code analyses by Shaped.ai and others.


Originally published March 1, 2026 on The Undercurrent

Top comments (0)