Under The Hood X Report Analyzer
Engagement Signal Guide

How Replies Affect X Reach

Replies are another action explicitly modeled by X's recommendation system. The current Phoenix model predicts a reply probability for each candidate post, and the ranking system uses that prediction as one component of the post's overall score.

(GitHub)

Replies Have Their Own Prediction

A reply isn't simply counted together with likes. The system separately predicts:

P(Like)
P(Reply)
P(Repost)
P(Click)
...

The ranking scorer can then apply the appropriate weight to each prediction.

Why Replies Are Different

A reply requires a user to actively enter a conversation.

Like → Lightweight positive action
Reply → Active conversational action

The algorithm can therefore model these behaviors separately.

But Don't Assume “Reply = More Reach”

It would be incorrect to say: “Every reply gives your post X points.” The public architecture doesn't support such a simple formula. The current system uses predicted probabilities, not raw reply counts. A post with 100 replies doesn't automatically have a higher recommendation score than a post with 50 replies. The viewer, candidate, context and other predicted actions all matter.

Replies Can Indicate Conversational Relevance

Suppose a user frequently interacts with technology discussions. A technical post might produce high P(Reply), P(Like), and P(Dwell) for that viewer, whereas another viewer might show low probabilities across all three. The same post can therefore have different recommendation potential.

Under The Hood Takeaway

Replies are independently predicted engagement signals, but there is no public rule saying that every reply automatically produces a fixed amount of additional reach.

Official Open-Source References