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

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.

Tocket CLI: A Context Engineering Framework for AI Coding Agents
Tocket is a CLI tool that creates a .context/ folder with markdown files for AI agents to maintain project memory across sessions. It auto-detects tech stacks from package.json and generates a pre-configured .cursorrules file.

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

Local-first AI tax preparer with encrypted PII built on MCP
A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.