Anthropic Splits Remote Agent Control into Dispatch and Remote Control with Reliability Issues

Anthropic's Split Implementation of Remote Agent Control
Anthropic has taken the core capability from OpenClaw and split it into two separate products aimed at different user bases. This represents a fragmentation of what was previously a unified agent layer in OpenClaw.
Two Separate Products
- Dispatch: Remote agent control for regular users using Cowork
- Remote Control: Remote agent control for developers using Claude Code
The concept behind Remote Control is solid: allowing Claude Code to run tasks on your desktop while you monitor and redirect from your phone. For non-technical users, Dispatch makes sense with lower friction and no CLI requirement.
Reliability Issues
Both implementations currently suffer from significant reliability problems:
- Mobile connections drop after roughly 10 hours of use
- Cannot reconnect after disconnection
- CLI continues to show sessions as "active" even when disconnected
- No way to determine if the agent is still running or has silently died
Development Context
An independent developer shipped a product called "Dispatch" weeks before Anthropic's announcement, implementing the same functionality. This suggests Anthropic is playing catch-up rather than innovating in this space.
The direction of remote agent control is clearly right, but the current implementation feels fragmented and unreliable. Users who were accustomed to OpenClaw's unified approach now face a split experience with unresolved technical issues.
📖 Read the full source: r/openclaw
👀 See Also

MiniMax M2.7 Model Released with Improved Coding Performance
MiniMax has released M2.7, an AI model that scores 56% on SWE-Pro coding benchmarks and includes self-optimization capabilities. The model maintains pricing at $0.30 per million input tokens.

Synthetic announces major pricing restructuring with significant rate limit changes
Synthetic is replacing its Standard and Pro tiers with subscription packs at $30/month, offering 135 messages per 5 hours per pack. Existing Pro users will see their 1,250 messages per 5 hours reduced to 335 messages for the same $60/month price.

Claude Projects File Upload and Indexing Issues Documented
Claude Projects has multiple confirmed backend issues: files get stuck indexing, RAG search mode activates prematurely at ~13 files regardless of token count, and cached content persists even after deletion and re-upload.

Claude Code 2.1.63 adds bundled slash commands, HTTP hooks, and memory leak fixes
Anthropic released Claude Code 2.1.63 with 26 CLI changes including new /simplify and /batch slash commands, HTTP hooks that POST JSON to URLs, and fixes for multiple memory leaks in long-running sessions.