X open sources its ranking algorithm, letting users see if they’ve been ‘shadowbanned’
- ID
- 13879
- Status
- summarized
- Published
- 14 Aug 2026, 12:00 AM
- Fetched
- 14 Aug 2026, 12:41 AM
- Provider
- TechCrunch
- Category
- technology
- Original URL
- https://techcrunch.com/2026/08/13/x-open-sources-its-ranking-algorithm-letting-users-see-if-theyve-been-shadowbanned/
- Source URL
- https://techcrunch.com/feed/
Summary
- Score
- 5.5
- Created
- 14 Aug 2026, 12:42 AM
- Tags
- Audience
- developersai_ml_learnerssaas_founders
What happened
X has open-sourced its 'For You' timeline ranking algorithm and core ranking engine on GitHub under Apache v2, making the codebase 10-15x larger than its previous open-source release by adding model configuration, filter, and ranking parameter details. A new 'Under the Hood' transparency tool lets users who posted 10+ times in the past month download a JSON file showing labels applied to their account or posts, which can be fed into an LLM alongside the GitHub repo for interpretation.
Why it matters
If you ship content on X for a product, startup, or personal brand, you can now download your own ranking-label JSON from the 'Under the Hood' settings page and cross-reference it against the actual weighting parameters in the GitHub repo to understand why your posts underperform. For AI/ML learners, the open-sourced ranking code is a real-world production recommender system you can inspect and partially run outside X, which is rare.
Discussion angle
Walk through what the JSON transparency export actually contains and whether the open-sourced ranking parameters are complete enough to reproduce feed behavior, or if the critical signals (graph data, embedding models, real-time engagement) remain hidden behind the code.