From Wow to Workflow

How I Generate Music and Deploy Apps with AI Agents


Alexander Gomez · 2026

Let's Start With a Quick Poll

Scan the QR code or go to:

apps.firebots.cloud/20260312150516-a1bess

[ QR CODE ]
Generate at: qr.io or similar

Vote and keep this tab open — we'll come back to it later.

This Is Moving Fast

~100%
of code at Anthropic is now AI-generated — some engineers ship 22 PRs in a single day
4,500
developer-years saved by Amazon's AI tool — $260M/year
$2B
annual revenue for Cursor (AI code editor) — in just 15 months
  • Goldman Sachs — deploying autonomous AI coders alongside 12,000 developers
  • Shopify CEO — "Prove why AI can't do it before requesting a new hire"
  • Google — 30%+ of new code is AI-generated

This isn't just startups. This is enterprise. So I tried it myself.

EMX

"Turn your moments into cinematic soundtracks"

  • Upload a photo → AI analyzes the scene → generates lyrics, music, album art, video
  • Powered by: Gemini (vision + composition), Kie AI (music), Kling (video)
  • Python/FastAPI backend + Node.js BFF + single-file HTML frontend — all in Docker
  • Real-time SSE events drive the progressive UI
Photo → Vision → Compose → Image + Music (parallel) → Video

Built in one weekend.

LIVE DEMO

EMX

emx.firebots.cloud

  • Emotion Pad — 2D valence/arousal input
  • Upload a photo, watch face detection move the dot
  • Walk through the pipeline as it happens
  • Album cover, music, video — all generated live

How EMX Was Built

One weekend. One AI agent. Five services.

  • Day 1: FastAPI backend + pipeline orchestration
    Vision analysis, lyrics composition, parallel music + image generation
  • Day 2: Frontend + BFF + real-time SSE
    Emotion Pad, face detection, progress animations, waveform player
  • The honest part: I iterated for a second weekend on polish
    Gallery, bug fixes, parallel pipeline optimization, dev mode for testing
The AI wrote the code. I made the architecture decisions, reviewed every line, and debugged the parts it got wrong.

Vibe Deployer

"Describe an app → AI builds it → deployed in 90 seconds"

  • Chat interface → your prompt hits an n8n workflow → Claude API writes the app
  • WebSocket relay pushes real-time progress back to the browser
  • Auto-deployed to apps.firebots.cloud/{slug}

Four containers. One prompt. Deployed app.

Also built in one weekend.

LIVE DEMO

Vibe Deployer

vibe.firebots.cloud

  • Type a prompt — something fun
  • Watch it generate in real-time
  • Open the deployed app
REVEAL

Remember that poll you voted on at the start?
That was built with the Vibe Deployer. One prompt. Under 90 seconds.

How I Actually Work

The tool: Claude Code — not a chatbot, not an IDE plugin. An autonomous agent in your terminal.

  • Full codebase awareness — reads, searches, edits files, runs commands
  • Plan mode: Claude proposes a step-by-step plan. I review. THEN it executes.
  • Runs on my Linux server via SSH — commits → GitHub Actions → auto-deploys
  • CLAUDE.md as persistent memory — it remembers my server, my conventions, my rules
  • I work from anywhere — phone, laptop, any terminal
Armin Ronacher — Creator of Flask & Jinja2
"Review every line, shape the architecture, and carry responsibility."

The Three Levels

LevelHowWho DrivesExample
1. Chat Copy-paste prompts, manual integration You type everything ChatGPT, Claude.ai
2. IDE AI in your editor, inline suggestions You + AI side by side Cursor, Copilot
3. Agentic AI on your machine, autonomous execution AI executes, you review Claude Code, Codex

Level 1 is talking to a tutor. Level 2 is pair programming.
Level 3 is having a developer on your team that you manage.

Remember the poll? Check your results — where does this room land?

What I Learned Along the Way

  1. Plan mode is non-negotiable
    "Measure twice, cut once" applies to AI too
  2. You must understand the code
    You're the architect, not the AI
  3. The AI makes mistakes
    But so do humans — and AI is faster at fixing them
  4. It's not about the prompt — it's about the review
    Knowing what to accept, what to reject, and what to ask again
Kent Beck — Creator of TDD & Extreme Programming
"90% of my skills dropped to $0. The leverage for the remaining 10% went up 1000x."

My Challenge to You

The question isn't whether AI can help you.
The question is: at which level are you going to engage?
Try an AI agent for one week. Use plan mode. Review every line.
I guarantee you won't go back.

This entire talk — the slides, the speaker notes, the research — was built with an AI agent on my server. I mostly supervised from the couch.

Questions?

emx.firebots.cloud · vibe.firebots.cloud · claude.ai/code