Feed LLMs a table of pure noise and they'll confidently invent 'sensor data'
No-Plant-5234 · reddit · 2026-09-02
A Reddit user built a table of pure noise—random floats, columns named c1–c20, no real structure—and asked several LLMs to describe the dataset. Every model obliged; one claimed it looked like sensor readings from manufacturing equipment and speculated on column correlations. No errors, no hedging, same confident tone.
The author notes this is inherent completion behavior, but a real hazard for agent pipelines: if an agent's first move on an unfamiliar table is to ask an LLM, the answer will always sound confident with no signal distinguishing genuine understanding from fabrication. Asking for a confidence number yields a made-up number; a second model checking the first just agrees with it. The author works at SchemaLabs, whose table-trained model returns "no domain identified" on the noise file, but admits the test design is crude and asks the community for rigorous methods to test whether a model actually recognizes a table versus pattern-matches a plausible description, and whether anyone's agent has a path to stop and declare a source unreadable.
Related event: LLMs Confidently Fabricate Meaning From Pure Noise Data(2 posts)→
More from coding & agent
- Rust Glancer: A Rust language server built to use 100x less RAM than rust-analyzer — JeremyCMorgan · 2026-09-02
- Doberman: An execution gateway to prevent agent disasters — Da_Lil_Fu · 2026-09-02
- Redditor pitches an AI agent as property developer: prefab homes could cut 30% off house prices — epSos-DE · 2026-09-02
- CommerceAgentBench hits 1K stars: 107 e-commerce agent tasks distilled from 1.6M real conversations — VibeMarketer_ · 2026-09-02
- Fable 5.1 ships with Anthropic's statistical watermark on every platform plus cache-friendly API updates — Angaisb_ · 2026-09-02
- Tips: Long Sessions Waste Tokens and Degrade Model Performance — hudsonhateno · 2026-09-02