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

Developer builds macOS banking app with Claude Code in 6 weeks
A developer created simplebanking, a free open-source macOS menu bar app for German banks using Claude Code. The app shows live balances across multiple accounts, provides transaction search, subscription detection, and keeps all data locally.

OpenClaw Agent Burned $20 in API Tokens Due to Web Scraping Context Bloat
A developer building an OpenClaw agent to monitor financial sites accidentally consumed $20 worth of API tokens in a few hours by fetching Yahoo Finance pages that included 609,000 tokens of extraneous HTML like nav bars and cookie banners in the context window.

OpenClaw user struggles with AI agent automation after successful Claude Code pipeline
A marketing agency owner successfully created an image recreation pipeline using Claude Code in one hour, but encountered problems when trying to teach the same process to an AI agent in OpenClaw running on Gemini 3.1 Pro, with issues including bad reasoning, slow responses, and incorrect outputs.

Using Claude to Automate App Store Connect Metadata Updates for 33 Languages
An indie iOS dev used Claude (via chat) to generate a Python script that authenticates with App Store Connect API, translates metadata into 33 languages, and pushes localized 'What's New' copy — replacing hours of manual work per update.