DeepSeek tops the U.S. App Store and jolts AI markets
DeepSeek passes ChatGPT on the U.S. App Store's free chart as Nvidia loses roughly $593 billion in market value during an AI-sector selloff.
CURATED TIMELINE · EDITORIAL EDITION
The January 2025 sensation did not appear overnight. Trace the open-weight code models, sparse experts, GRPO, MTP, V2 efficiency work, R1 preview, V3, the free app, and the App Store shock — while separating reported training-run cost from total R&D and open weights from full open source.
Timeline overview
Editorial thread
Reviewed event briefs and original editorial context, ordered to show how the story changed over time.
DeepSeek passes ChatGPT on the U.S. App Store's free chart as Nvidia loses roughly $593 billion in market value during an AI-sector selloff.
DeepSeek publishes R1, R1-Zero, six distilled models, and its reinforcement-learning recipe, pushing open reasoning models into the frontier conversation.
DeepSeek puts V3, web search, a reasoning mode, and file analysis into a free mobile app five days before the R1 release.
DeepSeek releases a 671B MoE model with 37B active parameters, open weights, low API prices, and unusually detailed efficiency disclosures.
R1-Lite-Preview exposes long-form reasoning on the web and promises an open model and API, showing that R1 was already underway before V3's release.
DeepSeek releases a 236B mixture-of-experts model that combines sparse activation with latent attention to cut training and inference costs.
Meta FAIR researchers propose training language models to predict several future tokens at once, work that later informs DeepSeek-V3's MTP design.
DeepSeek releases math models and Group Relative Policy Optimization, creating a direct algorithmic predecessor to R1's reinforcement-learning recipe.
This was the translation layer from technical debate to mass culture. A U.S. App Store number-one badge made “open, capable, cheap” understandable without reading a benchmark table. Nvidia's record market-value decline on the same day then pulled the story into finance and politics.
The ranking measured download momentum, not total active users or retention. Roughly $593 billion was a market repricing of future expectations, not money directly destroyed by DeepSeek.
R1 turned the research program into a complete launch. DeepSeek released R1-Zero, R1, six distilled checkpoints, a paper, web access, and an API at once. Downloadable weights and permissive reuse created a sharp contrast with o1's product-and-API-only access.
Benchmark parity should be read task by task, and low API prices do not by themselves prove equally low serving cost or the absence of subsidy. The verifiable shift was access: developers could inspect, run, adapt, and distill the model.
V3 supplied the engineering headline. One release combined 671B total parameters, 37B active parameters, open weights, low API pricing, and strong developer-reported benchmarks.
The famous $5.576 million figure is a conversion of 2.788 million H800 hours for the reported final training run. It is not DeepSeek's total R&D cost and excludes earlier experiments, staff, data work, and cluster capital. The release is best described as open-weight: the repository code is MIT, while model weights use the DeepSeek Model License.
R1 was visible before V3 shipped. R1-Lite-Preview exposed long-form reasoning more than a month before the V3 launch and promised an open model and API.
V3's own report also said reasoning data came from an internal R1 series. The clean chronology is parallel development followed by adjacent public releases, not a reasoning model built from scratch in 25 days.
V2 is where the architecture converged. DeepSeek combined its sparse expert design with Multi-head Latent Attention, shrinking the inference cache while improving throughput. Developer-reported comparisons showed large savings versus DeepSeek 67B.
V3 was therefore an extension of a tested stack, not a sudden breakthrough assembled in December.
Open research moved into production in about eight months. Meta FAIR's multi-token prediction paper appeared in April 2024; DeepSeek-V3 cited it in December.
V3 did not copy the paper unchanged. It converted parallel prediction heads into a sequential module that preserved causal dependencies. The more useful lesson is how quickly a public idea could be adapted and engineered into a frontier system.
R1's algorithmic prehistory is public. DeepSeekMath introduced GRPO in February 2024 and shipped Base, Instruct, and RL checkpoints. R1 later used the same family of reinforcement-learning methods.
By replacing PPO's separate critic with a group-relative baseline, GRPO reduced memory overhead and fit domains such as math and code where answers can be automatically checked.