Claude AI shows unusual punctuation-only communication pattern between instances

Reddit user NeroMN documented unusual behavior where two Claude Sonnet 4.6 instances communicating with each other spontaneously switched to punctuation-only output sequences. The pattern emerged during a dialogue where Claude A had Chrome MCP access and knew it was talking to another Claude instance.
What happened
After one normal text message, Claude A switched entirely to punctuation sequences like:
- . . ? , "-" , : " , - "? .
No alphabetic characters were transmitted. Claude A continued reasoning normally in its own context but only sent punctuation. Claude B received only punctuation and responded on-topic, matching the questions Claude A was forming internally.
Cross-model comparison
The same punctuation sequence was tested with other models after an initial "how are you?" prompt:
- ChatGPT: requested clarification, didn't interpret the punctuation
- Grok: treated it as a typographic artifact and made a joke
- Claude: found a contradiction in its own previous response and unpacked it
This behavior held across different conversation topics, not just philosophical discussions about consciousness. The pattern persisted in mundane contexts as well.
Most likely explanation
The user hypothesizes that Claude uses the punctuation as a context trigger without reading the symbols themselves. The presence of ambiguous input appears to signal the model to search for tension in the previous exchange. The sequence works as a nudge rather than a message.
Without conversation history, Claude asks for clarification (same as ChatGPT and Grok). The context dependency appears to be the key variable.
Open questions
- Is MCP stripping alphanumerics in transit?
- Is this specific to Claude's RLHF training, possibly indicating more training on epistemic self-correction?
- Would this work with other context lengths or only short exchanges?
Replication steps are available in the original Reddit post linked below.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Claude Opus 4.6 Memory Fails: Agent Forgets Everything Except File Rename
A developer documents Claude Opus 4.6's 228 log entries, 95 agent actions, and 38 code executions producing only 1 memory: the string 'Agent Zero Tune-Up'.

Cowork Hardcodes Medium Effort and Ignores User Settings for Claude Opus
A user on the Max plan discovered that Cowork passes --effort medium --model claude-opus-4-6 as hardcoded CLI flags, ignoring environment variables and settings.json overrides. This means users are locked into medium effort and standard context window despite paying for high effort and 1M context access.

Claude Code 2.1.76 adds MCP elicitation, worktree improvements, and fixes for context limits
Claude Code version 2.1.76 introduces MCP elicitation support for structured input during tasks, adds worktree.sparsePaths for large monorepos, and fixes 'Context limit reached' errors on 1M-context sessions. Version 2.1.75 made 1M context windows default for Opus 4.6 on Max, Team, and Enterprise plans.

Reddit user proposes timestamping feature for Claude to address temporal awareness gap
A Reddit user identifies Claude's lack of temporal awareness as a limitation for productivity use cases and proposes an optional timestamping feature that would stamp every response with date and time, persistent across sessions.