When I built menugen ~1 year ago, I observed that the hardest part by far was not the code itself, it was the plethora of services you have to assembl...
Building an app is harder due to assembling services (DevOps, payments, auth) than writing code. The author envisions an AI agent that can deploy an entire app from a single command, handling docs, API keys, debugging, and production deployment without human clicks or web pages.
Background
- This is a post reacting to Andrej Karpathy's "vibe coding" concept. Karpathy coined "vibe coding" to describe letting AI generate code while you just vaguely guide it — fun for prototypes, but painful to actually deploy.
- Karpathy built a side project called "menugen" (an AI-powered restaurant menu generator). He noted that writing the core code was easy, but setting up payments, auth, databases, domain names, and DevOps was a slog.
- The author (unknown handle; likely an AI/startup commentator) agrees and argues the real prize isn't better code generation — it's AI agents that can navigate all the real-world services (CLIs, APIs, web dashboards) to deploy a working app from scratch, without a human clicking around.
- Patrick Collison (quoted) is the CEO of Stripe, a major online payments company. His public interest signals this is a live debate among top tech figures: how far can AI agents go beyond writing code into owning the full deployment lifecycle?