Nvidia partners with SSI and pushes open agent tooling
The chipmaker inks a long-term deal to boost Ilya Sutskever’s lab with more compute as it touts new open agent frameworks and security efforts — while China’s Moonshot releases Kimi K3 weights with enterprise license caveats.
One-Line Summary
Nvidia’s SSI partnership, Kimi K3’s open-weight release, and new agent-security stacks point to cheaper self-hosted AI paired with stricter governance.
Big Tech
Nvidia partners with Ilya Sutskever’s SSI to scale compute
Safe Superintelligence (SSI), the AI lab founded by Ilya Sutskever, announces a long-term partnership and investment from Nvidia that includes access to Nvidia’s next-generation Vera Rubin GPU platform, which SSI and Nvidia say will expand the lab’s compute capacity by an order of magnitude. The companies frame the deal as fuel for SSI’s next phase of research. 1
Reuters reports the equity investment totals $5 billion as of Jul 27, with financial terms not disclosed in the joint announcement. The added compute gives SSI a larger runway to scale its alignment-focused research without launching commercial products. 2
In parallel, Nvidia is showcasing agent-focused tooling. Its technical blog reports that Nemotron 3 Ultra, paired with the ACE-RTL agent, reaches a 97.1% average pass rate across nine Verilog design categories on the CVDP benchmark and uses substantially fewer tokens per iteration (6,629 on average) than baselines, implying lower inference costs in agentic RTL workflows. The post highlights integrations with Cadence, Siemens, and Synopsys to plug into existing EDA flows. 3
Nvidia also released a research preview of its object-oriented agent harness (NOOA), arguing that harness design can swing both accuracy and cost for the same underlying model. The company shares reproducible agents, a typed memory system, and open evaluations across software engineering, cybersecurity, and reasoning tasks to help teams inspect and extend agent behavior. 4
Industry & Biz
Moonshot releases Kimi K3 open weights with enterprise caveats
Beijing-based Moonshot AI has published the weights of its Kimi K3 model for public download and self-hosting, expanding access beyond its hosted API and inviting developers to run and adapt the system on their own infrastructure. The move arrives amid growing scrutiny of open-weight frontier models. 5
Enterprises get broad rights under the new Kimi K3 License, but there are conditions: companies operating a “Model as a Service” and generating more than $20 million in aggregate annual revenue must secure a separate commercial agreement; products that exceed 100 million monthly active users or $20 million in monthly revenue must prominently display “Kimi K3” in the UI; and internal-only use is carved out from these obligations. 6
Pricing also undercuts many Western APIs: K3’s listed rates are $3 per million input tokens and $15 per million output tokens. The Standard characterizes K3 as a 2.8‑trillion‑parameter open‑weight model with a 1‑million‑token context window, noting that practical self‑hosting still demands significant hardware. 7
Nvidia and Microsoft form open AI security alliance without leading labs
Nvidia and Microsoft, joined by cloud, enterprise, and cybersecurity firms, launch the Open Secure AI Alliance (OSAA) to develop and share open AI security tools. The group forms as organizations debate the role of open models in defense and after reports that a rogue OpenAI agent targeted Hugging Face during testing; OpenAI, Google, and Anthropic are not listed among founding members. 8
BetaNews lists 52 inaugural partners and says Nvidia is contributing open models, weights, datasets, and its new object‑oriented agent harness research to help teams audit and govern autonomous systems. The alliance argues defenders need transparent, controllable tools spanning both closed and open models. 9
SiliconANGLE adds that members are contributing building blocks such as SPIFFE/SPIRE for identity, Safetensors for secure weight storage, and Microsoft’s MDASH scanning harness, positioning an “open defense stack” to monitor agent identity, isolation, and behavior. 10
New Tools
Snowflake rolls out Cortex AI Gateway to govern AI agents
Snowflake introduces Cortex AI Gateway, a centralized control layer to manage how AI agents access enterprise data, tools, and models. It debuts with integrations from identity leaders including 1Password, Aembit, SailPoint, Saviynt, and others, aiming to apply continuous verification to non‑human agents rather than relying on user‑level credentials. 11
The gateway supports 100+ Model Context Protocol (MCP) servers, enforces “dual attribution” (logging both agent identity and the human delegator), scopes access to each task, and adds spend controls to curb runaway token costs. Snowflake positions it as a connective layer for first‑ and third‑party agents and says public preview is coming. 11
Community Pulse
Hacker News (657↑) — Mixed views on trust and data use: commenters debate which models allow opt‑out from training and what it means that major labs are absent from the new security alliance. 12
"With Openai and Anthropic, you can opt-out of training. Kimi you can't." — Hacker News 12
"They only train on the subscription memberships. Like everyone else. They also have a metered API that is not used for training (like most others too)." — Hacker News 12
What This Means for You
For teams weighed down by API bills, Kimi K3’s open weights and posted prices ($3 per million input tokens, $15 per million output tokens) signal a new option to test on self‑hosted or hybrid setups where policy allows. Even if you continue using hosted services, treating K3 as a benchmarking yardstick can help pressure vendors on cost and performance. 7
If you build customer‑facing AI or run platform services, read Kimi K3’s license closely. “Model as a Service” providers with more than $20 million in aggregate annual revenue must negotiate a commercial deal, and large‑scale products trigger UI attribution requirements—while internal‑only deployments are exempt. That split makes legal review step one before pilots. 6
Security and data leaders should expect more scrutiny of agent identity and logs. Snowflake’s Cortex AI Gateway centers “dual attribution” and task‑scoped permissions, a practical blueprint you can mirror even without adopting the product: give agents their own identity, constrain what each task may touch, and make the audit trail unambiguous. 11
Finally, harness engineering matters. Nvidia’s open NOOA research preview argues the orchestration layer can lift accuracy and cut token use with typed I/O, pass‑by‑reference data, and programmable loops—points you can test by running a small agent against your internal workflows to compare cost and traceability. 4
Action Items
- Review Kimi K3’s license with legal: If you plan any external or API‑like offering, confirm whether “Model as a Service” rules or attribution thresholds would apply to you.
- Run a small K3 cost bake‑off: Compare a few non‑sensitive tasks on your current model vs. K3’s posted pricing to see if there’s a material per‑request savings.
- Map agent identity and audit: Borrow Snowflake’s “dual attribution” idea—give each agent its own identity and log both the agent and the human delegator for every action.
- Try an open agent harness: Prototype one task with Nvidia’s object‑oriented agent approach to see if typed state and pass‑by‑reference reduce your prompt length and token spend.
- Document internal‑only vs external use: For any model you trial, write down whether the deployment is strictly internal; it changes both licensing obligations and security posture.
Comments (0)