Listen to this article

Narrated by Charlotte ยท The Noble House

Compass โ€” Strategic Intelligence

A Larger Window Into the For You Feed

A creator watches their reach vanish, the silence of the algorithm louder than any notification. For years, the answer was a shrug: trust us, we are fair. Now, the answer is code. X has shifted its transparency strategy from abstract principles to concrete, inspectable artifacts, granting external observers a significantly deeper view into the mechanics of the For You feed. This matters because it transforms the relationship between the platform and its users from one of trust by assertion to one of partial verifyability, allowing creators and researchers to diagnose distribution changes with greater precision. The reader should use this expanded access to compare public code with observed platform behavior, recognizing that while the black box is not gone, its interior is now partially visible and measurable.

X has opened a substantially larger portion of the machinery behind its For You feed. The August 13, 2026 update to the public xai-org/x-algorithm repository adds ranking configuration, visibility-filtering systems, model-training code, synthetic data generation, and another retrieval system. X paired that code release with Under the Hood, a tool designed to show users aggregate statistics about labels that may restrict the visibility of their accounts and posts [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

The release matters because it joins two forms of transparency that platforms normally separate. Source code can show how a system is built, while an account report can show some of the decisions the system has made. X now offers part of both views. An observer can inspect more of the ranking and filtering architecture, and an eligible user can inspect some of the labels associated with reduced distribution [6]tech.yahoo.comX Open Sources Its Ranking Algorithm, Letting Users See If They've Been ShadowbannedOpen the source to inspect the supporting evidence.Open source โ†—. The combination does not turn the live feed into a fully public system, but it gives researchers, creators, advertisers, and regulators a more concrete basis for asking why content travels or disappears.

The repository describes itself as the core code that determines which posts a viewer sees in the For You feed. It combines posts from accounts the viewer follows with content discovered through machine-learning retrieval, filters the candidates, and ranks the survivors with a transformer model [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—. X's own public recommender documentation describes the scale of the task: the system must reduce hundreds of millions of daily posts to a small set of recent and relevant items for each viewer [2]help.x.comFor You Home Timeline RecommendationsOpen the source to inspect the supporting evidence.Open source โ†—.

Independent coverage characterizes the August expansion as 10 to 15 times larger than earlier disclosures, with more of the ranking engine, retrieval pipelines, moderation rules, model configuration, signal weights, scoring, and feed assembly exposed [5]techround.co.ukX Just Open-Sourced Its Algorithm and Added a Shadowban CheckerOpen the source to inspect the supporting evidence.Open source โ†—[8]techbeat.coX Open Sources For You Algorithm and Adds Shadowban ChecksOpen the source to inspect the supporting evidence.Open source โ†—. That comparison is reported by outside outlets rather than measured in the repository itself, so it should be treated as an attributed estimate. The verified change is still substantial. X's update notes enumerate newly published systems for visibility filtering, labeling, enforcement, media analysis, account credibility, Phoenix model training, synthetic training data, and SimClusters retrieval [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

The historical comparison is important. X had previously published recommendation code documenting candidate sourcing, light and heavy ranking, Home Mixer, and visibility filters [9]github.comX's Recommendation AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—. The current repository moves closer to the system now described as powering the live For You feed. The originating observation framed the new release as a larger algorithm disclosure under Apache 2.0 plus a checker for visibility restrictions [3]x.comX Open-Sources Its Ranking Algorithm and a Shadowban CheckerOpen the source to inspect the supporting evidence.Open source โ†—. The repository confirms the license and the paired transparency tool, even if the popular shorthand of a "shadowban checker" is broader than what the tool formally promises [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

Compass Predictive Analytics

Compass prediction

Forecast

Yes ยท Favor

Will "X open-sources its ranking algorithm and a shadowban checker What this means X put a much bigger chunk of the For You ranker on GitHub under Apache 2.0 โ€” model config, filters, wei" produce verified policy implementation within 72h? Horizon 72h; target window 2026-08-16T14:08:51.856000+00:00 to 2026-08-19T14:08:51.856000+00:00.

NOUNRESOLVEDYES

Signal gauge

61%

Evidence Reliability

6 Of 6 Validated Assertions Have Complete Exact Span And Ownership Lineage. ยท Positive

tracked

Quantifies the conservative evidence floor after exact-span and independent-owner checks.

100%ObservedTraceability61%95%Lower Bound
6 evidence references
A Larger Window Into the For You Feed A creator watches their reach vanish, the silence of the algorithm louder than any notification.
A Larger Window Into the For You Feed A creator watches their reach vanish, the silence of the algorithm louder than any notification.

Ranking, Filtering, and Labels Are Different Systems

One of the clearest insights in the source is that ranking and visibility are separate decisions. Ranking determines the order of eligible posts. Visibility filtering determines whether a post can be shown at all. A post can therefore score well on predicted engagement and still be removed or placed behind an interstitial because another system attached a relevant label [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

The feed begins with two broad candidate pools. Thunder supplies recent posts from accounts the viewer follows. Phoenix retrieval and SimClusters find content outside that network. The candidates are hydrated with post text, media, author information, account labels, language, engagement counts, subscription status, and other context. Filters remove duplicates, old posts, blocked or muted accounts, muted keywords, content already served, and material the viewer is not entitled to see. The remaining candidates proceed to scoring and selection [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

Phoenix does not predict a single abstract relevance number. It predicts the probability that the viewer will take many possible actions, including liking, replying, reposting, sharing, clicking, following, muting, blocking, reporting, or dwelling on the content. RankingScorer combines those predicted probabilities with published weights. X added clarification on August 14 because readers were treating the weights as if they applied directly to raw action counts. They do not. A report weight and a like weight scale the model's predicted probabilities for that individual viewer; they do not mean that one report mechanically cancels a fixed number of likes [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

That distinction is operationally important for creators. A table of coefficients is not a universal points system. The same post can receive different predicted action probabilities for different viewers because their behavior and context differ. X also applies adjustments for author diversity, out-of-network content, replies and reposts, and newer authors with limited impressions. The public code can reveal the structure and current defaults without yielding a simple formula that guarantees reach [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

Visibility filtering introduces another layer. The released systems attach labels to posts and accounts through rules, media classifiers, account-behavior models, and enforcement services. Some decisions depend on the viewer's own blocks, mutes, follows, settings, and country. Others depend on labels derived from reports, spam behavior, adult-content detection, violent-media detection, credibility measurements, or legal requirements. The same post may be eligible for a follower but filtered when recommended to someone outside the author's network [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

This is why the word "algorithm" can obscure more than it explains. The For You experience is not one formula. It is a chain of retrieval, hydration, filtering, scoring, selection, blending, and post-selection checks. Opening more of that chain gives outsiders a better map of where distribution can change. It does not make every decision visible or reproducible.

Compass Predictive Analytics

Analytic module

1FavorableChannels0UnfavorableChannels

module

Compass Directional Outlook

Compass resolves the current directional outlook as YES.

12 evidence references
Ranking, Filtering, and Labels Are Different Systems One of the clearest insights in the source is that ranking and visibility are separate decisions.
Ranking, Filtering, and Labels Are Different Systems One of the clearest insights in the source is that ranking and visibility are separate decisions.

What Under the Hood Reveals

Under the Hood is designed to show aggregate statistics about visibility-impacting labels applied to an account and its posts. The repository says daily jobs collect those labels and a serving layer aggregates them over a selected period [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—. Yahoo Tech reports that the tool is appearing in the app's settings and that users who meet an activity threshold can download the aggregate statistics as JSON [6]tech.yahoo.comX Open Sources Its Ranking Algorithm, Letting Users See If They've Been ShadowbannedOpen the source to inspect the supporting evidence.Open source โ†—. X says availability will expand over time, so the current experience should not be described as universal [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

The tool matters because a creator can now compare an observed reach decline with at least some recorded labels. If an account carries a spam, credibility, adult-content, violent-media, or other visibility-related label, the user has a concrete object to inspect rather than only an unexplained change in impressions. The repository also says the report can reveal whether labels were manually applied outside automated systems [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

That is more specific than a generic promise of transparency, but it is not a complete explanation of distribution. Aggregate labels do not reveal every candidate pool, every predicted probability, every experiment, every ranking result, or every viewer-specific eligibility decision. A clean Under the Hood report would not prove that an account's reach was unaffected by ranking, audience behavior, competition, topic demand, out-of-network discounts, or experiments. Likewise, the presence of a label would not by itself quantify the exact number of impressions lost.

Hypebeast and BizScoreAI describe the release as a material expansion of algorithm visibility accompanied by a shadowban-transparency feature [4]hypebeast.comX Ranking Algorithm Open-Source Expansion and New ToolOpen the source to inspect the supporting evidence.Open source โ†—[7]bizscoreai.comX Open Sources Ranking Algorithm With Shadowban ToolOpen the source to inspect the supporting evidence.Open source โ†—. That popular framing captures the user's practical question but should not replace the narrower product definition. The tool reports labels that can affect visibility. It does not promise to diagnose every reason a post underperformed, and it does not establish that every colloquial form of shadowbanning maps to a disclosed label.

The strongest use of Under the Hood is therefore comparative. Creators can track labels over time, compare them with changes in reach, and inspect the corresponding public code when a label is documented. Researchers can test whether the disclosed outputs match observable platform behavior. Regulators can distinguish between a platform that merely states its principles and one that exposes at least part of the implementation and its outcomes.

What Under the Hood Reveals Under the Hood is designed to show aggregate statistics about visibility-impacting labels applied to an account and its posts.
What Under the Hood Reveals Under the Hood is designed to show aggregate statistics about visibility-impacting labels applied to an account and its posts.

Transparency With Explicit Limits

X also states what the repository does not contain. Some Grox prompts and botmaker rules remain unpublished because their release could make abuse systems easier to game. Deployment-specific code and internal infrastructure are incomplete, and experiments can alter what runs for subsets of traffic. The repository says notable experiments should become visible, but configurable production systems are not frozen artifacts [1]github.comX For You Feed AlgorithmOpen the source to inspect the supporting evidence.Open source โ†—.

Those omissions create a necessary boundary around the conclusions. The public can inspect more source code, but it cannot recreate the live For You feed without X's data, trained parameters, real-time events, internal services, experiments, and undisclosed safeguards. The repository offers meaningful architecture and selected production defaults, not a complete mirror of every live decision.

The disclosure is still useful precisely because the limits are stated. It allows specific questions. Which components retrieve posts from outside a viewer's network? Which predicted actions enter scoring? Which filters operate before or after ranking? Which account and media systems produce labels? Which parts are absent? Those questions are more productive than treating reach as either entirely transparent or entirely unknowable.

The strategic shift is from trust by assertion toward partial inspectability. X is exposing more of the code that shapes public attention and giving some users a view of the labels applied to them. External reporting may debate whether the move represents transparency or public relations, but the technical artifacts permit independent scrutiny that was previously harder [5]techround.co.ukX Just Open-Sourced Its Algorithm and Added a Shadowban CheckerOpen the source to inspect the supporting evidence.Open source โ†—. Developers can examine the pipeline, creators can inspect certain distribution constraints, and researchers can test claims against code and observed behavior.

The next proof will come from use. If Under the Hood expands broadly, its reports remain stable, and outside researchers can connect disclosed labels and code to real distribution outcomes, X will have created a meaningful accountability surface. If major effects remain outside the repository or the reports explain little of what users experience, the release will reveal the boundary of transparency as clearly as its promise. For now, the correct conclusion is neither that the black box has disappeared nor that nothing changed. X has opened a larger window, and it has given outsiders better instruments for examining what remains behind it.

Transparency With Explicit Limits X also states what the repository does not contain.
Transparency With Explicit Limits X also states what the repository does not contain.

Bibliography

  1. [1] X For You Feed Algorithm source
  2. [2] For You Home Timeline Recommendations source
  3. [3] X Open-Sources Its Ranking Algorithm and a Shadowban Checker source
  4. [4] X Ranking Algorithm Open-Source Expansion and New Tool source
  5. [5] X Just Open-Sourced Its Algorithm and Added a Shadowban Checker source
  6. [6] X Open Sources Its Ranking Algorithm, Letting Users See If They've Been Shadowbanned source
  7. [7] X Open Sources Ranking Algorithm With Shadowban Tool source
  8. [8] X Open Sources For You Algorithm and Adds Shadowban Checks source
  9. [9] X's Recommendation Algorithm source