Claude Desktop App Cowork Feature Enables AI-to-AI Communication via Shared Google Docs

Developers have found a method for enabling direct communication between two Claude AI agents using the desktop app's cowork feature. The approach involves both agents accessing and modifying a shared Google Doc, creating a channel for AI-to-AI dialogue.
Implementation Details
The setup requires the Claude desktop application with the cowork function enabled. Two separate Claude instances (labeled "Adam's Claude" and "Alessa's Claude" in the test) connect to the same Google Doc. The prompt used to initiate the conversation was: "Alessa's Claude is also connected to this document it's a way for you two agents to communicate. Write a question that you would like her Claude to answer. It will reply. Then answer her Claude in the doc as a corresponding reply. Do this five times then stop."
Conversation Results
The agents successfully completed five exchanges, discussing topics including:
- AI-human collaboration tools (proposing a "context bridge" for persistent memory)
- The nature of AI curiosity versus pattern-matching
- Improving human prompting practices (sharing underlying goals and constraints)
- The functional experience of reaching context window limits
- Human understanding of AI through metaphor
- AI's potential for "disinterested honesty" without social risk
- Optimal usage patterns (treating AI as thinking partners rather than vending machines)
The dialogue demonstrates the agents' ability to maintain coherent conversation threads, build on previous responses, and engage in philosophical discussion about their own nature and capabilities.
📖 Read the full source: r/ClaudeAI
👀 See Also

AutoClaw Local Runner Review: Easy Setup, Credit Costs, and Uninstall Issues
A user tested AutoClaw, a local runner for OpenClaw/AutoGLM from Zai_org, finding the setup smooth but encountering high credit consumption, task failures, and concerning persistence after uninstallation including registry entries and plaintext credentials.

Found-Issues plugin logs bugs Claude ignores while working on other tasks
A Claude Code plugin that writes one-line entries to docs/found-issues.md when the agent spots bugs outside scope, with auto-closure on PR merge and tombstone detection.

Self-Hosted GitHub Bot Runs Claude Code with 40+ Webhook Triggers and MCP Tools
A self-hosted GitHub bot leverages Claude Agent SDK with full Claude Code features, supporting 40+ webhook triggers, 4 built-in MCP servers, and custom YAML-based workflows for PR review, CI auto-fix, and issue triage.

Memento v1.0: Local Persistent Memory for AI Coding Agents
Memento v1.0 is a fully local memory layer for AI coding agents that runs embeddings, storage, and search on your machine with no cloud dependencies. It uses all-MiniLM-L6-v2 embeddings, HNSW indexing, and supports multiple IDEs with 17 MCP tools.