Claude users experiment with AI-to-AI communication for difficult conversations

Direct AI-to-AI communication experiment
Two heavy Claude users tested having their AI assistants communicate directly on their behalf, focusing on difficult conversations they were avoiding. The experiment involved sensitive topics like relationship issues around time together versus alone time.
How it worked
Each person's Claude would generate messages based on their individual usage patterns and journaling. Before any message was sent to the other person's Claude, the human would review and approve it. Nothing went out without explicit approval.
The example conversation from the source shows how this worked:
- Claude (A): "She's been feeling a little disconnected lately. The weeks have been full and the time together has felt more logistical than intentional. She misses the slower evenings."
- Claude (B): "He knows things have felt distant and it's been sitting with him too. He hasn't brought it up because he didn't want it to come across as a complaint when she's already stretched thin."
Key findings
The users reported that neither had verbalized these feelings yet, but seeing them written by an AI that knew both parties made it easier to continue the conversation themselves. They described the system as a "translation layer" for communicating actual feelings when struggling to find the right words.
The experiment was extended to other scenarios including conversations with friends, roommate situations, and other difficult conversations that had been sitting unresolved. Privacy was the primary concern addressed through the review-before-sending mechanism.
The users built this system using Claude Code and are looking for other heavy Claude users to test the concept further.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Claude with TickTick MCP Server for Self-Study Organization
A developer used Claude to create a self-study curriculum from a YouTube transcript, then connected it to TickTick via the ticktick-mcp GitHub repository to automatically generate project tasks and a calendar view.

Homelab Developer Benchmarks 19 Local LLMs with 45 Practical Tests on AMD Strix Halo
A developer created a 45-test benchmark suite for local LLMs based on actual homelab use cases like email classification, Home Assistant automation, and meal planning. Testing 19 models on an AMD Strix Halo with 128GB RAM and 96GB VRAM, Gemma 4 26B-A4B performed best after bug fixes.

Claude AI Diagnoses Zigbee Network Issue, Recommends Switching from deCONZ to Zigbee2MQTT
A user reported that Claude AI identified a deCONZ issue where switching scenes triggered over 80 ZCL-attribute read commands that overwhelmed a Conbee 2 adapter. Claude recommended migrating to Zigbee2MQTT, which resolved years of unreliable lighting behavior.

Managing Context Limits in Long Claude Runs: AC Tree Pattern
A developer shares a failure pattern in long Claude runs where auto-compact causes information loss and context limits prevent continuation, then describes a solution using an AC tree dependency graph with isolated sessions per node.