Closed AI tools blocked Hugging Face's own security team from finishing a forensic sweep of its own breach this month. The company switched to an open-weight model, GLM 5.2, running on its own infrastructure, and cleared 17,000 flagged actions in the time it took the closed system to keep asking for permission. NVIDIA turned that story into the founding argument for a new alliance, and persuaded 36 other companies to co-sign it.
The stack argument, not the model argument
NVIDIA's pitch to the 36 companies wasn't about which model is smarter. It was about which model a defender can actually open during an active breach. An AI agent is identity, permissions, a harness, guardrails, logs, and an evaluation loop wrapped around a model. Lock any one of those five layers behind a vendor's API and you've reintroduced the exact bottleneck that slowed Hugging Face down.
That framing produced a real list of named contributions alongside the member roster. HPE brought SPIFFE and SPIRE, zero-trust identity standards that cryptographically verify an AI agent before it touches enterprise data. Hugging Face handed Safetensors, its model-weight storage format built to block remote code execution, over to the PyTorch Foundation. Microsoft supplied MDASH, a multi-model scanning harness that sets several AI agents loose on a codebase to find and prove exploitable bugs against each other. IBM and Red Hat paired up on Lightwell, which signs open-source patches to secure the supply chain those patches move through.
Cisco's contribution lands on the technical layer the alliance keeps returning to: known vulnerabilities inside a codebase. The company has released two Antares security small language models built to pinpoint those flaws, alongside a Foundry Security Spec and Project CodeGuard, both aimed at giving defenders tools they can inspect rather than trust blind.
None of this is new territory for Cisco. The company has run an open source program office publishing security and networking tools for over a decade, from the OpenH264 video codec in 2013 to Cilium's network security layer to April's Model Provenance Kit, built to trace whether a downloaded model has been altered from its original weights. AGNTCY, Cisco's agent-to-agent infrastructure project, extends that pattern into the exact agentic layer the alliance is trying to secure.
"To succeed in the AI era, we must defend it together."
Dell Technologies joined as a founding member with a similar framing but a different emphasis. "Defenders need open tools, collaboration, and transparency to secure AI agents and systems," said Michael Dell, founder, chairman and CEO of Dell Technologies. He tied the case to buyer behavior as much as security policy. Enterprise customers want the ability to choose between open and closed models. Nobody wants to get locked into one.
NVIDIA is the one company here with two decades of receipts
NVIDIA's own contribution, the NVIDIA Labs Object-Oriented Agent framework, went up on GitHub under an Apache 2.0 license the same day as the announcement. NOOA is built to make agent behavior easier to trace and audit, which is a description that could apply to half the tools in this alliance. What sets NVIDIA apart is what it was already running before this week. Megatron Core and the NeMo framework, both open source, train large language models across thousand-node GPU clusters and already anchor a large share of the industry's own model-training pipelines. NCCL, NVIDIA's open communication library, moves the data between those GPUs. NemoClaw, released separately, adds privacy and security controls to OpenClaw, another alliance member, which tells you these companies were already building on each other before anyone called it an alliance.
NVIDIA's argument to policymakers rests on that history. A company can say open tools are safer in a press release. NVIDIA can point to a decade of GPU infrastructure that already runs that way.
What's new work and what's an existing project under a shared banner
Look closer at the contribution list and the pooling becomes concrete. Microsoft's MDASH first appeared on Microsoft's own security blog in May, two months before this alliance existed. SPIFFE and SPIRE have been Cloud Native Computing Foundation projects for years. Safetensors has been Hugging Face's standard model format since 2022. NOOA and Lightwell are the pieces built specifically for this launch.
That mix is the point. A defender doesn't need every tool in the stack invented from scratch this month. They need mature, battle-tested projects and brand-new ones sitting under one roof, backed by a shared argument to regulators that open tooling belongs in the defensive column.
The absent three
OpenAI, Anthropic, and Google are not on the member list. Each runs a closed frontier model business that competes directly with the open-weight argument this alliance is built on, so the absence tracks their commercial position more than any technical disagreement. Meta, which had just co-signed a separate open-weights advocacy letter alongside several of these same companies days earlier, is also missing from this specific roster. NVIDIA hasn't said why, and no member company has offered a public explanation either.
Every company on this list has a commercial stake in open tooling winning the argument. The case still has to hold up on its own technical merits.
What happens next
Two questions will separate a working alliance from a press release with staying power. Does the coalition publish shared governance, maintainers, and a release process for joint work, rather than each member continuing to ship independently under a common banner? And when the next AI-driven security incident hits a member company, does that company reach for an alliance tool, or does it quietly fall back to whatever closed vendor it was already using?
Sources
NVIDIA. "Industry Leaders Unite in Open Secure AI Alliance for AI Safety and Security." NVIDIA Blog, 27 July 2026, blogs.nvidia.com.
Microsoft. "Defense at AI Speed: Microsoft's New Multi-Model Agentic Security System Tops Leading Industry Benchmark." Microsoft Security Blog, 12 May 2026, microsoft.com.
Cisco. "Open Source at Cisco." Cisco, opensource.cisco.com.
NVIDIA. "NVIDIA Hardware Innovations and Open Source Contributions Are Shaping AI." NVIDIA Developer Blog, developer.nvidia.com.
