The JK Jung Times
TECHNOLOGY

I Shipped an Entire App Using Only AI Agents

Flashcards Alarm was built 100% by Claude and Gemini — from architecture to App Store submission. Here's exactly how that worked.

By JK Jung, Staff Developer | Los Angeles Bureau | Thursday, April 16, 2026

I Shipped an Entire App Using Only AI Agents

Let me be upfront: every line of code in Flashcards Alarm was generated by AI. Not 'AI-assisted' — fully AI-generated. Claude Opus 4.6 handled architecture decisions and complex logic. Gemini handled content generation pipelines. I directed the process, reviewed the output, and made product decisions. The machines wrote the code.

The tooling setup was the foundation of the entire process. I configured Cursor IDE with Claude as the primary coding agent, connected to MCP servers for file system access, terminal operations, and browser automation. The key insight was establishing a project structure and coding standards upfront — a detailed rules file that defined naming conventions, architectural patterns, and testing requirements. This gave Claude consistent guardrails to work within, dramatically reducing the amount of back-and-forth needed for each feature. Without clear constraints, AI agents produce inconsistent code that becomes harder to maintain with each addition.

The workflow started with architecture. I described the product to Claude in natural language: an alarm app that forces you to study flashcards before

...

Tags: AI, Claude, Gemini, MCP, Automation