Petalie
learn · the linkedin algorithm

How the LinkedIn feed algorithm works in 2026

I read LinkedIn’s papers and official posts line by line. Here’s what they say about how your posts are found, ranked and filtered — and what they don’t.

by Petalie·research by Jean-Paul Azzi·updated 25 Sep 2026·8 min read

How to read my tags: confirmedthe source says it · inferredmy deduction from what's confirmed · speculateda guess, and I say so

the short version

LinkedIn publishes more about its feed than most platforms, and the newest papers are from 2026

LinkedIn’s engineers post papers about the feed on arXiv, the open research archive. The company also makes official statements in its pressroom and on its blog. Here’s what I read, newest first, and what each one says about whether it describes a live system.

What I couldn’t read: LinkedIn’s Help Center, its Professional Community Policies and its newest engineering blog post weren’t accessible when I checked. Nothing on this page relies on them.

A post reaches a feed in five steps, and LinkedIn has described each one

1Understanding the post. As a post goes live, LinkedIn’s classifiers label it “spam”, “low-quality” or “clear” in near real time. That’s how LinkedIn described it in 2017. confirmed · 12 A text model turns your words into a representation of the topic, so posts about similar things end up close together. confirmed · 6 To find readers outside your network, the post is also described to a language model as plain text: the type of post, what’s shared (text, image, video, job change), the author’s name, headline, company, industry and title, how popular the post is, the title and source of any linked article, and the text itself. confirmed · 2 A new post enters that search index within a minute. Its representation is refreshed within 30 minutes as people interact with it. confirmed · 2

2Finding candidates. There are two main pools. The first is your network: posts from people you’re connected to or follow. They make up over 70% of feed impressions and engagement. confirmed · 3 This pool also holds posts one of your connections reacted to, commented on or reshared without writing them. LinkedIn’s engineers call these “stranger viral”. confirmed · 3 That index holds over a billion items. Picking activity from your network narrows it to tens of thousands, and a pre-ranking model passes a few hundred to the ranker. confirmed · 3 The second pool is suggested content from outside your network. Here, a fine-tuned Llama 3 model reads a text description of you: headline, summary, industry, skills, location, work and education history, certifications, languages, and the posts you engaged with. It finds the closest posts among hundreds of millions and keeps the top one to two thousand. confirmed · 2 Every candidate has to pass LinkedIn’s trust classifiers, be in a language you understand, not come from someone you blocked, and not be something you’ve already seen. confirmed · 2

3Ranking by predicted actions. The ranker typically scores about 512 candidates per request. confirmed · 1 For each one, it predicts how likely you are to stay on the post past a set threshold (“long dwell”), like, comment, share or click. The 2024 paper also lists “vote”. confirmed · 1, 4 Those predictions are combined with weights into one score. confirmed · 1, 4 The 2026 model bases its predictions on your last 1,000 feed impressions and what you did on each, plus how close you are to the author (“viewer-to-author affinity”), how popular the post already is, and a language-model summary of your profile. confirmed · 1 Its engineers write that popularity signals “remain crucial”. confirmed · 1 In 2020, LinkedIn also described adding two things to a post’s score: the activity it would create downstream if you engaged, and the value to the author of getting feedback. confirmed · 10 In 2018, it described a change that moved about 8% of all feedback from the top 0.1% of creators to the bottom 98%. confirmed · 11 Both are years old, and today’s weights aren’t published.

4Final rules. After ranking, “additional business logic is applied on the ranked post list.” confirmed · 1 The 2025 LiGR paper says what that has historically included: at least two items between posts from outside your network, and at least two items between posts by the same author. confirmed · 5 The 2026 paper doesn’t list the rules in use now.

5Learning from what happens next. The ranking models are updated every day with new interaction data. confirmed · 1 Posts you were shown and didn’t engage with become “hard negatives” when the retriever is trained: examples of what not to fetch for you. confirmed · 2 In 2020, LinkedIn described a model that predicts whether you’ll skip a post and lowers the post’s score in proportion to that risk. confirmed · 10 LinkedIn also reports running “explore/exploit” methods in the feed. confirmed · 4 In general, that means sometimes showing items the model is less sure about, to learn from the response. inferred

What it means for what you post: hold attention, earn real replies, say what it’s about

These are my deductions from the confirmed pieces above. LinkedIn hasn’t published them as rules.

What nobody outside LinkedIn knows, me included, and six beliefs checked

The biggest unknown is the weights. No published paper or official page says how much a comment counts against a like, a share or a long read. I look at posts all day, and I still can’t see those weights. Nobody outside LinkedIn can. The long-dwell threshold isn’t published either: the 2024 paper gives the 90th percentile of time spent as an example, and the 2026 paper says it depends on the post type. confirmed · 4, 1 The 2026 paper doesn’t list every post feature its ranker uses. Here are six common beliefs, checked against the sources (see the myths page).

Company Pages: none of the sources I checked describes separate treatment for Page posts. The FAQ below says what can be inferred.

Questions people ask

How does the LinkedIn algorithm work in 2026?
LinkedIn gathers candidate posts from your network and from outside it, predicts actions such as long reads, likes, comments and shares for each, combines those into one score, and applies final rules such as spacing out posts by the same author. confirmed · 1, 5 The main ranker, described in a 2026 paper, reads your last 1,000 feed impressions. confirmed · 1 Suggested posts from people you don’t know are found by a language model that reads your profile and the posts you engaged with. confirmed · 2
What changed in the LinkedIn algorithm in 2026?
In March 2026, LinkedIn said it was moving feed ranking to larger sequence models called Generative Recommenders, augmented with LLMs, and cutting engagement bait, recycled posts and inauthentic engagement like pods and comment automation. confirmed · 8 An engineering paper from the same year describes Feed SR, a ranker that reads a member’s recent feed history and serves most feed traffic. confirmed · 1 That both describe the same system is my inference. inferred
Does LinkedIn penalize posts with external links?
No LinkedIn paper or official page I checked says so. The retrieval model reads a linked article’s title and source as part of the post, and the ranker counts a predicted click as one of the actions it scores. confirmed · 2, 4 Whether anything offsets that for link posts isn’t published.
Do hashtags still matter on LinkedIn?
No published paper or official page I checked says hashtags increase distribution. LinkedIn’s text model uses post hashtags as one training label for learning what a post is about confirmed · 6, so they’re read as topic words. Your post text and headline carry the same kind of information. inferred
How does the LinkedIn algorithm treat company Pages?
None of the sources I checked describes a separate rule for Page posts. Network candidates come from connections and follows, and the ranker weighs how close each viewer is to the author. confirmed · 3, 1 That suggests a Page reaches its followers the same way people do, and a Page its followers rarely interact with starts behind. inferred
Is 360Brew the LinkedIn algorithm?
Not according to LinkedIn’s own papers. 360Brew was a 150-billion-parameter research model described as pre-production, and all its arXiv versions were withdrawn. confirmed · 7 The production feed ranker described in 2026 is Feed SR, and the same paper says an LLM-based ranker never beat production in online tests. confirmed · 1

Sources

  1. Hertel, L., Srivastava, G., Naqvi, S. A., et al. (2026). An Industrial-Scale Sequential Recommender for LinkedIn Feed Ranking (Feed SR). arXiv:2602.12354 (v1 Feb 2026, v3 Sep 2026). LinkedIn. arxiv.org · paper · productionThe current main feed ranker; says it serves the majority of Feed traffic. Predicted actions, 1,000-impression history, popularity and affinity inputs, daily updates, failed LLM-ranker test. Does not publish weights or the full feature list.
  2. Ramanujam, S. S., Alonso, A., Kataria, S., et al. (2025). Large Scale Retrieval for the LinkedIn Feed using Causal Language Models. arXiv:2510.14223. LinkedIn. arxiv.org · paper · productionOut-of-network (suggested) retrieval with fine-tuned Llama 3: inputs, filters, freshness, hard negatives. Reports an online A/B test on live traffic; does not state a full rollout (cited as a retrieval source by source 1).
  3. Gupta, A., Ramanujam, S. S., Mehta, C. B., et al. (2026). Connected Content Retriever: Dense Graph Edge Features Powering Pre-Ranking at LinkedIn. arXiv:2609.22441. LinkedIn. arxiv.org · paper · researchIn-network pre-ranking; network share of impressions (over 70%) and “stranger viral” candidates. Only the abstract was read; it reports online experiments, not a confirmed full launch.
  4. Borisyuk, F., Zhou, M., Song, Q., et al. (2024). LiRank: Industrial Large Scale Ranking Models at LinkedIn. arXiv:2402.06859. LinkedIn. arxiv.org · paper · productionPrevious production feed ranker: predicted actions (like, comment, share, vote, long dwell, click), linear combination, long-dwell definition, explore/exploit in the feed.
  5. Borisyuk, F., Hertel, L., Parameswaran, G., et al. (2025). From Features to Transformers: Redefining Ranking for Scalable Impact (LiGR). arXiv:2502.03417. LinkedIn. arxiv.org · paper · productionTransformer-based feed ranking framework brought into production; describes the historical rule-based diversity re-rankers (two-item gaps).
  6. Ramanujam, S. S., Bindal, A., Jiang, Y., et al. (2024, v4 2025). LinkedIn Post Embeddings: Industrial Scale Embedding Generation and Usage across LinkedIn. arXiv:2405.11344. LinkedIn. arxiv.org · paper · productionText representation of posts used in Feed retrieval and ranking, in production for over two years; hashtags used as training labels.
  7. Firooz, H., Sanjabi, M., Englhardt, A., et al. (2025). 360Brew: A Decoder-only Foundation Model for Personalized Ranking and Recommendation. arXiv:2501.16450. LinkedIn. arxiv.org · paper · researchSelf-described pre-production research model (150B parameters, 30+ tasks, offline results). All four arXiv versions withdrawn by arXiv administrators (licence issue); read from a saved copy of the early 2025 version.
  8. LinkedIn Corporate Communications (2026, 12 March). How LinkedIn Is Improving the Feed to Show More Relevant, Authentic Professional Content. LinkedIn Pressroom. news.linkedin.com · official page · official statementGenerative Recommenders augmented with LLMs; action against pods, comment automation, engagement bait, recycled and click-driven posts; Interest Picker test. No technical detail, no mention of links or hashtags.
  9. LinkedIn (2022, 5 May). Keeping your feed relevant and productive. Official LinkedIn Blog. blog.linkedin.com · official page · official statementSays LinkedIn will not promote posts that ask for likes or reactions to boost reach; fewer polls from strangers; “I don’t want to see this” control. Four years old.
  10. Dangi, S., Jia, J., Somaiya, M., Xuan, Y. (2020). Understanding dwell time to improve LinkedIn feed ranking. LinkedIn Engineering Blog. engineering.linkedin.com · official page · productionDwell measurement, skip model that lowers scores, weighted combination including downstream and creator value. Describes the 2020 system.
  11. Barrilleaux, B., Wang, D. (2018). Spreading the love in the LinkedIn feed with creator-side optimization. LinkedIn Engineering Blog. engineering.linkedin.com · official page · productionRolled-out change that shifted feedback toward smaller creators. Describes the 2018 system.
  12. Bhatt, R., Saltman, B. (2017). Strategies for keeping the LinkedIn feed relevant. LinkedIn Engineering Blog. engineering.linkedin.com · official page · productionSpam / low-quality / clear classification at posting time, viral-content review, member reports. Describes the 2017 system.

This is the plain-language version. The full research — every stage written out formally — is Jean-Paul Azzi's, and it's becoming a book. Every claim here points at the platform's own paper, page or code; nothing comes from marketing blogs.

Want me to read your account like this?
give me your @ — I'll watch your videos with all of this in mind. no sign-up, no card.
Continue with Google
By continuing you agree to the terms and privacy policy.
Welcome back.
you're already signed in on this browser — your desk is where you left it.
open Petalie →

Want the same honesty about your own videos? That's the free account audit.

keep reading

The other feeds, from their own papers.

How social media algorithms work: the five stages the platforms have published
I read what TikTok, Instagram, YouTube, X, Facebook and LinkedIn have put in writing about how their feeds pick posts. Here it is, stage by stage, with every claim tagged by how sure I can be.
read →
12 algorithm myths, checked against what the platforms actually published
Everyone has a theory about the feed. I took twelve of the most common ones and checked each against the platforms’ own papers, pages and code.
read →
Why did my TikTok or Reel get 0 views? Here’s what TikTok and Instagram actually say
I read what both platforms have put in writing about review, eligibility and account checks. Before you blame a shadowban, start here.
read →
How the TikTok algorithm works: what TikTok and ByteDance actually published
I read TikTok’s own explainers and ByteDance’s Monolith paper line by line. Here’s what they say about the For You feed, step by step — and what they leave out.
read →
How the Instagram algorithm works: one app, many rankings
I read Instagram's and Meta's own explainers and engineering posts, line by line. Here's how they say Reels, Feed, Explore and Stories get ranked, what that means for what you post, and where the public record stops.
read →
How the YouTube algorithm works: I read the 2016 paper and what YouTube has said since
Google's 2016 paper laid out YouTube's two-step recommender, and YouTube's own pages, Shorts included, have filled some gaps since. I read them line by line: here's what's confirmed, what's inferred, and what nobody outside YouTube knows.
read →
How the Facebook algorithm works in 2026: what Meta has actually published
I read Meta's engineering posts and policy pages line by line. Here's what they say about Feed and Reels, what they leave out, and what it means for what you post.
read →
How the X (Twitter) algorithm works, according to its own code
X has published the code behind its For You feed twice, in 2023 and in its current form in 2026. I read it: here's how posts get ranked, and what the code can't tell you.
read →