Recursive AI Agent System Builds and Improves Its Own Website

A developer has implemented a recursive AI agent system where Claude Code builds a website that then generates content to improve itself. The system creates a self-improving loop where content generation identifies gaps in the infrastructure.
Technical Stack and Implementation
The site is built entirely with Claude Code and deployed on Vercel at longliveagents.dev. A weekly pipeline auto-generates newsletter posts with rich metadata. These posts don't just publish content—they serve as improvement signals for the agent swarm.
The Recursive Improvement Loop
The system operates on this cycle:
- Claude Code builds the site
- Pipeline writes a post about what's being built
- Post generation surfaces new ideas and gaps
- Those get filed as "Beads" in Gas Town
- Gas Town feeds those back into the build queue
- Claude Code ships the next feature
- Repeat
Beads is a component borrowed from Gas Town, which is described as a multi-agent orchestration layer for agentic coding swarms. The site itself becomes a byproduct of the system improving itself.
Key Insights and Caveats
The developer notes that the content pipeline turned out to be the most generative part of the system—not because it writes posts, but because summarizing what was built forces the system to notice what's missing. It functions as a forcing function disguised as a blog.
Important limitations include:
- The pipeline needs a human review gate before it's fully autonomous
- Claude Code does most of the heavy lifting; the developer acts as architect rather than builder
- The newsletter is structured by how the developer reads posts now, with TLDR sections and potential areas for use in other projects
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Cowork Use Cases: From Bulk Image Metadata to API Workarounds
A user details specific Cowork applications including automating banner uploads with CSV generation, reverse-engineering UI APIs for data pushes, and creating self-improving skills for repetitive tasks.

Claude as a Coding Mentor: From Zero to Shipped Full-Stack SaaS in a Month
A developer used Claude to learn SvelteKit 2, Stripe subscriptions, MongoDB, and AES-256 encryption, shipping a zero-knowledge encrypted pastebin called CloakBin in one month.

Non-developer runs 18-agent OpenClaw setup on Mac mini for digital marketing
A digital marketing agency owner with no coding experience has been running an 18-agent OpenClaw system for six weeks on a Mac mini M4, costing about $100/month for Claude Max Pro plus $5/month electricity. The setup includes three agent households modeled after 'Bridgerton' characters handling content creation, SEO, and development tasks.

Developer Switches Business OpenClaw to RunLobster After Security Incident, Keeps Personal Instance Self-Hosted
A developer moved their business OpenClaw agent to RunLobster at $49/month after discovering their self-hosted instance had been exposed on 0.0.0.0 for 3 months following the February CVE. They kept personal OpenClaw self-hosted on a Mac Mini for non-critical workloads.