WisdomTree
ai-6.jpg

Can the DeepSeek wind fill the sails of cloud software companies?

Published 12 February 2025

Baoqi Zhu
Baoqi Zhu

Senior Associate, Quantitative Research and Multi Asset Solutions

Elvira Kuramshina
Elvira Kuramshina

Associate Director, Quantitative Research

Key Takeaways

  • Related Products WisdomTree Cloud Computing UCITS ETF - USD Acc, WisdomTree Megatrends UCITS ETF - USD Acc Find out more

DeepSeek has been making headlines since the eve of the Year of the Snake (24/01/2025), with financial markets reacting sharply and mixed. Meanwhile, discussions around data privacy, intellectual property, and geopolitical tensions have followed. However, we would like to take a step back from these broader debates and focus on the technical advancements of DeepSeek’s models and their potential impact on the software sector.

What innovations did DeepSeek develop?

DeepSeek’s artificial intelligence (AI) model is built on the Transformer architecture, but it incorporates multiple optimisations in design and engineering to improve efficiency. Rather than introducing entirely novel methods, DeepSeek combines existing innovations and addresses practical challenges—such as limited computing power—to balance theoretical advances with strong engineering execution.

In particular, we believe that DeepSeek’s models, DeepSeek V3 and DeepSeek R1 Zero, feature two key breakthroughs:

Mixture of Experts (MOE) with auxiliary-loss-free strategy: DeepSeek-V3 divides the model into multiple ‘expert’ modules to distribute computational workload efficiently. During training, different experts run on different GPUs, improving efficiency. During inference, only 37B active parameters are used per token instead of the full 671B, significantly reducing compute costs. A common challenge with MoE is workload imbalance among expert modules; DeepSeek addresses this using relevance-based routing instead of auxiliary loss functions, ensuring all tokens are maintained during training and inference.


Reinforcement Learning without human feedback: DeepSeek-R1 Zero is a reasoning model like GPT-o1, and it demonstrates that pure reinforcement learning (RL) can develop reasoning capabilities without relying on Reinforcement Learning from Human Feedback (RLHF). Most large language models (LLMs) involve human labelling and feedback through supervised fine-tuning (SFT)1 and RLHF. However, DeepSeek R1 Zero replaces SFT and RLHF with pure RL without human feedback.

Traditional RL has a high computational cost and limited scalability to diverse tasks. By introducing an innovative method called Group Relative Policy Optimisation (GRPO), DeepSeek R1 Zero addresses these challenges, plus, DeepSeek’s progress indicates that a pure RL method could be an alternative exploration of how to continuously improve AI models given that the high quality, human generated data is finite and might be used up. This enhances the sustainability of model capability improvements.

The impact on software companies



Since the release of ChatGPT, software investors have wrestled with a big question: how much value does AI add to SaaS companies? The developments of AI raised concerns over the sustainability of software growth—particularly whether AI could eventually replace traditional software. In addition, integrating AI models into SaaS offerings has introduced new usage costs, sparking doubts about potential margin pressures. However, recent developments suggest a more favourable outlook, easing some of these concerns.

A key driver of this shift is DeepSeek, whose open-source models rival the performance of leading large language models but are cheaper to use. This affordability lowers the barrier for SaaS firms to add AI features, letting them integrate AI into businesses with relatively lower expenses. In addition, leading cloud platforms including Microsoft Azure, AWS and Google Cloud have already added DeepSeek R1 to their services and this addresses privacy and regulatory concerns by deploying outside of China. Several US companies have already embraced DeepSeek. Perplexity, known for its AI-driven Q&A services, integrated the DeepSeek R1 model in their search engine. Cerebras, Groq also joined the trend. Meanwhile, ZoomInfo has expressed an interest in purchasing access to DeepSeek R1 through US cloud platforms2.



DeepSeek’s competitive pricing may trigger a ‘catfish effect’, prompting other model providers to release more cost-effective and cheaper models. For example, OpenAI has already launched GPT-o3 mini at a very low-price level, with an output cost per 1 million tokens of only $4.4, around 63% lower than GPT-o1 mini’s pricing. This competition benefits software companies, allowing them to adopt AI without eroding profit margins. In addition, DeepSeek has published its optimisation methods, which boosts open-source communities and may further narrow the gap between open-source and closed-source models. Over time, such openness should sustain competition and keep AI costs manageable.

Figure 1: The performance gap between closed-source models and open-source models is narrowing

1202-cloud-1.png

Source: Artificial Analysis. Artificial Analysis Quality Index refers to average result across our evaluations covering different dimensions of model intelligence. Currently includes MMLU, GPQA, Math & HumanEval. OpenAI o1 model figures are preliminary and are based on figures stated by OpenAI. Data as of 31 January 2025. Historical performance is not an indication of future performance, and any investments may go down in value.

Figure 2: DeepSeek’s APIs are relatively affordable compared to major AI models

1202-cloud-2.png

Source: Bloomberg, DeepSeek, OpenAI, Anthropic, Google, Artificial Analysis. The API prices are provided by model owners and may differ from prices offered by third party providers. Artificial Analysis Quality Index refers to average results across our evaluations covering different dimensions of model intelligence. Currently includes MMLU, GPQA, Math & HumanEval. OpenAI o1 model figures are preliminary and are based on figures stated by OpenAI. Data as of 31 January 2025. Historical performance is not an indication of future performance, and any investments may go down in value.

Can cloud software ride the DeepSeek wave?

The BVP Nasdaq Emerging Cloud Index selects pure-play opportunities within the cloud computing landscape focusing on those outpacing the broader market in revenue growth. Using this index as a proxy for investor sentiment, we assessed market reactions to DeepSeek’s release on 27-28 January. Excluding PayPal, all companies reacted positively, with a median return of 4.9% over the period (see Figure 3). Since no earnings reports were released during this timeframe, we attribute this reaction mostly to DeepSeek’s announcement. Further, the Federal Open Market Committee (FOMC) meeting on 28-29 January tempered sentiment toward the end of the week, bringing the median five-day return down to 2.7%.

Figure 3: Returns of cloud computing companies following DeepSeek’s release

1202-cloud-3.png

Over the past two years, cloud software companies have not been viewed as direct AI beneficiaries, unlike AI infrastructure players and model developers. Their role in the AI revolution was seen as downstream, requiring them to first integrate AI into their products before capturing value. Additionally, concerns arose over AI-related costs impacting margins, especially in the context of lower pricing power amidst macroeconomic headwinds and constrained software budgets.

An era of more affordable AI models, heralded by DeepSeek’s release, marks a potential turning point, offering cloud software companies opportunities for product differentiation, cost efficiencies, and new revenue streams. Recent trends suggest a strategic shift in the cloud software space, with companies increasingly focusing on agentic AI (autonomous systems that perform tasks with minimal human intervention) and vertical AI (highly specialised AI models in a specific industry or domain, for example, healthcare, legal, finance). The emergence of AI-native cloud companies further underscores this evolution, positioning cloud providers to benefit more directly from AI advancements.


DeepSeek’s release sparking a new wave of innovations in the AI space is set to accelerate AI adoption. As AI adoption accelerates, companies are poised to increase their spend on software with rising demand to leverage AI technology across the board. In the shorter term, a more hawkish monetary policy in the US presents a headwind for cloud software providers, but earnings releases throughout February and early March might offer a line of sight into companies’ plans to capitalise on this AI-driven transformation of the space.

1 In the following version, DeepSeek-R1, SFT was applied in model training, but its focus was on improving the readability and coherence of the model’s responses. The model’s reasoning and decision-making capabilities were primarily refined through reinforcement learning (RL).
2 The Information: https://www.theinformation.com/articles/deepseek-attracts-surge-of-business-users.

About the contributors

Baoqi Zhu
Baoqi Zhu

Senior Associate, Quantitative Research and Multi Asset Solutions

Baoqi Zhu joined WisdomTree in 2023 as a Senior Associate on the Research team. Baoqi focuses on quantitative research on thematic equity indices and portfolio solutions. Prior to WisdomTree, Baoqi spent over two years at Ernst & Young (EY) in their Quantitative Advisory Services, where he was involved in the research and development of quantitative risk models. Earlier in his career, Baoqi served as a quantitative analyst within a multi-asset structuring team at Maven Global for more than three years. His responsibilities included designing and optimising bespoke hedging strategies based on derivatives. Baoqi holds a MSc in Financial Engineering & Risk Management from Imperial College London and a BSc in Actuarial Science from Nankai University, China. He is also a certified Financial Risk Manager (FRM).

Elvira Kuramshina
Elvira Kuramshina

Associate Director, Quantitative Research

Elvira has been a member of the WisdomTree Research team since September 2018. With over nine years of experience in the ETF and asset management industry and an academic background in quantitative finance, Elvira combines technical expertise with thematic strategy insights to contribute to thought leadership research and the development of new innovative strategies at WisdomTree. As a lead specialist in thematic strategies, she supports the periodic review and rebalancing of thematic portfolios, delivers quantitative insights, bespoke analysis for clients, strategic thought pieces as well as commentary on market trends and thematic strategies. She also develops comprehensive product collateral designed to support client needs.

Best Workspaces - GPTW UK 2024
Best Workspaces for Development - GPTW UK 2024
Best Workspaces for Women - GPTW UK 2024
Best Workspaces in Financial Services & Insurance - GPTW UK 2024
Important Risk Information

Jurisdictions in the European Economic Area (“EEA”): This website and its content has been provided by WisdomTree Ireland Limited, which is authorised and regulated by the Central Bank of Ireland.


Jurisdictions outside of the EEA: This website and its content has been provided by WisdomTree UK Limited, which is authorised and regulated by the United Kingdom Financial Conduct Authority.

The price of any Shares or the value of an investment in ETPs may go up or down and an investor may not get back the amount invested. Past performance is not a reliable indicator of future performance. This material is not intended to be relied upon as a forecast, research or investment advice, and is not a recommendation, offer or solicitation to buy or sell any financial instrument or product or to adopt any investment strategy.

Please click here for our full disclaimer.

© 2026 WisdomTree, Inc. All Rights Reserved