Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
CNBC AI · 2026/7/30 18:51:42

China’s open-weight model lead exposes America’s AI blind spot
AI 中文解读
核心亮点:中国在开放权重AI模型上的领先地位,正在迫使美国科技巨头呼吁政府将开源AI提升为国家战略,否则可能面临技术依赖的风险。
通俗解读:简单来说,开放权重模型就像公开配方,任何人都可以基于它开发自己的AI应用,而闭源模型则像保密配方。过去美国企业一直偏好闭源以求安全,但中国在开源AI领域快速跑在前面,甚至在一些网络安全事件中,开源模型反而能更快发现漏洞、灵活修复。这让美国意识到,完全依赖闭源可能让自己变得僵化,而拥抱开源才能保持竞争力。
实际影响:对普通人而言,开源AI的繁荣会加速智能助手、图像识别等工具的出现和降价,就像安卓系统让智能手机普及一样。更重要的是,它能避免少数公司垄断技术,让更多初创企业和小团队也能开发出好用的AI产品。但若美国跟不上,未来我们常用的AI服务背后可能依赖中国技术,这会在数据安全、技术标准上带来不确定性,甚至影响日常用户体验。
Skip NavigationMarketsPre-MarketsU.S. MarketsEurope MarketsChina MarketsAsia MarketsWorld MarketsCurrenciesPrediction MarketsCryptocurrencyFutures & CommoditiesBondsFunds & ETFsBusinessEconomyFinanceHealth & ScienceMediaReal EstateEnergyClimateTransportationInvestigationsIndustrialsRetailWealthSportsLifeSmall BusinessInvestingPersonal FinanceFintechFinancial AdvisorsOptions ActionETF StreetBuffett ArchiveEarningsTrader TalkTechCybersecurityAIEnterpriseInternetMediaMobileSocial MediaCNBC Disruptor 50Tech GuidePolitics & PolicyWhite HousePolicyDefenseCongressExpanding OpportunityEurope PoliticsChina PoliticsAsia PoliticsWorld PoliticsVideoLatest VideoFull EpisodesLivestreamTop VideoLive AudioEurope TVAsia TVCNBC PodcastsCEO InterviewsDigital OriginalsWatchlistInvesting ClubTrust PortfolioAnalysisTrade AlertsMeeting VideosHomestretchJim's ColumnsEducationSubscribePROPro NewsJosh BrownMike SantoliCalls of the DayMy PortfolioLivestreamFull EpisodesStock ScreenerMarket ForecastOptions InvestingChart InvestingSubscribeLivestreamMenuMake ItselectUSAINTLLivestreamSearch quotes, news & videosLivestreamWatchlistSIGN INCreate free accountMarketsBusinessInvestingTechPolitics & PolicyVideoWatchlistInvesting ClubPROLivestreamMenu
(function() {
const userMembershipOnLastVisit = localStorage.getItem("cnbcMeta__cachedUserMembership");
if (!userMembershipOnLastVisit) {
// If no user membership is stored, user is likely not logged in.
// These users will typically see the banner.
return;
}
const { isPro, isInvestingClubUser } = JSON.parse(userMembershipOnLastVisit);
if (!(isPro || isInvestingClubUser)) {
// We’re rendering the top banner for users who are not pro or investing club members.
return;
}
// Hide the banner for pro and investing club users.
const style = document.createElement("style");
style.id = "top-banner-placeholder-style";
style.innerHTML = "[data-top-banner-placeholder] { display: none; }";
document.head.appendChild(style);
})()
AI EffectAI at WorkAI InsightsAI ImpactAI EventsAI AgeChina’s open-weight model lead exposes America’s AI blind spotPublished Thu, Jul 30 20262:51 PM EDTDeirdre Bosa@dee_bosaJasmine Wu@jaswu_WATCH LIVEKey PointsSome of America’s biggest technology companies are urging Washington to support the open-weight movement.China’s growing lead is adding urgency and raising the risk that American companies become dependent on Chinese technology.A recent cybersecurity incident showed why open models can be useful — and why closed models are not automatically safer.watch nowVIDEO10:4410:44America needs an open-source AI strategyTechSome of America's biggest technology companies are pushing Washington to make open artificial intelligence a national priority as China continues to build its lead in the space.Their message exposes a gap in U.S. policy: America has a chip strategy for AI. Now it needs an open-model strategy.Supporters say open models can lower costs, keep sensitive data inside a company's own systems and prevent businesses from becoming dependent on a handful of AI providers. The models can also give more researchers and security teams the ability to inspect powerful models and find weaknesses. Unlike ChatGPT or Claude, which customers access through services controlled by OpenAI and Anthropic, open-weight models can be downloaded, customized and run on a company's own computers. That can make them cheaper and give users more control over their data and technology.Last week, a coalition led by Nvidia published an open letter arguing that America's AI leadership will depend on building a strong open ecosystem. Microsoft, Meta and other major technology companies signed it. OpenAI and Google later added their support.A striking cybersecurity incident days earlier showed why the
分享
阅读原文 ↗