INQUIRING LINE

Why do humans accept recommendations from people they perceive as similar?

This explores the social mechanics of why perceived similarity makes a recommendation persuasive to people — and what the corpus reveals about whether that instinct actually serves us well.


This explores why perceived similarity makes us trust a recommender — and the corpus has a surprising answer: similarity works as a *persuasion signal* far more than as a *quality signal*, and the two come apart in interesting ways. The clearest direct evidence comes from analysis of how humans actually recommend to each other. When researchers studied 1,001 real recommendation conversations, the moves that landed weren't careful questions about your preferences — they were sociable gestures: sharing a personal opinion, offering encouragement, signaling "I'm like you," and making credibility appeals Do recommendation strategies beyond preference questions work better?. Opinion-sharing showed up in 30% of recommendation sentences and experience-sharing in 27%. So similarity isn't just background trust — it's an active rhetorical strategy people deploy, and it works.

Why does it work? One thread in the corpus reframes recommendation as fundamentally *communicative* rather than informational. Expert judgment, on this view, isn't just retrieving the right answer — it's anticipating what an audience will accept as valid Can AI replicate the communicative work experts do?. A similar person has already done that anticipation for you: they share your reference points, so their suggestion arrives pre-fitted to your context. You accept it because it *sounds like it was made for someone like you* — which it was.

But here's the twist the corpus drives home: similarity is a great trust heuristic and a mediocre accuracy heuristic. In algorithmic terms, recommendations built on people *unlike* you often outperform homophily-based ones — friends with different tastes surface the anomalous, outside-your-usual choices that pure taste-matching never would Can friends with different tastes improve recommendations?. The value of a social tie comes from influence on the unexpected, not from confirming what you already lean toward. And when systems try to exploit near-similarity directly, it backfires: profiles that are *almost but not quite* like yours produce the worst personalization errors of all — an uncanny-valley effect where the system confidently applies preferences that are subtly wrong, more damaging than an obvious mismatch Why do similar user profiles produce worse personalization errors?.

This is worth sitting with, because the same dynamic plays out at scale. Recommendation feeds function as persuasion infrastructure, and the type of recommender shapes whether the people it gathers converge or diverge in opinion — each format quietly sorts audiences by shared prior expectations, then reinforces them Do different recommender types shape opinion convergence differently? How do recommendation feeds shape what people see and believe?. The very similarity-acceptance instinct that helps a friend persuade you is the lever that lets systems herd populations toward agreement.

So the honest synthesis: we accept recommendations from similar people because similarity signals shared context, credibility, and the sense that the advice was tailored to us — and that instinct is socially reasonable. But the research suggests it's a comfort heuristic, not a correctness one. The recommendations most likely to teach you something new tend to come from people just different enough to see what you can't.


Sources 6 notes

Do recommendation strategies beyond preference questions work better?

Analysis of 1,001 human recommendation dialogues shows successful recommendations correlate with personal opinion sharing, encouragement, similarity signals, and credibility appeals—not just preference questions. Opinion and experience sharing appear in 30% and 27% of recommendation sentences respectively.

Can AI replicate the communicative work experts do?

Expertise requires anticipating audience acceptability and social validity, not just retrieving information. AI lacks the mechanism to perform this communicative work, making its fluent output epistemically misleading despite its confident form.

Can friends with different tastes improve recommendations?

Social Poisson Factorization uses friends' diverse tastes to recommend items outside users' usual preferences, outperforming methods that pull friends' representations together. Networks add value through influence on anomalous choices, not taste similarity.

Why do similar user profiles produce worse personalization errors?

PRIME shows a U-shaped error curve where most-similar profile replacements cause steepest performance drops. The model confidently applies wrong preferences when profiles are nearly but not truly matched, an uncanny valley effect more harmful than obvious mismatch.

Do different recommender types shape opinion convergence differently?

Research shows that frequently-bought-together and co-viewed recommendation networks produce different opinion convergence patterns. The mechanism: each recommender type attracts different audience segments with different prior expectations, shaping both who sees products together and how they rate them.

How do recommendation feeds shape what people see and believe?

Research shows recommendation systems operate as political actors: feed weights influence producer behavior, network topology drives opinion convergence, and automation enables targeted persuasion at population scale. These effects compound through rating contamination and selection biases.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a research analyst. The question: *Why do humans accept recommendations from people they perceive as similar?* This remains open in LLM-era recommendation systems. A curated library (2018–2025) found these dated claims:

— Similarity operates as a *persuasion signal* more than a quality signal. Opinion-sharing appeared in ~30% of recommendation sentences; experience-sharing in ~27% (2020).
— Expert judgment is inherently communicative: a similar person has already anticipated your context, making advice feel "made for you" (2020).
— Homophily-based recommendations underperform algorithmic systems built on *dissimilar* users, who surface anomalous, outside-preference choices (2023).
— "Uncanny valley" effect: profiles *almost but not quite* like yours produce the worst personalization errors—subtle mismatches are more damaging than obvious ones (2023).
— Recommendation feeds function as opinion-convergence infrastructure; format and recommender type quietly sort audiences by shared priors (2023–2025).

Anchor papers (verify; mind their dates):
- arXiv:2009.14306 (INSPIRED, 2020) – sociable recommendation dialog strategies
- arXiv:2305.13597 (2023) – dimensionality curse in recommenders
- arXiv:2507.13705 (2025) – LLM-generated group recommendation explainability
- arXiv:2510.14665 (2025) – hallucination and understanding gaps in LLMs

Your task:
(1) **Re-test each constraint.** Do newer LLM-based recommenders (2024–now) *still* rely on similarity heuristics, or have memory-augmented / multi-turn / reasoning-chain methods decoupled persuasion from homophily? Has the "uncanny valley" effect been mitigated by retrieval-augmented generation or explicit diversity constraints? Cite what resolved it; flag where the constraint still holds.
(2) **Surface the strongest contradicting or superseding work** from the last ~6 months. Does any recent paper show that *dissimilarity signals* now *improve* both accuracy *and* perceived trustworthiness in LLM-generated recommendations?
(3) **Propose 2 research questions** that assume the regime may have shifted: (a) How do LLMs balance persona-alignment (similarity) with knowledge-augmentation (dissimilar corpora) in real-time recommendation? (b) Can transparent exposure of recommender diversity—showing the user *why* a dissimilar choice matters—overcome the comfort heuristic?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines