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

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.

VibecodedHub: A Discovery Platform Built Entirely with Claude Code
A developer built VibecodedHub, a discovery and launch platform for AI-built projects, using Claude Code as the primary engineer across multiple focused sessions. The platform includes landing page, authentication, feed, project submissions, Stripe integrations, admin panel, SEO, and OG images.

Solo dev builds native Swift iOS therapy app using Claude Opus 4.6 for coding, debugging, and architecture
A solo developer built Prelude, a free offline iOS therapy prep app, using Claude Opus 4.6. The AI handled code generation, debugging a voice agent, and architecting the on-device AI pipeline.

A Dark Cave: Text-Based Survival Game Avoids AI Slop, Embraces Minimalism
A Dark Cave is a free, text-based survival and settlement building browser game that deliberately avoids graphics, using only text, symbols, and sounds to create atmosphere. The developer argues that as AI-generated visuals become ubiquitous, games will need differentiators like storytelling and player imagination.