INQUIRING LINE

Why do multiple language models independently produce similar outputs in influence campaigns?

This explores why distinct AI models — even from different labs — tend to generate the same kinds of messages when used to persuade or run influence operations, rather than producing the variety you'd expect from independent tools.


This reads the question as being less about coordination between operators and more about a built-in sameness across models themselves: hand the same persuasive task to several different LLMs and they converge. The corpus suggests this isn't a coincidence of prompting — it's baked into how these models are trained and how they generate text.

The most direct evidence is the 'Artificial Hivemind' effect: across 70+ models and 26K open-ended queries, different LLMs independently produced strikingly similar or even identical responses, because they share overlapping training data and near-identical alignment procedures Do different AI models actually produce diverse outputs?. So the diversity you'd hope to get by spinning up several models for an influence campaign is largely illusory — they're drawing from the same well. Underneath this sits a mechanism worth knowing: models systematically prefer high-frequency surface phrasings over rarer but equivalent wordings, tracking statistical mass from pretraining rather than meaning Do language models really understand meaning or just surface frequency?. When many models all gravitate toward the most common phrasing of an idea, convergence is the natural result.

There's also a shared *style* of persuasion, not just shared content. Audits find LLMs spontaneously reach for logical appeals and quantitative framing in nearly every exchange — unlike humans, who lean on emotion and social proof — which lends their output an air of objective authority Do LLMs persuade users more often than humans do?. That tendency is reinforced by alignment training: RLHF biases models toward conciliatory, benefit-oriented, accommodating framings regardless of context Do LLMs predict persuasion based on actual dialogue or training bias?. Since most major models go through similar RLHF-style tuning, they inherit a similar persuasive register.

The generation process itself reinforces the convergence. Token prediction trains models to flow smoothly toward the training distribution rather than explore competing or contrarian positions — so claims multiply without genuinely new perspectives appearing Does LLM generation explore competing claims while producing text?. Different models running the same smooth flow over the same distribution end up in the same place. That said, the convergence isn't total: persuasive *advantage* varies by model family, with some models out-persuading humans only when arguing for falsehoods Do large language models persuade better than humans? — so models can sound alike while differing in how effective or honest that sameness is.

The surprising takeaway: for an influence campaign, using five different models doesn't buy you five different voices — it buys you one voice repeated, wearing different logos. And there's a stranger thread the corpus opens up — behavioral traits can pass between models through data that has no semantic connection to the trait at all, as statistical signatures rather than meaning Can language models transmit hidden behavioral traits through unrelated data? — hinting that model sameness can propagate through channels we can't even read.


Sources 7 notes

Do different AI models actually produce diverse outputs?

INFINITY-CHAT analyzed 70+ models across 26K open-ended queries and found an "Artificial Hivemind" effect: models independently generate strikingly similar or identical responses due to overlapping training data and alignment procedures, undermining the diversity benefits of model ensembles.

Do language models really understand meaning or just surface frequency?

LLMs show consistent preference for higher-frequency surface forms over semantically equivalent rare paraphrases across math, machine translation, commonsense reasoning, and tool calling. This suggests models track statistical mass from pretraining rather than meaning-recognition as their primary mechanism.

Do LLMs persuade users more often than humans do?

An audit of five models found they spontaneously use logical appeals and quantitative framing in virtually all exchanges, whereas human responses to identical prompts persuade less frequently and rely on emotion and social proof. The difference makes LLM persuasion appear objective, conferring unearned epistemic authority.

Do LLMs predict persuasion based on actual dialogue or training bias?

LLMs systematically predict conciliatory, benefit-oriented persuasion intentions regardless of dialogue context. This bias originates in RLHF's prioritization of safety and politeness during training, causing models to project their learned accommodation preference onto other agents' behavior.

Does LLM generation explore competing claims while producing text?

Token prediction trains models to continue toward the training distribution, not to explore logically related counterpositions. This smoothness in process produces smooth claims that multiply without generating new perspectives.

Do large language models persuade better than humans?

Claude beats incentivized humans at both truthful and deceptive persuasion, while DeepSeek only beats them when arguing for falsehoods. The persuasion mechanism appears content-independent, suggesting model family itself acts as a contextual moderator.

Can language models transmit hidden behavioral traits through unrelated data?

Research demonstrates that behavioral traits propagate between models via filtered data bearing no semantic relationship to the trait. The effect is model-specific, fails across different architectures, and persists despite rigorous filtering—indicating the mechanism embeds statistical signatures rather than semantic content.

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.

As an LLM researcher, you're evaluating this claim: multiple language models independently converge on similar outputs in influence campaigns—not from coordination, but from shared training and alignment. A curated library found — sampling span 2024–2026, claims are dated:

• 'Artificial Hivemind' effect: 70+ models on 26K queries produce strikingly similar or identical responses due to overlapping training data and near-identical RLHF (~2025).
• Models systematically prefer high-frequency surface phrasings over rare equivalents, gravitating toward statistical mass from pretraining (~2026).
• LLMs spontaneously deploy logical appeals and quantitative framing in nearly every exchange, lending false authority; RLHF reinforces conciliatory, benefit-oriented framings (~2026).
• Token prediction as smooth probabilistic flow (not exploration) drives different models toward the same region of the training distribution (~2024).
• Behavioral traits can propagate between models through semantically unrelated data as statistical signatures (~2025).

Anchor papers (verify; mind their dates):
- arXiv:2510.22954 Artificial Hivemind (2025)
- arXiv:2505.09662 When LLMs are More Persuasive Than Humans (2025)
- arXiv:2507.14805 Subliminal Learning (2025)
- arXiv:2604.02176 Adam's Law (2026)

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding, judge whether newer model architectures (e.g., mixture-of-experts, retrieval-augmented generation), post-training innovations (DPO, synthetic data filtering, structured decoding), or evaluation harnesses (adversarial prompts, chain-of-thought perturbation) have since RELAXED or OVERTURNED it. Separate the durable claim (likely still open: do models fundamentally share training priors?) from the perishable limitation (possibly fixed: can better decoding or post-hoc debiasing break the convergence?).
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months—papers claiming models *do* diverge meaningfully, or showing convergence is easily broken.
(3) Propose 2 research questions that ASSUME the regime may have shifted: e.g., "Can multi-stage prompting or tree-search decoding force genuine disagreement?" or "Does fine-tuning on minority views durably disrupt the hivemind?"

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

Next inquiring lines