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

Using OpenClaw as a Financial Monitoring and Document Management System
A user configured OpenClaw with read-only bank API access to monitor transactions, generate reports, track cash flow, and manage subscription tracking. The setup also includes automated invoice collection via WhatsApp and document organization in Google Drive and Excel.

VP of Engineering Builds Four Applications in One Week Using Claude AI
A VP of Engineering used Claude AI to build a VPN application, iOS native app with Go backend, Next.js landing website, and React admin dashboard in one week without writing code directly. The user previously attempted a Jira alternative with Claude a year ago but encountered limitations with complex applications.

Tanya: An OpenClaw-based AI companion with layered memory and emotional state
Tanya is an open-source AI companion built on OpenClaw that runs on Telegram, featuring two-layer memory consolidation, dynamic emotional states, and voice interactions with embedded expression tags. The project includes a detailed SOUL.md character prompt and handles texting, voice notes, calls, and image sharing.

Developer uses Claude Code agents to resolve 635 issues across 42 board games in single session
A solo developer used Claude Code agents to fix 635 UI/UX issues across 42 multiplayer board games in one session, resulting in 325 commits while maintaining zero build errors. The workflow involved running four agents simultaneously, each handling a single issue from different games to avoid file conflicts.