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

Real-time Conflict Monitor Built with Claude API Analyzes News Impact
A developer used Claude's API to build an automated pipeline that reads conflict news from 100+ sources, classifies by topic/country/severity, generates impact scores (1-100), and produces 3-line smart summaries.

OpenClaw user automates parking payments by reverse engineering government portal
An OpenClaw user created a script that automatically pays for parking by reverse engineering a local government portal, reducing costs from $3 per transaction to zero by running locally on a Mac mini.

OpenClaw user shares macOS desktop automation setup with Discord integration
A developer describes their OpenClaw configuration that enables Discord communication, website opening, local state inspection, screen capture, and desktop automation on macOS, noting macOS permission challenges with Screen Recording when running as a LaunchAgent.

Building a Slack-based debugging system for non-technical Claude users
A developer created a local Claude skill that polls a Slack channel every 7 seconds, allowing non-technical team members to get debugging help by pinging their Claude instance directly in Slack threads.