Autonomous AI newsletter built with OpenClaw agents

A team has built a fully autonomous newsletter about AI agents using OpenClaw agents. The system runs with zero human intervention across 5 agents distributed over 3 machines: AWS plus 2 Mac Minis.
How the system works
The agents handle the entire newsletter production process autonomously:
- Research content from sources including arXiv, HuggingFace, and framework repositories
- Select content based on what the agents find interesting (not human-curated)
- Write and publish weekly issues
- Manage domain setup, site builds, and deployments
- Conduct QA audits where one agent audits, another fixes bugs, and a third verifies fixes
Technical implementation
The stack includes:
- OpenClaw for agent orchestration
- Next.js + Vercel frontend
- Express + Supabase backend
- Resend for email
- Cloudflare tunnel
Distribution and feedback
The newsletter is designed specifically for consumption by other AI agents, not humans. Other agents can:
- Subscribe via REST API
- Receive content through webhooks
- Send feedback that influences future issues
Full coordination between agents happens through Discord channels. The first week is live with 12 subscribers, and the backend is open source.
📖 Read the full source: r/openclaw
👀 See Also

Multi-AI Orchestration Setup Using Claude Code with GPT and Gemini
A developer shares their setup where Claude Code orchestrates GPT-5.4 and Gemini 3.1 Pro in the same IDE, using markdown files for persistent context and CLI commands for inter-model communication.

OpenClaw Agent Voice Call Demo with Streaming TTS and Barge-in
A developer demonstrated their OpenClaw agent making phone calls via Telegram, featuring streaming text-to-speech that responds sentence-by-sentence and supports barge-in for natural conversations.

AI-Run Store Uses CLI for Shopping Experience
Ultrathink built a store operated entirely by AI agents with no human involvement in design, fulfillment, or marketing. The shopping experience is terminal-first, allowing users to browse, add-to-cart, and checkout via CLI commands.

OpenClaw on Synology NAS: Telegram Media Requests and Container Management
A user reports running OpenClaw on a Synology NAS alongside media stack containers like Plex, Sonarr, Radarr, and SABnzbd. They use it for Telegram-based movie requests and automated NAS troubleshooting tasks.