
I Build with AI Deploying Your App at the Speed of Vibe Coding
Sep 4, 2025
Josh Thornes, Director of AI and Software Engineering at e360, delves into the world of deploying AI-powered applications. He discusses the best platforms for deployment and emphasizes the importance of setting up seamless CI/CD pipelines to boost efficiency. Josh explores common challenges unique to AI prototypes and shares strategies for ensuring security and scalability. He also highlights the critical role of observability in monitoring app performance and user interactions after launch. It's a deep dive into making vibe-coded apps production-ready!
AI Snips
Chapters
Transcript
Episode notes
Shift From Creative Build To Operational Mindset
- Deployment requires a different mindset than prototyping: focus on scalability, observability, and cost.
- Expect to refactor creative prototypes into more organized, maintainable systems before launch.
Instrument Your App With Observability
- Add observability so you can see user interactions, logs, and errors after deployment.
- Use logs, analytics, and monitoring to catch edge cases you didn't test locally.
Test For Functionality And Scale
- Use unit, functional, and load testing to catch failures before release.
- Feed performance findings back into tests so issues stay fixed over time.
