


Alibaba CEO Wu Yongming: The importance of AI computing has surpassed traditional computing
[Global Network Technology Comprehensive Report] On the morning of November 9, the "Internet Entrepreneurs Forum" of the 2023 World Internet Conference Wuzhen Summit was held. Alibaba Group CEO Wu Yongming delivered a keynote speech. Wu Yongming said that AI technology will fundamentally change the way knowledge iteration and social collaboration are conducted, and the development acceleration driven by this will far exceed our imagination. We are at a point where traditional computing and AI computing are switching in importance, and AI computing will eventually take over traditional computing resources. The deep integration of AI and cloud computing will become an important driving force for cloud computing iteration.
Wu Yongming believes that the revolution in artificial intelligence technology is promoting fundamental changes in the computing paradigm, making artificial intelligence computing the cornerstone of the entire digital world and the central nervous system for scheduling computing resources. Based on this core point of view, he shared four thinking points:
First, AI technology will fundamentally change the way knowledge iteration and social collaboration occur. AI technology, represented by large models, carries huge computing power to help humans manage knowledge and promote collaboration. The acceleration of development driven by this will far exceed our imagination, and will have a comprehensive impact on productivity and production relations, the digital world and the real world. deep influence.
The content that needs to be rewritten is: We are at the node where the importance of traditional computing and AI computing switches. Traditional computing relies on algorithmic logic preset by product managers and programmers, who translate real-world data processes into machine language to improve efficiency, similar to the human cerebellum. When AI can fully understand the connection between human language and real-world things, it will have intelligence similar to the human brain. AI computing will take over the management of traditional computing resources and be managed by programmers
The third point of view put forward by Wu Yongming is that AI will directly understand user needs and allow software to have the ability to optimize and upgrade independently. Because AI can understand human language and the real world, AI assistants will directly understand user needs, bypass programmers, independently optimize and upgrade software, and intelligently create new applications to meet the ever-changing needs of individuals and enterprises.
The fourth point of view is that the key to developing AI is to create a strong infrastructure and an open ecosystem. The digital infrastructure that supports AI must be an infrastructure that incorporates AI capabilities. The deep integration of AI and cloud computing will become an important driving force for cloud computing iteration. The two-wheel drive of "AI cloud computing" is Alibaba Cloud's future-oriented underlying capability to support AI infrastructure.
It is reported that half of the country’s large AI models are currently running on Alibaba Cloud. Wu Yongming pointed out that Alibaba will position itself as a "technology platform enterprise", build a more solid infrastructure foundation, actively promote openness and open source, and work with developers to create a prosperous AI ecosystem
He revealed that Alibaba will soon open source a large model with 72 billion parameters. This will be the open source large model with the largest parameter scale in China.
The above is the detailed content of Alibaba CEO Wu Yongming: The importance of AI computing has surpassed traditional computing. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Title: An in-depth discussion of the importance and necessity of Linux backup In today's information age, the importance and value of data have become increasingly prominent, and Linux, as an operating system widely used in servers and personal computers, has attracted much attention in terms of data security. . In the daily use of Linux systems, we will inevitably encounter problems such as data loss and system crashes. At this time, backup is particularly important. This article will delve into the importance and necessity of Linux backup, and combine it with specific code examples to illustrate the implementation of backup.

The java.lang.Runtime class is a subclass of the Object class and can provide various information about the program's running environment. The Java runtime environment creates a single instance of this class associated with the program. Runtime classes do not have any public constructors, so programs cannot create their own instances of the class. The program must call the getRuntime() method to obtain a reference to the current Runtime object. Important methods of the Runtime class include addShutdownHook(), exec(), exit(), freeMemory(), gc(), halt() and load(). Sy

Bit XOR (exclusiveor) "^" is an operator in Java. If the two bits in the operand are different, it returns '1'. If the two bits are the same, the XOR operator returns the result '0'. XOR is a binary operator that evaluates from left to right. The operator "^" is undefined for parameters of type String. Example publicclassXORTest1{

As a commonly used relational database management system, MySQL is widely used in the field of Web development. When using MySQL, an important concept is the number of connections. This article will delve into the concept of MySQL connection numbers and their importance, and illustrate them with specific code examples. 1. The concept of MySQL connection number In MySQL, the number of connections refers to the number of clients connected to the MySQL server at the same time. When a client establishes a connection with the MySQL server, a number of connections will be occupied. My

Analyzing the PHP code testing function and its importance Preface: In the software development process, code testing is an indispensable link. By testing the code, potential bugs and errors can be effectively discovered and resolved, and the quality and stability of the code can be improved. In PHP development, testing functions is also important. This article will delve into the function and importance of PHP code testing, and illustrate it with examples. 1. Functional unit testing (UnitTesting) of PHP code testing Unit testing is the most common testing method

To understand the function of the Len function and its importance in programming, specific code examples are required. In programming languages, the len function is a very commonly used function, used to obtain the length or element number of data types such as strings, lists, and tuples. number. The function of the len function is very simple, but its importance in programming cannot be ignored. This article will introduce the specific functions of the len function and its application in programming, and provide some specific code examples to illustrate. 1. Functions of the len function The len function is used to obtain the length or number of elements of an object.

Revealing the importance of localStorage in web development In modern web development, localStorage is an important tool that is widely used. It allows developers to store and obtain data on the user's browser, and is used to save and read local data. This article will reveal the importance of localStorage in web development and provide some specific code examples to help readers better understand and apply localStorage. 1. localStorage

To understand the importance of MySQL prefix index, you need specific code examples. In a database system, indexing is an important tool to improve the efficiency of data retrieval. MySQL is a powerful relational database management system, in which indexes play a vital role. In MySQL, in addition to ordinary indexes, there is also a special index type called prefix index. This article will introduce the concept of MySQL prefix index and its importance, and provide specific code examples to illustrate its use. The concept of prefix index A prefix index is an index
