Skip to content

Commit 63d6652

Browse files
philipjfulcherFrozenPandaz
authored andcommitted
docs(nx-dev): add foundations article (#34599)
(cherry picked from commit 919907c)
1 parent 54f43ff commit 63d6652

7 files changed

Lines changed: 37 additions & 4 deletions

docs/blog/2026-01-09-the-missing-multiplier.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors: ['Victor Savkin', 'Philip Fulcher']
55
tags: ['nx']
66
cover_image: /blog/images/2026-01-09/header.avif
77
description: 'Discover why AI agents underperform in polyrepos and how Nx monorepos unlock 30% productivity gains. Learn why architecture matters for AI agent success.'
8-
pinned: true
98
---
109

1110
## Nx doesn't just make monorepos manageable. It makes AI agents effective.

docs/blog/2026-02-10-broadcom-success-story.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ metrics:
1515
label: 'projects unified'
1616
- value: '2x faster'
1717
label: 'CI pipelines'
18+
pinned: true
1819
---
1920

2021
Broadcom is a global technology leader providing semiconductor, enterprise software, and security solutions to thousands of customers worldwide. Their engineering organization manages a wide portfolio of complex applications, including the [VMware](https://www.vmware.com/) suite of products. Their frontend architecture team has spent nearly a decade figuring out how to manage this portfolio efficiently.

docs/blog/2026-02-17-why-we-deleted-most-of-our-mcp-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors: ['Max Kless']
55
tags: [nx, ai, mcp]
66
cover_image: /blog/images/articles/bg-mcp-to-skills.avif
77
description: 'How the shift from MCP tools to agent skills changed the way AI assistants work with Nx monorepos — and why MCP still matters.'
8+
pinned: true
89
---
910

1011
Remember when MCP was the hot new thing? That was barely a year ago. We built [MCP tools for Nx](/blog/nx-made-cursor-smarter) — surfacing project graphs, generator schemas, task pipelines directly into LLM conversations — and for the first time AI assistants could actually _understand_ your workspace. We shipped integrations for Cursor, VS Code Copilot, and JetBrains, and it worked well.

docs/blog/2026-02-18-why-monorepos-are-king-in-the-age-of-ai.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ authors: ['Jeff Cross', 'Juri Strumpflohner']
99
tags: [webinar]
1010
cover_image: /blog/images/2026-02-18/Feb2026-webinar-card.avif
1111
time: 2pm ET/7pm UTC
12-
status: Upcoming
12+
status: Past - Gated
1313
registrationUrl: https://go.nx.dev/feb2026-webinar
14-
pinned: true
1514
---
1615

1716
**Feb 18, 2026 - 2pm ET/7pm UTC**
@@ -22,4 +21,4 @@ Monorepo architecture has evolved significantly in the past few years, yet the l
2221

2322
This webinar will provide a clear framework for understanding monorepos in 2026, cutting through the noise to explain how they deliver measurable impact. Particularly for organizations working to ship at AI-accelerated speeds.
2423

25-
{% call-to-action title="Register today!" url="https://go.nx.dev/feb2026-webinar" description="Save your spot" /%}
24+
{% call-to-action title="Download the recording!" url="https://go.nx.dev/feb2026-webinar" description="Sign up to gain access" /%}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 'Nx Joins the Linux Foundation and the Agentic AI Foundation'
3+
slug: nx-joins-linux-foundation-and-aaif
4+
authors: ['Philip Fulcher']
5+
tags: ['nx']
6+
cover_image: /blog/images/2026-02-25/header.avif
7+
description: 'Nx joins the Linux Foundation and Agentic AI Foundation (AAIF) to help shape open standards for AI-powered development. Learn how the intersection of agentic AI and build tooling will transform software development workflows, and why Nx is committing to open collaboration with Anthropic, AWS, Google, and Microsoft to build the future of autonomous AI agents in developer tooling.'
8+
pinned: true
9+
---
10+
11+
As AI agents become central to how developers build and scale software, the need for open standards, shared tooling, and transparent governance has never been greater. Today, we're excited to announce that Nx is now a member of the [Linux Foundation](https://www.linuxfoundation.org) and the [Agentic AI Foundation (AAIF)](https://aaif.io).
12+
13+
## Building the Future of Agentic AI
14+
15+
The software development landscape is shifting. Agentic AI — autonomous systems that can plan, coordinate, and act across tools and codebases — is quickly moving from research concept to production reality. The companies and communities that define the standards for this new era will shape how millions of developers work for years to come.
16+
17+
The Linux Foundation has long served as the neutral, trusted home for the open source projects that power global infrastructure. The Agentic AI Foundation, formed in December 2025 under the Linux Foundation umbrella, extends that mission into the age of AI agents. Anchored by foundational projects like Anthropic's Model Context Protocol (MCP), Block's goose, and OpenAI's AGENTS.md, the AAIF is where the open standards for agentic AI are being built.
18+
19+
Nx is joining both foundations because we believe the future of developer tooling is inseparable from the future of agentic AI, and that future must be open.
20+
21+
## The Intersection of Agentic AI and Build Tooling
22+
23+
Nx has spent years building intelligent tooling that helps developers and teams manage complex codebases at scale. Our monorepo platform is used by organizations worldwide, empowering software developers across the JavaScript, TypeScript, and broader polyglot ecosystem.
24+
25+
As AI agents increasingly operate within these environments — navigating dependency graphs, orchestrating builds, generating and modifying code — the intersection of agentic AI and build tooling becomes critical. Nx is uniquely positioned to contribute to the standards and practices that ensure these agents work reliably, predictably, and at scale within real-world development workflows.
26+
27+
## What's Ahead
28+
29+
By joining the Linux Foundation and the AAIF, we're committing to collaborating with leaders across the ecosystem to advance open standards for agentic workflows. That means participating in working groups, contributing to shared specifications, and helping ensure that the tooling developers rely on every day is designed to work seamlessly with the next generation of AI-powered development.
30+
31+
We're looking forward to working alongside Anthropic, AWS, Google, Microsoft, and the many other organizations shaping this space. The era of agentic AI is here, and we're proud to help build it — together, and in the open.
32+
33+
_To learn more about the Linux Foundation, visit [linuxfoundation.org](http://linuxfoundation.org). To learn more about the Agentic AI Foundation, visit [aaif.io](http://aaif.io). And to learn more about Nx, visit [nx.dev](http://nx.dev)._
64.3 KB
Binary file not shown.
1.32 MB
Loading

0 commit comments

Comments
 (0)