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 Code v2.1.133: worktree.baseRef revert, sandbox paths, proxy fix for MCP OAuth
Anthropic releases v2.1.133 of Claude Code CLI with a new worktree.baseRef setting defaulting to fresh (branch from origin/default), sandbox.bwrapPath and sandbox.socatPath for custom bubblewrap/socat binaries, proxy/mTLS fix for MCP OAuth flow, and several bug fixes.

SDNY Ruling Denies Attorney-Client Privilege for AI Chat Communications
Judge Rakoff ruled in U.S. v. Heppner that communications with AI tools like ChatGPT do not qualify for attorney-client privilege, requiring disclosure of all AI-generated legal work. The court found AI lacks the human confidentiality required for privilege protection.

Google: 75% of New Code Is AI-Generated, Code Migration 6x Faster with Agents
Google reports 75% of new code is AI-generated, up from 25% in 2024. A complex code migration completed 6x faster using Gemini agents. Engineers in some orgs have AI usage goals tied to performance reviews.

Anthropic Launches Claude Code Channels for Messaging from Telegram or Discord
Anthropic has released Claude Code Channels, allowing developers to message their AI coding sessions from Telegram or Discord while keeping code local.