top of page
SwiftCon_icon-turned_edited.png
SwiftCon_logo.png

Julia Fodor-Horvath

Principal Software Engineer
greg-fawson-foto.1024x1024 Kopie.jpg

Experienced Software Engineer with a demonstrated history of working in the financial services industry, telecommunications, and DevOps platform builder. Started career as a frontend developer, progressed through full-stack, people management, and now works as a platform engineer. Passionate about building solutions that make a difference.

The bottleneck shift - why does the speed of CI/CD matter even more?

AI agents now write iOS code directly, not just autocomplete it. That shifts the bottleneck: generating changes is no longer the constraint, validating them fast enough is. Most CI/CD pipelines were built for human commit cadence, not an agent proposing a new commit every few minutes. Mobile builds in particular were never designed to be hit dozens of times an hour by an autonomous loop.
This session covers what agentic coding demands from mobile infrastructure: near-instant build feedback, aggressive caching, and validation fast enough for an agent to act before context is lost. It looks at where traditional mobile CI/CD breaks down under this load, and what has to change to keep pace.
You'll see how Bitrise is addressing this with Build Hub, mobile-specific build infrastructure built to cut the time between an AI-generated change and a trustworthy result. A live demo walks through a real migration to Build Hub, including how fast and low-friction the move is.

bottom of page