How I build products with AI 0 ▲ Developer Musings 2 hours ago · Tech · hide · 0 comments LLMs have totally transformed the way I work and create new products. What used to take me months to get to an MVP now takes days, which means I can run experiments and actually look at the results instead of arguing about them in a doc. Building a few of these did surface some problems. Huge inconsistencies with tech. Sometimes Claude reached for static HTML pages, other times NextJS. Debugging and deployment got harder every time the stack changed underneath me. Telemetry wasn't consistently enforced. No consistent analytics meant no numbers, and no numbers meant the experiment told me nothing. Design. Obvious AI slop was a constant fixture. So I built a repeatable system for agentic product creation. Three parts to it. Hono and Vite for the stack The simple API plus frontend model works great and deploys almost anywhere. In my case everything goes to Cloudflare Workers. That choice does a lot of work. Claude can talk to Cloudflare's MCP server, so it can inspect and manage the… No comments yet. Log in to reply on the Fediverse. Comments will appear here.