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

Using Markdown Files as a Memory System for AI Coding Agents
A developer shares a method using {topic}_LOG.md and {topic}_SUMMARY.md files to persist conversations with Claude Code, solving compaction and agent restart issues by creating a dual memory system with detailed logs and indexed summaries.

Using Claude as a Critical Product Manager for Landing Page Optimization
A developer used Claude to critique and rewrite their landing page by treating it as a harsh, contrarian product manager, resulting in improved messaging and SEO performance.

Qwen 3.6 27B Q8_k_xl as a Local Daily Driver for VSCode
A developer shares their experience using Qwen-3.6-27B-q8_k_xl by Unsloth in VSCode Insiders via LM Studio on an RTX 6000 Pro, finding it 'good enough' for daily coding tasks without API tokens.

Claude Skill File Applies Negotiation Theory to Email Composition
A developer created a SKILL.md file for Claude that injects negotiation frameworks like BATNA, anchoring, and reciprocity into email writing. The skill generates 2-3 variant emails with tradeoff analysis instead of a single generic response.