China debates pros and cons of open-source AI models

Should the source code of large language models (LLMs) be made available to external developers to create new LLMs tailored for specific vertical domain applications?

Visitors at Baidu’s annual developer conference in Shenzhen, China, on 16 April 2024. (SPH Media)
Visitors at Baidu’s annual developer conference in Shenzhen, China, on 16 April 2024. (SPH Media)

(By Caixin journalists Liu Peilin and Ding Yi)

When discussing the development of large language models (LLMs), Zhou Hongyi, CEO of Chinese cybersecurity firm 360 Security Technology Inc., dismissed claims that open-source LLMs are inferior to closed-source ones, calling such assertions “nonsense”.

Zhou’s comments, which were delivered during the 27th Harvard College China Forum in April, were widely seen as a response to Baidu CEO Robin Li, who had previously said that it did not make sense for LLMs to be open-source and that closed-source LLMs would gain an expanding edge in capabilities as technology advances.

Baidu is among the first Chinese tech titans to launch a local alternative to OpenAI’s ChatGPT.

The bone of contention between the two tech moguls is a part of an ongoing debate about the pros and cons of making the source code of LLMs available to external developers for use to create new LLMs tailored for specific vertical domain applications.

Unlike Baidu, which insists on keeping its LLMs closed-source, a growing number of tech firms and government-backed artificial intelligence (AI) labs have joined Zhou’s camp.

The logo of Baidu’s AI chatbot ERNIE Bot is displayed near a screen showing the Baidu logo, in this illustration picture taken on 28 June 2023. (Florence Lo/Illustration/Reuters)
The logo of Baidu’s AI chatbot ERNIE Bot is displayed near a screen showing the Baidu logo, in this illustration picture taken on 28 June 2023. (Florence Lo/Illustration/Reuters)

For example, Alibaba Group Holding Ltd. has made many of its LLMs trained with different parameters open-source, while the Beijing Academy of Artificial Intelligence, which is backed by the Ministry of Science and Technology and the Beijing municipal government, has developed its own open-source LLMs.

And startups such as Beijing ModelBest Intelligent Technology Co. Ltd. and Kai-Fu Lee-founded 01.AI are building ecosystems for their open-source LLMs.

Benefits of open-source LLMs

Liu Ming, a designer working for a centrally administrated state-owned design institute in eastern China’s Zhejiang province, was initially frustrated by his inability to persuade management to buy a closed-source LLM to assist his work because of high costs and the need to hand over his company’s data to the model’s supplier for customised services.

To solve the problem, Liu in June 2023 chose to use a Chinese-developed open-source LLM, which worked in tandem with Nvidia Corp. graphics processing units serving as computing-powered architecture. This also used open-source inference software downloaded from developer community GitHub to test the applications he wanted.

At the end of 2023, Liu formally deployed his inference engine on Alibaba’s open-source Qwen-72B model trained with 72 billion parameters, which he found to be as basically accurate as closed-source ChatGPT-4 in document extraction and comprehension — a function crucial to his work.

OpenAI logo is seen in this illustration taken on 20 May 2024. (Dado Ruvic/Illustration/Reuters)
OpenAI logo is seen in this illustration taken on 20 May 2024. (Dado Ruvic/Illustration/Reuters)

“Now, we can only depend on free resources to test out applications on the LLM. Without the open-source model, we would not have even had a chance to try,” Liu told Caixin, adding that he has arranged for his inference engine to be housed at his company for further testing.

A team led by Associate Professor Xue Dong at East China University of Science and Technology had a similar experience with Liu.

In the middle of 2023, Xue’s team picked some open-source LLMs to assist with developing a data-driven chatbot, called MindChat, which offers services including psychological assessment, diagnosis and treatment. The decision was made after evaluating the cost of using closed-source LLMs and the sensitivity of sharing customer data with the models’ suppliers.

“While Alibaba has open-sourced their models, the underlying business strategy is to promote and sell their cloud services within the ecosystem.” — A developer working on Alibaba’s Tongyi Qianwen LLM framework

In July 2023, the team successfully launched three versions of MindChat developed based on three open-source LLMs developed by Alibaba, Beijing Baichuan Intelligent Technology Co. Ltd. and a team including SenseTime Group Inc. and the Shanghai Artificial Intelligence Laboratory respectively.

Liu and Xue’s team would not have made it without the efforts of LLM suppliers, which are pushing forward with plans to build up open-source online communities.

The Alibaba Cloud logo is displayed near a screen showing the website of its Tongyi Qianwen AI chatbot, in this illustration picture taken on 28 June 2023. (Florence Lo/Illustration/Reuters)
The Alibaba Cloud logo is displayed near a screen showing the website of its Tongyi Qianwen AI chatbot, in this illustration picture taken on 28 June 2023. (Florence Lo/Illustration/Reuters)

In November 2022, Alibaba launched ModelScope, an open-source Model-as-a-Service platform that has provided 4.4 million global developers with more than 4,000 ready-to-deploy AI models, of which 300 were developed by Alibaba’s research arm Damo Academy.

“Alibaba’s original intention wasn’t to keep its LLMs to itself for commercial gain, but to build an open ecosystem for all developers,” Zhou Jingren, chief technology officer at Alibaba Cloud, told Caixin.

The reason why they selected Alibaba as a partner was not only because of its leading position in offering open-source LLMs but also because Alibaba Cloud provides the most extensive free computing power support, a developer creating vertical LLM applications under Alibaba’s Tongyi Qianwen LLM framework told Caixin.

“While Alibaba has open-sourced their models, the underlying business strategy is to promote and sell their cloud services within the ecosystem,” the developer said.

… developers will struggle to turn their open-source LLMs into a profitable business as their development requires heavy investment in acquiring computing resources and related expertise.

In the opinion of Baidu’s CEO Li, developers will struggle to turn their open-source LLMs into a profitable business as their development requires heavy investment in acquiring computing resources and related expertise.

But in order to help developers create AI applications with ease, Baidu has so far launched three AI development toolkits: AppBuilder, ModelBuilder and AgentBuilder.

AI (Artificial Intelligence) letters and a robot hand miniature are shown in this illustration taken on 23 June 2023. (Dado Ruvic/Illustration/Reuters)
AI (Artificial Intelligence) letters and a robot hand miniature are shown in this illustration taken on 23 June 2023. (Dado Ruvic/Illustration/Reuters)

With AppBuilder, developers can use natural language to create an application within three steps, according to the company. ModelBuilder is a model customisation tool that provides development tool chains and industry-specific datasets.

AgentBuilder is a development tool based on Baidu’s foundational closed-source LLM ERNIE to build AI agents, which are often described as generative AI tools that can complete tasks on a user’s behalf similar to Apple Inc.’s Siri.

But the founder of a startup engaged in developing LLMs for vertical domain applications told Caixin that he was worried about the heavy dependence on Baidu’s development platforms because it means that his company will give its algorithms and data to the tech giant, which may not make all its application programming interfaces (APIs) available to smaller developers.

APIs allow developers to incorporate advanced AI capabilities into their applications or services by making requests to the API and receiving responses.

Liang Gongjun, founder of Hina, a specialist in video interview software powered by AI, told Caixin that enterprise client data is the most valuable asset for vertical LLM developers, which shouldn’t be easily handed over to big developers of foundational LLMs like Baidu.

“We only regard foundational LLMs as a tool, which is similar to the cellular networks provided by mobile carriers in the era of the mobile internet,” Liang said.

No matter whether LLMs are open-source or closed-source, market observers deem that the key to making good AI applications lies in providing developers with a combination of computing resources and development toolkits.

This file photo taken on 10 May 2023 shows visitors walking past a sign (left) promoting ChatGPT, a hugely popular language app that has sparked a rush in artificial intelligence technology, during the three-day 7th AI Expo, part of NexTech Week Tokyo 2023, in Japan. (Richard A. Brooks/AFP)
This file photo taken on 10 May 2023 shows visitors walking past a sign (left) promoting ChatGPT, a hugely popular language app that has sparked a rush in artificial intelligence technology, during the three-day 7th AI Expo, part of NexTech Week Tokyo 2023, in Japan. (Richard A. Brooks/AFP)

Therefore, Baidu has begun providing its top clients with an all-in-one LLM development platform that incorporates both its closed-source LLMs and other open-source LLMs such as Meta Platforms Inc.’s Llama.

No matter whether LLMs are open-source or closed-source, market observers deem that the key to making good AI applications lies in providing developers with a combination of computing resources and development toolkits.

Chen Ran has identified a potential business opportunity in this field. The former head of open-source community GitLab’s China business is leading a team to run a Hugging Face-like platform, named OpenCSG, which focuses on providing LLM developers with tools used to write AI code and LLM deployment schemes for enterprise clients.

OpenCSG has also launched a computing resources trading platform for small and midsize enterprise clients, Chen told Caixin, adding that he expects OpenCSG to generate more than 100 million RMB (US$13.8 million) in revenue in 2024, 70% of which will come from computing resources trading.

OpenCSG has been operating for around four months, amassing over 500,000 registered users.

(Liu Ming is a pseudonym.)

This article was first published by Caixin Global as “In Depth: China Debates Pros and Cons of Open-Source AI Models”. Caixin Global is one of the most respected sources for macroeconomic, financial and business news and information about China.

Source link

Visited 1 times, 1 visit(s) today

Related Article

Nvidia’s trillion-dollar run puts pressure on the bulls

BEIJING, CHINA – MAY 14: Nvidia CEO Jensen Huang (C) gestures as he prepares to depart following a welcome ceremony at the Great Hall of the People on May 14, 2026 in Beijing, China. President Trump is meeting with President Xi Jinping in Beijing to address the Iran conflict, trade imbalances, and the Taiwan situation

Permutations in Europe: What’s still at stake in final weeks of season?

There’s still plenty to play for across Europe as we head into the final matches of the club season. Here are all the title races, Champions League fights, and relegation battles left to be decided in the top leagues this month. This story will be updated until the end of the campaign. 👉 Jump to:EPL

Brewing a Better Half-Gallon Batch

Today I finally ran an experiment I’ve wanted to try for a long time. If you’re a professional barista—or you run a busy café—this may save you some time. Most coffee shops use 1–1.5 gallon batch brewers (Bunn, Curtis, Fetco, etc.). When I opened Short Sleeves Coffee, I intentionally avoided brewing full 1-gallon batches. I

5 Frozen Breakfasts Chefs Say Keep You Full All Morning

Chef-approved frozen breakfasts with more protein and better ingredients. Eating a healthy breakfast every morning is a great way to start the day, but most people don’t have time to cook. Whether you’re rushing out the door in the morning for work, taking the kids to school or both, there’s usually not much time in

CA scales back plan to ban student use of cell phones

By Carolyn Jones, CalMatters This story was originally published by CalMatters. Sign up for their newsletters. Until last month, California was poised to join nearly a dozen other states that ban cell phones in K-12 schools. But under pressure from school boards and administrators, lawmakers scaled back a bill that would have required such a

BulkQuant Launches AI Trading Bot for Crypto, Forex, and Stock Markets

BulkQuant Launches AI Trading Bot for Crypto, Forex, and Stock Markets

London, United Kingdom, May 15, 2026 (GLOBE NEWSWIRE) — BulkQuant has officially launched its AI trading bot platform designed for crypto, forex, and stock market traders seeking a simpler way to automate trading strategies across multiple financial markets. The platform combines AI-powered quantitative analysis, automated trade execution, portfolio monitoring, and adaptive risk management into a

IMF lauds resilient Hong Kong economy but warns of risks linked to Middle East war

IMF lauds resilient Hong Kong economy but warns of risks linked to Middle East war

The International Monetary Fund (IMF) has lauded the resilience of Hong Kong’s economy, noting a sustained recovery despite economic activity having yet to return to pre-Covid levels, while warning of downside risks stemming from escalating geopolitical tensions. It also urged Hong Kong to pursue medium-term financial reforms, including the introduction of a goods and services

Smithsonian Presidents Exhibit Reopens With Low-Key Trump Impeachment Mention

For the past year, the Smithsonian Institution has found itself in the awkward position of telling the nation’s story while being supported in part by a government that wants to narrow how that story is told. In December, the White House threatened to revoke funding to the institution if it did not hand over a

Marvel’s Daredevil Follow-up Is Already Dominating on Streaming

A follow-up to Daredevil: Born Again Season 2 on Disney+ has become a massive streaming success within days of its launch. The Punisher: One Last Kill has quickly climbed to the top of multiple charts, beating out other titles on the platform. The MCU television special follows the gun-toting vigilante, who finds himself targeted by

Is Now a Bad Time to Invest?

The market has been on a roll lately, with the S&P 500 (SNPINDEX: ^GSPC) setting new highs throughout May. If you think you missed your opportunity when the market bottomed in late March, don’t fret. The market hitting new all-time highs is not particularly rare and should not change your investment strategy. And if you

6 bids for Hong Kong land sale signal renewed confidence despite market caution

6 bids for Hong Kong land sale signal renewed confidence despite market caution

The Hong Kong government’s first land sale in the current financial year has drawn six bids, according to the Development Bureau, including those from the city’s largest developers, suggesting a more confident outlook for the residential property market. At the close of tender for Tung Chung Town Lot No 54 at Area 106A on Friday

Each Premier League team reranked: Man City rise; Chelsea, Liverpool collapse

Ryan O’Hanlon Close Ryan O’Hanlon ESPN.com writer Ryan O’Hanlon is a staff writer for ESPN.com. He’s also the author of “Net Gains: Inside the Beautiful Game’s Analytics Revolution.”  and  Bill Connelly Close Bill Connelly ESPN Staff Writer Bill Connelly is a writer for ESPN. He covers college football, soccer and tennis. He has been at

Trump departs China after two-day summit

Trump departs China after two-day summit

IE 11 is not supported. For an optimal experience visit our site on another browser. Trump Wraps China Summit With Xi Jinping: What Are the Results? 05:41 Xi gives Trump rare tour of secret garden at heart of Chinese government 01:04 Now Playing Trump departs China after two-day summit 01:01 UP NEXT Special Report: Trump

Carol Chow was facing a bankruptcy petition by five people over unspecified debts at the time of her death. Photo: Dickson Lee

Embattled Hong Kong developer sued for HK$130 million, days after founder’s death

A Hong Kong property developer has been sued for HK$130 million (US$16.6 million) over allegedly breaching guarantor obligations in two bond subscription agreements, becoming the latest lawsuit to implicate the embattled company and following its founder’s sudden death earlier this week. Lofter Group, known for its urban renewal projects across the city’s core districts, and

Trump’s China visit left chip export issue unresolved

This report is from this week’s The Tech Download newsletter. Like what you see? You can subscribe here. One look at the roster of U.S. execs that cozied up to U.S. President Donald Trump on the 20+ hours flight from Alaska to China on Wednesday and you get a sense of the American delegation’s key focus

Why the Cerebras IPO matters for the AI race with China

Why the Cerebras IPO matters for the AI race with China

Cerebras, an AI chipmaker, saw its shares nearly double on Nasdaq, closing up 70% with a $95B market cap. Cerebras’s powerful chips are key in the US-China AI tech race. Chris Buskirk, co-founder and chief investment officer of 1789 Capital, a key Cerebras investor, says the company’s IPO is geopolitically significant. On Thursday, shares of

Fitbit Air vs Whoop Strap Comparison: Price, Features and AI

The Google Fitbit Air is very much the talk of the fitness tracking town right now, not only because it’s the first new Fitbit device that we’ve had in years, but it’s also one of the first big brands to go head-to-head with the established Whoop Strap (if you don’t count the Polar Loop and

0
Would love your thoughts, please comment.x
()
x