March 2026 Summaries
2 posts from Nx
Filter
Month:
Year:
Post Summaries
Back to Blog
SiriusXM's commerce engineering team significantly enhances its digital experiences for customer acquisition by utilizing a monorepo architecture managed with Nx, which has grown to over 1,400 projects over five years. By focusing on a composable architecture, the team can quickly assemble new customer experiences from existing modular libraries, allowing them to rapidly iterate, test, and deploy new checkout and conversion flows. The adoption of Nx Cloud, particularly after migrating to GitHub Enterprise and GitHub Actions, has been instrumental in improving continuous integration (CI) performance through remote caching and intelligent task distribution. As an Enterprise tier customer, SiriusXM benefits from direct access to the Nx team, enabling them to address specific challenges and stay ahead of new capabilities. The strategic investment in this architecture has resulted in significant time savings, including over 61 days of computation saved every month and an 82% cache hit rate, which allows for faster feedback loops and reduced time to market for new projects.
Mar 19, 2026
853 words in the original blog post.
Agentic experience (AX) is gaining importance alongside traditional developer experience as AI agents increasingly interact with software on behalf of developers. To address this shift, improvements have been made to Nx's CLI commands to enhance their compatibility with AI agents, focusing on reducing friction and enabling more autonomous agent actions within terminals and repositories. These changes emphasize providing clear, structured feedback, ensuring better context availability, and supporting idempotency to facilitate efficient agent workflows. By adapting CLI output to emit JSON-formatted messages, Nx aims to offer structured data that aligns with agent capabilities, thereby minimizing the need for human intervention. This approach sits between maintaining the existing CLI surface and redesigning it entirely for agents, reflecting a broader trend where the line between developer and agent tools is becoming increasingly blurred. The ultimate goal is to enable seamless agentic onboarding, allowing AI agents to autonomously connect workspaces, configure infrastructure, and optimize CI pipelines, thereby enhancing productivity and collaboration.
Mar 05, 2026
1,392 words in the original blog post.