How we brought AI to the Bitrise Build Cloud
In this technical deep dive, we explain how we coded our powerful sandboxed AI agent, designed to run without engineer intervention using a pre-defined list of allowed tools.
In this technical deep dive, we explain how we coded our powerful sandboxed AI agent, designed to run without engineer intervention using a pre-defined list of allowed tools.

At Bitrise, we set out to build a powerful AI assistant that acts as your co-pilot, speeding up tedious tasks and helping you quickly pinpoint bottlenecks and redundancies. This is how we implemented it! Second post in our series.

Discover how we built Build Cache support for Xcode 26's new compilation caching feature, with a CLI wrapper to inject the setup into all xcode invocations automatically.

At Bitrise, our goal is to help devs speed up their builds and automate tedious work. To advance this mission, we began exploring how AI can improve developer workflows. We now confidently build and ship new AI features, detect regressions early, and monitor real-world production performance. First post in our journey series.

In this post, Ben Boral will show you how to speed up your iOS builds to win back precious time. He covers Swift hygiene for faster compilation; profiling, caching, and parallelizing builds in Xcode C; and maximizing speed with the right hardware.

Xcode 26 Beta 5 is out, and good news: it's gotten noticeably smaller! For most people on Apple Silicon, the app's download size is down by about 22%, and it takes up roughly 25% less space on your drive. See what's changed in this quick overview.

Need to support multiple Gradle versions in your CI/CD setup? Learn how to create a flexible plugin strategy that handles both legacy and modern buildFinished APIs without breaking configuration cache compatibility.

Say hello to the Mini Orchard! No flaky builds because of “data‑center air” at Bitrise: we built our own chassis that can talk to the Bitrise scheduler, can pre‑cool itself, and squeezes 32 Mac minis into a 6 rack unit oversized pizza box.

When preparing to release an iOS app, creating an IPA file is a crucial step. But managing this process can become tedious and error-prone if done manually. Let's see what an IPA is, why it matters in CI/CD pipelines, and how you can seamlessly generate, sign, and distribute IPA files using Bitrise automation.