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

Pope Leo XIV's Encyclical on AI: Key Takeaways for Developers
The Vatican released an encyclical on AI ethics. The document highlights LLM interpretability issues, cultural biases in training data, and the environmental cost of AI.
Claude Code v2.1.261: New Skill Doctor and Output Limits
Claude Code v2.1.261 adds /skill-doctor to prune unused skills, bashOutputMaxChars and taskOutputMaxChars settings for larger inline output, and --append-subagent-system-prompt-file for large prompts. Includes many fixes for remote control and proxies.

Claude Code v2.1.160: Safety Prompts for Shell Config, acceptEdits File Protection, and Dozens of Bug Fixes
Anthropic released Claude Code v2.1.160 with safety prompts before writing to shell startup files and build-tool configs in acceptEdits mode, improved Windows clipboard support, and fixed session history loss.

Claude-Code v2.1.110 adds TUI mode, push notifications, and multiple fixes
Claude-Code v2.1.110 introduces a new /tui command for flicker-free rendering, push notification capabilities for mobile alerts, and improvements to plugin management and remote control functionality. The release also includes numerous bug fixes for MCP servers, session handling, and UI issues.