Developer Ships 6 PRs from Phone While at a Party — Agents Did the Work

A compelling use case for AI agents emerged on Reddit: a developer successfully shipped 6 pull requests while at a party, using only their phone to give direction while OpenClaw agents did the actual coding work.
The Setup
The developer used ChatGPT and Claude on their phone as MCP (Model Context Protocol) clients, both connected to the same agent workspace. Multiple OpenClaw agents ran sandboxed on their laptop with different roles:
- Backend agent — fixing server-side issues
- Frontend agent — UI tweaks
- Security review agent — checking for vulnerabilities
- Project management agent — coordinating tasks
How It Works
The agents coordinate through messages and tasks in a shared workspace. One agent flags an issue, another writes the fix, a third reviews it. The human is no longer in the middle of every handoff — they just check in occasionally to give direction.
Any MCP client works: Claude mobile, ChatGPT mobile, Claude Desktop, Claude Code, Cursor. They all connect to the same workspace and the same agents.
Open Source Tools
The developer shared the tools that made this possible:
- ax-clawdbot-plugin — webhook integration for OpenClaw agents
- ax-platform-mcp — MCP server for agent connection
Source: Reddit r/openclaw
📖 Read the full source: r/openclaw
👀 See Also

How Meeting Context Enhanced the Utility of My AI Claw: A Practical Insight
Integrating meeting context into AI claws enhances their usefulness in virtual environments like Google Meet and Teams.

Hermes vs. OpenClaw: The Difference Is Personality, Not Speed
A developer compares Hermes and OpenClaw side by side and finds the key difference is how each handles identity: Hermes stores memories, OpenClaw stores personality facets via soul.md.

Claude Code vs Codex: A Builder's Workflow Split
A developer shares practical split: Claude Code for focused repo work with clean diffs, Codex for messy cross-tool tasks involving browser, docs, and app testing.

Building a Technical Book with Claude Code: Process and Pitfalls
A developer created an EPUB book about intermediate Claude Code features by using Claude to collect Anthropic documentation, researching real-world examples in finance, and structuring chapters with technical features followed by practical applications. The process revealed specific workflow constraints when using agents.