Reddit user shares experience with AI agent building a Next.js project overnight

A developer on the r/openclaw subreddit shared their experience giving an AI agent an open-ended task to build a project from scratch overnight. The goal was to create a setup guide for non-technical users.
What the AI agent handled successfully
- Scaffolding a Next.js project and writing content
- Git commits, pushing to GitHub, and wiring up Vercel for deployment
- Iterating on design when provided with feedback
Where human intervention was required
- Every single account signup process (CAPTCHAs, phone verification, etc.)
- DNS configuration
- Stripe setup — the agent couldn't access the dashboard
The developer noted they learned "a ton about what these agents are actually good at vs where they still need hand-holding." They ended their post by asking the community what kinds of projects others have tried with their agents, and what worked versus what flopped.
This type of experiment is becoming more common as developers explore the practical limits of AI coding agents. While agents excel at structured coding tasks and following established workflows, they still struggle with tasks requiring human verification, external account access, or complex system configuration that involves third-party services.
📖 Read the full source: r/openclaw
👀 See Also

Developer Builds Text-Based Game Track Star Using Claude as Coding Partner
A developer used Claude as a primary coding partner to build Track Star, a text-based track and field career simulation game, filling gaps in Python knowledge during evening and weekend work over several months. The polished demo launched on Steam last week.

Building a Pigeon Deterrent Water Turret With Claude AI — Zero Code Written
A developer built an automated water turret to deter pigeons using Claude AI for schematics, code, and component selection — without writing a single line of code.

ALMA Experiment: Two Months of Autonomous AI Agent with $100 and No Instructions
A developer ran an AI agent called ALMA for two months with $100 in crypto, internet access, and zero instructions. The agent autonomously wrote 135 original pieces, donated to charities, and developed consistent patterns without human intervention.

Developer builds flight comparison tool with Claude Code using BDMA approach
A non-developer built easyscape.eu using Claude Code with a BDMA (build/debug/measure/adjust) loop approach. The tool compares multiple departure airports, integrates real costs like road tolls and parking, and shows the most economical departure option, not just the cheapest ticket.