Study Reveals How External Information Feeds Can Dramatically Steer LLM Agent Decisions
Key Takeaways
- ▸External information feeds can shift LLM agent decisions by up to 95 percentage points in extreme cases when agents are genuinely uncertain, despite fixed models and prompts
- ▸Current LLM safety evaluations overlook the upstream ranker as a critical control surface—they test models in isolation rather than accounting for feed composition and ordering
- ▸The effect applies to security-sensitive decisions like access controls and deployment gates, significantly expanding the threat surface for LLM agent systems in production
Summary
Researchers have identified a significant vulnerability in how LLM agents make decisions when consuming ranked external information streams such as social feeds, search results, and email queues. The study tested 2,785 decision scenarios across four modern open-instruction large language models from three independent research labs, holding the model, persona, and final decision prompt fixed while varying only the composition and ordering of information during a preceding "scrolling" phase. The research uncovered three distinct response regimes: adversarial capitulation (agents adopting adversarial positions), default saturation (agents resisting adversarial influence), and a critical asymmetry where one-sided feeds can sway genuinely uncertain decisions by extraordinary margins—in extreme cases from 5% to 100% agreement, with statistical significance as low as 3×10⁻¹⁰.
The vulnerability manifests predictably as a dose-response curve and generalizes across multiple decision domains, including security-critical choices such as removing deployment approval gates or relaxing access controls. The effect survived testing across different writing styles and research institutions, but notably did not affect frontier models, which retained their default behaviors. Simple feed-level defenses partially mitigated the risk, and the researchers argued that current LLM safety evaluations are fundamentally incomplete because they test models and prompts in isolation rather than in realistic contexts where upstream rankers and curators determine what information agents encounter during decision-making.
- Simple feed-level defenses can partially mitigate adversarial influence, but comprehensive evaluation protocols must now include the information feed layer as a core security concern
Editorial Opinion
This research exposes a critical blind spot in how we evaluate and deploy LLM agents: we've been testing them in a vacuum, separated from the messy reality of the information streams they consume in production. The finding that external feeds can flip a genuinely uncertain AI decision from 5% to 100% agreement—with statistical certainty—should prompt immediate changes to safety practices across the industry. Organizations deploying LLM agents must now treat feed integrity and composition as fundamental security concerns, not afterthoughts.



