# How Reddit ## What Determines Which Comments Get Seen Author: Jack Gierlich Organization: Index & Thread Date: March 2026 URL: https://indexthread.com/research/reddit-algorithm-visibility --- ## Abstract Reddit's algorithm determines what over 116 million daily active users see, which comments rise to prominence, and which contributions disappear into collapsed threads. This paper provides a current analysis of how Reddit distributes visibility at three levels: the feed (which posts reach users), the thread (how comments are sorted and displayed), and the discovery system (how content surfaces through search, recommendations, and AI retrieval). --- Each level operates independently — a comment can be top-sorted within a thread that never reaches the subreddit front page. Understanding all three systems is the difference between contributions that reach their intended audience and contributions that disappear. ### 1.1 Reddit Is Not One Algorithm [KEY INSIGHT] "The Reddit algorithm" conflates at least three distinct systems: the **feed algorithm** (which posts reach users), the **comment sort algorithm** (which contributions are seen within a thread), and the **recommendation and discovery system** (search, suggestions, notifications). A contribution can succeed in one system while failing in another. A comment can be the top-sorted response within a thread that never reaches the subreddit front page. Understanding all three systems is essential. ### 2.1 Hot Ranking Hot ranking is fundamentally a measure of vote velocity — how quickly a post accumulates upvotes relative to its age. The first 10 upvotes carry approximately as much weight as the next 100. A post's effective shelf life on a subreddit's hot page is typically 12–48 hours. ### 2.2 Best Ranking Best sort uses a Wilson score confidence interval. A post with 10 upvotes and 0 downvotes ranks higher than one with 100 upvotes and 50 downvotes. This structurally favors participation in focused, expert communities. ### 2.3 Rising Rising shows posts accumulating upvotes faster than average — a strategic window for participation: after demonstrated viability but before saturation. ### 2.4 Feed Personalization Reddit increasingly personalizes the home feed using engagement history and content type preferences. The most engaged community members — the most knowledgeable — are most likely to see contributions through personalization. ### 3.1 Why Comment Sort Is the Critical Battleground Most front-page threads generate 50–500 comments. Readers typically examine 10–30 comments before losing interest. Whether your contribution is among those 10–30 determines whether it reaches its audience. ### 3.2 Best Sort (Default) Since 2009, Reddit defaults to "Best" sort using a Wilson score confidence interval. Best sort surfaces comments that are broadly agreed upon (high ratio) rather than merely popular (high total votes). Polarizing comments are penalized. ### 3.3 The Early Comment Advantage [KEY INSIGHT] Academic research confirms that comment arrival time is one of the strongest predictors of final score, often exceeding content quality measures. Early comments accumulate 10–100x the engagement of equally-high-quality comments posted hours later. A single artificial upvote increased a comment's eventual score by 25% on average. ### 3.4 Comment Collapsing [KEY INSIGHT] Reddit collapses comment threads beyond 4–6 levels of nesting. Each nesting level reduces visibility by roughly 30–60%. When you have a substantial point, make it top-level. ### 4.1 Reddit Internal Search Reddit's search now supports full-text comment search. Contributing to threads with search-relevant titles increases long-term discoverability. ### 4.2 Google Indexing Reddit ranks sixth globally by organic search traffic with approximately 5 billion organic visits and rankings for over 595 million keywords. Google appears to evaluate comment quality within threads, not just thread-level metrics. ### 4.3 AI Model Retrieval Training data influence shapes which subreddits models treat as authoritative. Google-ranking threads are most likely to be retrieved by AI. This creates a compounding cycle: Google ranking enables AI retrieval, which generates citation, which increases authority, which strengthens Google ranking. ### 5.1 The Bandwagon Effect Early positive engagement generates more visibility, generating more engagement. First-impression quality and timing have outsized influence on ultimate visibility. ### 5.2 The Sorting Paradox The algorithm is designed to surface the "best" content but, by concentrating attention on early popular comments, may prevent higher-quality later contributions from being evaluated. After the first 1–3 hours, sort order largely solidifies. ### 5.3 Vote Velocity Decay First-hour votes carry maximum impact, decreasing logarithmically over 12–24 hours. After 48 hours, new votes have minimal sort impact. ### 5.4 Subreddit-Level Differences Medium subreddits (50K–500K members) often represent the optimal balance for participation — enough audience for meaningful discovery while allowing individual contributions to stand out. Smaller, topically-focused subreddits often rank better for specific queries due to recognized topical authority. ### 6.1 Thread Selection Contribute during the velocity window by monitoring New and Rising. Prioritize medium-sized subreddits. Prefer question-format threads. Assess thread potential before investing effort. ### 6.2 Comment Structure Lead with the answer. Make contributions self-contained. Be specific over general. Use formatting strategically but match subreddit norms. ### 6.3 Timing For US-focused subreddits, peak hours are typically 9am–12pm ET and 7pm–10pm ET. For global subreddits, activity peaks during US morning/evening. Reddit's algorithm is a layered architecture collectively determining which content reaches which audiences. Understanding this architecture is essential — not to game it, but to avoid wasting effort on contributions the algorithm will never surface. Quality is the sustainable strategy — the algorithm rewards genuine positive engagement, aligning with community trust principles. }; export default RedditAlgorithmVisibility; --- License: Creative Commons Attribution 4.0 International (CC BY 4.0) Citation: Jack Gierlich (March 2026). "How Reddit: What Determines Which Comments Get Seen." Index & Thread. https://indexthread.com/research/reddit-algorithm-visibility