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

Corporate Developer's Claude Workflow for Backend Development
A backend developer at a large US finance company shares their Claude workflow: providing detailed task descriptions with specs and internal documents, using Claude to create a working markdown document, then employing a codeReviewing agent with organizational style guidelines.

Using Claude Code with ha-mcp for Home Assistant automation
A developer reports using Claude Code with the ha-mcp tool to connect to Home Assistant, enabling rapid dashboard creation and solar charging system setup through detailed prompts.

Deploying AI Receptionists for Local Businesses with OpenClaw and Retell AI
A developer deployed AI receptionists using OpenClaw and Retell AI to handle calls for local service businesses, capturing 7 appointments from 23 calls in the first week at a cost of $4.12.

OpenClaw integrates with Kroger API for automated grocery shopping via AI agents
A developer used OpenClaw with the Kroger API to automatically add recipe ingredients to a shopping cart, leveraging Qwen3.5 for recipe generation and Gemini 3.1 Pro for setup. The integration required 6 hours of work and consumed 359K tokens for a single cart generation.