Home / Companies / Bitrise / Blog / November 2025

November 2025 Summaries

8 posts from Bitrise

Filter
Month: Year:
Post Summaries Back to Blog
Bitrise is developing a sandboxed AI agent to enhance productivity and user experience by leveraging their comprehensive tech stack, which includes networking gear, physical Mac and Linux machines, and ephemeral virtual machines. This AI agent, running on Bitrise Build Cloud, surpasses their previous AI Assistant by having access to both customer source code and developer tools, allowing for iterative code changes and testing. The new agent, designed to operate independently of engineer intervention, uses a pre-defined allowlist for tools, simplifying its functionality. Bitrise's approach to AI development includes integrating performance measurement and optimizing the AI agent for various LLM providers like Anthropic, OpenAI, and Gemini, with a focus on prompt caching to prevent performance degradation and reduce costs. Additionally, they have implemented session persistence and context summarization to manage the context window limit, while features like runtime and token usage limitations, analytics reporting, and logging integration further enhance the AI agent's capabilities. Bitrise plans to conclude their series by discussing the scaling of AI feature development across their R&D organization.
Nov 30, 2025 1,817 words in the original blog post.
Bitrise developed a powerful AI assistant to enhance user productivity by acting as a co-pilot capable of handling broad, open-ended questions, identifying bottlenecks, and suggesting workflow optimizations. Initially exploring frameworks like LangChain and CrewAI, they opted for Pydantic.AI for its model-agnostic agent implementation and type-safe LLM responses but eventually transitioned to Go due to their engineering team's expertise in the language, allowing for seamless integration with existing systems and better production readiness. The AI agent, wrapped in a FastAPI-based HTTP API, supports tool approvals for state-modifying operations and is integrated into the Bitrise website, enabling both server-side and client-side tool executions. This approach ensures secure and efficient operation while leveraging the existing authentication infrastructure, ultimately achieving a robust AI-driven solution that enhances user interaction by controlling browser tabs for improved task management.
Nov 19, 2025 1,813 words in the original blog post.
CodePush for Bitrise offers React Native teams a streamlined way to deliver updates directly to users, bypassing traditional app store delays and providing an alternative to deprecated systems like Microsoft App Center. This integration allows developers to deploy JavaScript and asset updates instantly without the need for app store reviews, significantly speeding up the update process. Available as a beta, CodePush is integrated into Bitrise Release Management, providing a free service for up to 100,000 monthly downloads and supporting both React Native New Architecture and Expo projects. The beta phase welcomes user feedback to refine its features, with a full launch anticipated in 2026 that will introduce an expanded functionality and dedicated UI. By allowing updates to be delivered directly to user devices, CodePush enables a quicker, more flexible development cycle, facilitating rapid hotfixes and feature improvements without interrupting the release momentum. Access to the beta is straightforward, requiring users to request approval through the CodePush interface in Release Management.
Nov 13, 2025 398 words in the original blog post.
Bitrise, a leading DevOps platform for mobile, has released its Bitrise Mobile Insights 2025 report, which analyzes data from over 10 million builds across its global customer base from January 2022 to June 2025. The report highlights the increasing complexity of mobile CI pipelines, which have grown 23% more complex, yet leading teams have managed to reduce build times by 28% through automation and optimization. Key trends identified include the rise of cross-platform development, with React Native leading the way, and the growing dominance of GitHub as a source code management platform, with 73% of builds originating from it. The study also emphasizes the importance of quick adoption of new Xcode releases and the challenges posed by rising test flakiness, which teams can mitigate using monitoring tools. Bitrise notes that strategic investments in mobile pipelines, such as caching and release automation, can significantly enhance delivery efficiency and provide a competitive advantage, as evidenced by the performance gap between leading and lagging teams.
Nov 12, 2025 488 words in the original blog post.
Xcode 26 introduces Xcode Compilation Caching, significantly enhancing build efficiency for iOS developers by eliminating the need to recompile unchanged code. This new feature leverages LLVM Content Addressable Storage (CAS) to store previously built outputs at a granular level, allowing for faster compilation processes by checking the cache for existing outputs before proceeding with actual compilation. This caching mechanism is similar to Bazel's action cache and uses a gRPC-based protocol for querying and storing data. Bitrise has integrated support for this caching system, providing a local proxy that interacts with the cache backend service, making it compatible with its existing Build Cache product for Gradle and Bazel. The integration involves a Bitrise CLI wrapper around the xcodebuild tool to automate the setup of compilation caching, ensuring seamless connection to the remote cache and integration with Bitrise analytics tools. This development promises faster CI pipelines, reduced infrastructure costs, and quicker local compile-test cycles, enhancing productivity for iOS development teams.
Nov 11, 2025 904 words in the original blog post.
Rightmove, a leading property platform in the UK, transitioned from its outdated CI/CD setup to Bitrise's mobile-first platform to support its growing mobile user base. The previous system was cumbersome and required significant maintenance, posing challenges during the pandemic and risking disruptions due to power issues. Bitrise's platform, favored for its mobile-specific capabilities and ease of integration, transformed Rightmove's development process, enabling faster, more reliable builds and reducing the time spent on infrastructure management. The migration to Bitrise was smooth and allowed the team to focus more on product features and innovation rather than infrastructure issues. The switch significantly decreased testing and build times, improved team efficiency, and enhanced the ability to experiment with new tools and processes. This change has not only improved operational efficiency but also provided the mobile team with greater independence and flexibility, allowing them to deliver features more swiftly and maintain a balance between feature delivery and security.
Nov 06, 2025 2,063 words in the original blog post.
Bitrise, a prominent mobile DevOps platform, was honored with two major accolades at the 2025 National DevOps Awards, being named both Best DevOps Tool/Product of the Year and Overall DevOps Winner. Celebrated for its mobile-first approach, Bitrise enhances developer experience by improving speed, reliability, and productivity, specifically catering to the complexities of mobile app development such as signing, provisioning, and OS updates. Head Judge Dávid Jámbor emphasized Bitrise's commitment to a frictionless, developer-first experience that empowers engineering teams to ship faster and more confidently. With over 8,000 companies, including Shopify, Rightmove, TripAdvisor, and BuzzFeed, utilizing Bitrise, the platform supports the building, testing, and releasing of apps, facilitating exceptional user experiences. Established in 2014 and supported by investors like Insight Partners and Y Combinator, Bitrise integrates necessary tools, processes, and testing frameworks for mobile development, reinforcing its leadership in the field.
Nov 05, 2025 283 words in the original blog post.
Bitrise has embarked on integrating AI into its developer workflows to streamline and enhance processes from code commit to production release. A dedicated team focused on identifying and developing AI features that provide genuine value to developers, emphasizing the need for non-deterministic systems that automatically detect regressions. The team created an internal evaluation framework in Go to benchmark various AI coding agents, aiming to run tests in parallel and report results efficiently. After testing several agents, including Claude Code, Codex, Gemini, and OpenCode, Bitrise identified the need to develop an in-house coding agent to match Claude Code's performance while avoiding vendor lock-in and ensuring seamless integration into their ecosystem. This approach allows for greater autonomy, flexibility, and innovation, as well as the ability to embed verification directly into the workflow. Future posts will delve into the technical challenges and successes of scaling AI feature development across the company.
Nov 04, 2025 1,135 words in the original blog post.