DeepSeek Withholds Latest AI Model from Nvidia and AMD

DeepSeek, a Chinese AI company, is not providing its latest AI model to major U.S. chip manufacturers Nvidia and AMD. This information comes from sources cited in a Reuters report dated February 25, 2026.
The source material indicates this is a developing story with limited technical details available. The Reuters article focuses on the geopolitical and business implications of this decision rather than providing specific technical specifications about the withheld model.
For developers working with AI coding agents, this situation highlights the growing complexity of AI hardware and software ecosystems. Access to optimized models for specific hardware platforms can significantly impact inference performance and development workflows. When AI companies restrict model availability to certain chipmakers, it creates dependencies that affect toolchain choices and deployment options.
The Hacker News discussion (3 comments, 19 points) suggests this is being monitored by the developer community, though the source doesn't provide details about the technical merits or performance characteristics of the withheld model.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Opus 4.6 Memory Fails: Agent Forgets Everything Except File Rename
A developer documents Claude Opus 4.6's 228 log entries, 95 agent actions, and 38 code executions producing only 1 memory: the string 'Agent Zero Tune-Up'.

STAR Reasoning Framework Accuracy Drops from 100% to 0% in Production Prompts
A researcher found that the STAR reasoning framework, which raised Claude's accuracy on an implicit constraint problem from 0% to 100% in isolation, dropped to 0-30% accuracy when used inside a 60-line production system prompt. The issue was caused by conflicting instructions in the production prompt that triggered premature answer commitments.

“Code Was Never the Hard Part” Is an Insult to All Programmers
Senko Rašić pushes back on the claim that coding is easy and figuring out what to build is hard, arguing both are hard and dismissing the idea is harmful.

Nvidia's Nemotron 3 Super: 120B Parameter Model with 12B Active Inference
Nvidia's Nemotron 3 Super has 120 billion total parameters but only activates 12 billion during inference, achieving 120B model knowledge at roughly 12B compute cost through efficient routing rather than compression.