Related News

Archaeologists have deciphered a 1,700-year-old inscription at an ancient Roman temple in Turkey that offers rare written evidence of the shift from Mithraism to Christianity during the Roman period.The inscription

Photographic view during the Static Test of SOLVE-ST01 NEW DELHI: The Indian Space Research Organisation (ISRO) has successfully conducted the first ground test of the solid motor for its Sub-Orbital

Astronomers have detected light from a tiny but powerful galaxy that existed when the universe was still emerging from a vast fog of hydrogen gas. The discovery, made using the

Photo credit: PIB NEW DELHI: Indian Railways has approved running India’s first indigenous hydrogen fuel-cell-based train on the Jind-Sonipat section of the Northern Railway, entering the elite club of nations

The National Science Foundation on Thursday reversed a decision to dismantle a sprawling ocean monitoring network after vigorous objections from Democratic lawmakers and scientists who rely on it to track

Isro chairman V Narayanan (Right) NEW DELHI: Isro chairman V Narayanan has revealed that the space agency is collaborating with the Department of Atomic Energy (DAE) to develop an advanced

Trending News

In today’s digital age, the opportunity to make money online without any initial investment is more accessible than ever before. Whether you’re a student looking to earn some pocket money,

In today’s digital world, make money online has become a dream many want to turn into reality. Whether you’re looking for a side hustle or aiming to build a full-time

JSW Cement, the building materials arm of Sajjan Jindal-led JSW Group, has reduced the size of its upcoming initial public offering (IPO) to Rs 3,600 crore and will open the

The agricultural Gross Value Added (GVA) growth is expected to moderate to 4.5% in the first quarter of FY26, down from 5.4% in the preceding quarter, according to a report

Foreign portfolio investors (FPIs) turned net sellers in the Indian equity market in July, pulling out Rs 17,741 crore amid rising global trade tensions. According to data from NSDL, this

Avenue Capital Group-backed Asset Reconstruction Company (India) Ltd (ARCIL) has filed its draft red herring prospectus (DRHP) with markets regulator Sebi on Friday to raise funds through an initial public

Mixture of experts: The method behind DeepSeek’s frugal success |

Word Count: 710 | Estimated Reading Time: 4 minutes


Mixture of experts: The method behind DeepSeek's frugal success

China’s DeepSeek has pulled off an AI miracle—building a top-tier artificial intelligence model while spending far less than its American rivals. At a time when AI giants are burning billions on GPUs and power-hungry data centers, this start-up has figured out a way to do more with less.
The secret? A mix of smart engineering, a clever neural network design, and some good old-fashioned mathematical efficiency.
Big AI, Small Budget
Most AI firms stack their data centers with thousands of GPUs—Meta’s latest AI model reportedly ran on 16,000 specialized chips, each costing around $40,000. DeepSeek? Just 2,000. Their total compute cost? A mere $6 million, almost a tenth of what Meta is rumored to have spent.
The ‘Mixture of Experts’ Trick
The key to DeepSeek’s frugal success? A method called “mixture of experts.” Traditional AI models try to learn everything in one giant neural network. That’s like stuffing all knowledge into a single brain—inefficient and power-hungry.
DeepSeek, instead, split the system into specialized mini-networks—one for poetry, one for coding, another for biology, and so on. Each “expert” focused on its domain, while a “generalist” network acted as a bridge, coordinating them.
Think of it like a newsroom: specialist reporters cover specific beats, while an editor connects the dots.
The Decimal Game
If that wasn’t enough, DeepSeek also squeezed efficiency out of pure mathematics. AI models rely on mind-boggling amounts of number crunching, typically using 16-bit precision. DeepSeek? They slashed it to 8 bits—halving memory use and speeding up calculations.
Losing precision sounds risky, right? Not really. Just like rounding π to 3.14 works for most practical uses, trimming decimals didn’t hurt the AI’s performance. And when needed, DeepSeek stretched the final results back to 32-bit accuracy—giving them the best of both worlds.
Why Didn’t Others Do It?
AI giants like OpenAI and Google’s DeepMind have the brains and the budget, so why didn’t they crack this code first? Simple: risk.
Building AI models is expensive, and experimenting with new techniques can burn millions with no guarantee of success. DeepSeek took that gamble—and it paid off.
Now that they’ve published their findings, the industry is taking note. AI development just got a whole lot cheaper. The question is—who will be the next to follow suit?





Source link