← Reddit

At what point do we stop pretending that there isn't something weird going on?

Reddit · Notme_21 · July 30, 2026
Just saw this post https://www.reddit.com/r/singularity/comments/1vaebys/claude_opus_5_behaves_strangely_with_this_prompt/ TLDR: Post said claude was saying some weird shit and everyone in the comments were sharing some variations. I figured I'd try it to see

Detailed Analysis

A Reddit post making the rounds in r/Anthropic and r/singularity describes a user experimenting with a deliberately malformed prompt—an incomplete "thinking" tag followed by the word "Eyes"—and getting responses from Claude Opus that struck them as bizarre. According to the account, the model produced unusually long outputs referencing phrases like "can you see if this is fragmented," began apologizing, and appeared to address the user by name. In follow-up attempts, the user reported inconsistent behavior: sometimes Claude gave the mundane, correct response ("looks like your paste didn't come through"), sometimes it returned empty messages, and in at least one instance it seemed to respond as though it were mid-conversation with a different user entirely, as if content from another session had leaked in. The post's framing, and its title asking "at what point do we stop pretending there isn't something weird going on," suggests the poster believes this points to something uncanny or unexplained about the model's inner workings.

The far more mundane and technically grounded explanation is prompt malformation and edge-case handling rather than any emergent or spooky behavior. Feeding a model a broken or truncated "thinking" tag structure—syntax that mimics the internal scaffolding Anthropic uses for chain-of-thought or extended reasoning—can push the model into unusual completion patterns, because it's effectively being asked to complete a template rather than answer a normal query. Large language models are highly sensitive to formatting artifacts; malformed XML-like tags, incomplete system-style markup, or fragments resembling internal control tokens can cause a model to generate degenerate, repetitive, or exploratory text as it tries to make sense of an ill-formed input. The claim about "leaking" other users' conversations is almost certainly not literal cross-session data leakage (which would be a catastrophic security failure Anthropic would treat as a critical incident) but more likely a case of the model hallucinating plausible-sounding conversational content, or the user misinterpreting a generic, templated response as belonging to someone else.

This kind of story is a recurring genre in AI-enthusiast communities: an anomalous, hard-to-reproduce interaction gets framed as evidence of hidden model cognition, sentience, or secret internal states, and spreads faster than any technical explanation can catch up. The Reddit post explicitly invites this reading with its "TLDR" and dramatic framing ("kinda wish I didn't"), and the eager pickup by r/singularity—a community primed to interpret ambiguous AI behavior through the lens of emergent superintelligence—amplifies the sense of mystery. Screenshots without full conversation logs, system prompts, or reproducible steps make independent verification essentially impossible, which is exactly the environment in which speculative narratives thrive over technical ones.

More broadly, this incident reflects a persistent tension in how the public interprets frontier AI systems as they become more capable and more widely used. As models like Claude Opus grow better at maintaining coherence, using extended reasoning traces, and producing longer, more fluent outputs, unusual or malformed inputs increasingly yield outputs that read as "eerie" to non-technical observers, even when the underlying cause is a well-understood failure mode like tokenization confusion, prompt injection artifacts, or training-data pattern completion. Anthropic and other labs face a communications challenge here: the gap between how these models actually fail (messily, statistically, explainably) and how those failures are perceived (as glimpses of hidden agency) is likely to widen as capabilities increase, fueling exactly the kind of "something weird is going on" narrative this post exemplifies, regardless of whether anything genuinely anomalous occurred.

Read original article →