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

Bernstein: A Kubernetes-like orchestrator for AI coding agents with verification and model policies
Bernstein is an orchestrator for AI coding agents that includes independent verification of agent outputs, model policy controls, 13 agent adapters, and deterministic Python-based scheduling. The project has 5000+ tests and features like circuit breakers, cost anomaly detection, and PII scanning.

GLM 5 on Mac M3: Performance Observations for Agentic Coding
A user reports running GLM 5 via MLX 4-bit quantization on a Mac M3 with 512GB RAM, finding it usable for agentic coding with context under 50k tokens but noting significant slowdowns beyond that threshold.

Routerly: Self-Hosted LLM Gateway with Runtime Routing Policies and Budget Control
Routerly is a free, open-source, self-hosted LLM gateway that provides runtime model selection based on routing policies like cheapest, fastest, or most capable, along with project-level budget limits with per-token tracking. It's OpenAI-compatible for drop-in use with tools like Cursor, LangChain, and Open WebUI.

Open-source MCP memory server with knowledge graph and learning features
An open-source MCP server written in Rust provides persistent memory for AI agents with knowledge graph architecture, Hebbian learning, and hybrid search. It's 7.6MB with sub-millisecond latency and works with any MCP-compatible client.