惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

South China Morning Post

Singapore drama sparks Malaysian ire over scam hub depiction Time to act on stalled proposal toughening child abuse penalties, lawmakers say ‘Eager to explore’: Chinese migrants return to Venezuela after Maduro’s capture ‘We have no trust in the other side’: Iran blames US as talks end with no deal Opinion | Why securing Hong Kong’s economic future is a cultural question Hong Kong’s ministerial team spent HK$46.6 million on visits in past 3 years China family creates AI clone to comfort elderly mum after only son dies in crash Canada Olympic star Williams plans on ‘having a ‘blast’ at Hong Kong Sevens Singapore’s robotaxi drive revs up with help from Chinese AV leaders Editorial | Making Hong Kong desirable to overseas students must be a priority All 7 are dentists and hot. The Asian-American family blowing up social media Editorial | Ageing Hong Kong should welcome more open conversations around death My Take | Discovery Bay will never be the same if the restriction on taxi access is lifted Medical intern suspended after complaint over patient data in social media post Fish and vegetarianism major flashpoints in India’s West Bengal election Chinese crystal ‘paves way’ for GPS-free thorium clock navigation SCMP Best Bets: Endued can show his quality at Sha Tin Russia and Ukraine begin 32-hour ceasefire for Orthodox Easter Israeli spy firm Black Cube involved in Cyprus corruption probe ‘A big deal’: military drills show Tokyo’s growing focus on deterring China China targets middlemen in renewed crackdown on ‘hidden’ corruption Hong Kong-born gymnast leading quest to turn Singapore into elite hub Thais celebrate new year despite fuel price shocks delaying travel Harry Bentley tees up two good chances in Smart Golf and Elite Golf at Sha Tin Is this Kenyan rail project a model for Chinese and Western firms in Africa? Unearthing peace: ancient China gravesite reveals significance of broken weapons Meet Queen Elizabeth’s youngest grandchild, James, who was at Easter service Turtle found dead after apparent fall in Hong Kong’s Wong Tai Sin Landlords of 5,557 subdivided homes seek 3-year grace period to fix flats Trump critique pauses UK handover of Chagos Islands to Mauritius
Faster AI, lower costs: DSpark eases bottlenecks and chip...
Ben Jiang · 2026-06-28 · via South China Morning Post

Chinese artificial intelligence start-up DeepSeek has rolled out a major upgrade to its flagship V4 model aimed at sharply accelerating AI response generation, as competition among Chinese developers increasingly shifts to reducing serving costs and enhancing user experience.

AI models’ conventional token-by-token output often slowed when responses were lengthy, leading to low utilisation of graphics processing units (GPU) and high user-perceived waiting time, which was a “primary bottleneck in serving AI”, the company said in research published on Saturday.

DeepSeek said the DSpark module accelerated AI response generation – also known as AI inference, which refers to serving a trained model to respond to user queries – by using a lightweight draft model to propose candidate responses and then verifying them in batches with a larger model, speeding up output.

DSpark further refined the approach with a semi-autoregressive generation method, allowing the model to produce small chunks of tokens rather than strictly one at a time.

The new technique could reduce the computing resources needed to serve AI systems, according to a programmer. Shutterstock

The new technique could reduce the computing resources needed to serve AI systems, according to a programmer. Shutterstock

It also introduced a confidence-based scheduling system that dynamically adjusted how much verification was applied based on computing demand, helping balance speed and output quality.