Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
AI China Open Source

Open Source Advocate Argues DeepSeek is 'a Movement... It's Linux All Over Again' (infoworld.com) 20

Matt Asay answered questions from Slashdot readers in 2010 (as the then-COO of Canonical). He currently runs developer relations at MongoDB (after holding similar positions at AWS and Adobe).

This week he contributed an opinion to piece to InfoWorld arguing that DeepSeek "may have originated in China, but it stopped being Chinese the minute it was released on Hugging Face with an accompanying paper detailing its development." Soon after, a range of developers, including the Beijing Academy of Artificial Intelligence (BAAI), scrambled to replicate DeepSeek's success but this time as open source software. BAAI, for its part, launched OpenSeek, an ambitious effort to take DeepSeek's open-weight models and create a project that surpasses DeepSeek while uniting "the global open source communities to drive collaborative innovation in algorithms, data, and systems."

If that sounds cool to you, it didn't to the U.S. government, which promptly put BAAI on its "baddie" list. Someone needs to remind U.S. (and global) policymakers that no single country, company, or government can contain community-driven open source... DeepSeek didn't just have a moment. It's now very much a movement, one that will frustrate all efforts to contain it. DeepSeek, and the open source AI ecosystem surrounding it, has rapidly evolved from a brief snapshot of technological brilliance into something much bigger — and much harder to stop. Tens of thousands of developers, from seasoned researchers to passionate hobbyists, are now working on enhancing, tuning, and extending these open source models in ways no centralized entity could manage alone.

For example, it's perhaps not surprising that Hugging Face is actively attempting to reverse engineer and publicly disseminate DeepSeek's R1 model. Hugging Face, while important, is just one company, just one platform. But Hugging Face has attracted hundreds of thousands of developers who actively contribute to, adapt, and build on open source models, driving AI innovation at a speed and scale unmatched even by the most agile corporate labs.

Hugging Face by itself could be stopped. But the communities it enables and accelerates cannot. Through the influence of Hugging Face and many others, variants of DeepSeek models are already finding their way into a wide range of applications. Companies like Perplexity are embedding these powerful open source models into consumer-facing services, proving their real-world utility. This democratization of technology ensures that cutting-edge AI capabilities are no longer locked behind the walls of large corporations or elite government labs but are instead openly accessible, adaptable, and improvable by a global community.

"It's Linux all over again..." Asay writes at one point. "What started as the passion project of a lone developer quickly blossomed into an essential, foundational technology embraced by enterprises worldwide," winning out "precisely because it captivated developers who embraced its promise and contributed toward its potential."

We are witnessing a similar phenomenon with DeepSeek and the broader open source AI ecosystem, but this time it's happening much, much faster...

Organizations that cling to proprietary approaches (looking at you, OpenAI!) or attempt to exert control through restrictive policies (you again, OpenAI!) are not just swimming upstream — they're attempting to dam an ocean. (Yes, OpenAI has now started to talk up open source, but it's a long way from releasing a DeepSeek/OpenSeek equivalent on GitHub.)

Open Source Advocate Argues DeepSeek is 'a Movement... It's Linux All Over Again'

Comments Filter:
  • by Big Hairy Gorilla ( 9839972 ) on Sunday April 20, 2025 @08:40AM (#65318609)
    ... deepseek on the desktop ?
  • Like it! (Score:5, Insightful)

    by folderol ( 1965326 ) on Sunday April 20, 2025 @08:41AM (#65318613) Homepage
    It's way above my 'pay grade' but I wish them the very best. I'm sick of multinationals slurping up everything they can get hold of and giving absolutely nothing away.
  • >"If that sounds cool to you, it didn't to the U.S. government, which promptly put BAAI on its "baddie" list"

    It is pretty apparent over the years that politicians do not understand open source (nor the ramifications of many technologies).

    Now, just because something is open source, doesn't mean it won't ever contain "bad" things- it entirely depends on who is participating in the project. But, unlike closed source, anyone can examine it and see what is in it and what it does, and can even fork it into a

  • by Entrope ( 68843 ) on Sunday April 20, 2025 @09:12AM (#65318645) Homepage

    "it stopped being Chinese the minute it was released on Hugging Face"

    No, it would stop being Chinese if other people generated a model without the same pro-CCP orientation baked in. It might resemble open source in some way if doing that was practical, even if no one has done it yet. But putting weights, a model card and even a puff-piece paper on Hugging Face do not come close to that.

    "What started as the passion project of a lone developer [....]"

    Is he confusing the Linux kernel for all of open source? I thought we got over that blinkered view of open source and free software 25 years ago.

    Let's see some models that can actually be reproduced before claiming that LLMs are like open source software.

    • >"No, it would stop being Chinese if other people generated a model without the same pro-CCP orientation baked in. It might resemble open source in some way if doing that was practical"

      That is a very good point. There is the project to use the model, and the model, itself. Although the project to use the model can be completely open, how is that even possible with a model- unless everything that was used to create the model were also open? And even if it were, which "normies" would have the resources

    • by allo ( 1728082 )

      The open-source version isn't very biased. Use a system prompt that clearly states what you want (e.g., uncensored, unbiased, direct, not using too many emojis, etc.) and it works quite well. Don't expect their web service to be uncensored.
      If it were, it wouldn't be available for long. In China, they have to play by the rules.

      • In China, they have to play by the rules.

        Very true. And, in China, it's always been true that he who has the gold makes the rules.
    • by AmiMoJo ( 196126 )

      They released everything, including the tools to train your own version.

      The main limiting factor is that even with their super efficient method, it still costs a few million Euro to do.

      But if you just want to be rid of the pro-CCP bias, you can simply do some brain surgery on their model and re-educate it.

  • It really sounds more like the early days of US crypto export regulations than linux/OSS.

  • because then we will be supergreat! Go us!

  • Linux is a kernel reimplementation of SYS-V and BSD with a GNU userspace. There was never any doubt that it would be quite useful and work well. LLMs are experimental stuff that is still in seatch of an application and they definitely do not work well at this time and nobody knows whether that will change.

    • i agree! comparing an AI engine to GNU/Linux is like comparing a wheelbarrow to an 18 wheeler truck, the gnu/linux truck is far more than an AI wheelbarrow, the ONLY thing they have in common is open source, but if they simply said that then they would not have made this crazy comparison that ended up on slashdot
  • by allo ( 1728082 ) on Sunday April 20, 2025 @11:55AM (#65318807)

    "Hugging Face is actively attempting to reverse engineer and publicly disseminate DeepSeek's R1 model" sounds more dramatic than it is. They are using the public methods to build a new model.

    DeepSeek did not only publish their model under the MIT license, but also described in the paper how to train it. Additionally, sometime after, they had an open source week where they released a lot of their tools as open source. DeepSeek is really not trying to hide what they did, but they are actively encouraging the open source community to build upon their foundation.

Never worry about theory as long as the machinery does what it's supposed to do. -- R. A. Heinlein

Working...