


Microsoft CEO Nadella said: The world has reached consensus on the importance of artificial intelligence
According to Microsoft CEO Satya Nadella, the world is gradually forming a consensus on artificial intelligence. Nadella pointed out that although countries may have differences in the ways and methods of regulating artificial intelligence, there are similarities in the ways in which they explore artificial intelligence. This means that all countries have recognized the importance of artificial intelligence and are actively seeking appropriate regulatory measures. Nadella's views show that artificial intelligence has become the focus of global attention and will play an important role in the future.
Nadella emphasized the need for a global coordination mechanism at the World Economic Forum in Davos, Switzerland, especially on issues involving artificial intelligence. He stressed the importance of developing unified standards and appropriate specifications and called on countries to agree on this technology.
Nadella emphasized the importance of regulating artificial intelligence in a conversation with World Economic Forum Chairman Klaus Schwab. He said a global approach to regulating artificial intelligence was highly desirable. Due to the current global challenges, we need to develop global norms and standards to ensure the safe and ethical use of AI. Such regulatory measures will help address privacy, security and ethical issues related to artificial intelligence, promote the sustainable development of technology, and promote global cooperation and coordination.
Nadella added: "Otherwise, artificial intelligence will be difficult to control and execute, and it will be difficult to significantly improve core research." "However, the world seems to be reaching a broad consensus."
at Microsoft is one of the major players in the competition in the field of artificial intelligence and has invested billions of dollars in OpenAI.
According to reports, Microsoft invested US$1 billion in cash in OpenAI for the first time in 2019. Last year, Microsoft invested another US$10 billion in OpenAI, bringing its total investment in OpenAI to US$13 billion.
Microsoft has also integrated some OpenAI technologies into Office, Bing search and Windows products, and provided Azure cloud computing tools for OpenAI.
Countries have been advancing relevant work and striving to reach a consensus on artificial intelligence management regulations in response to public concerns that artificial intelligence technology may lead to large-scale unemployment.
Last year, the Artificial Intelligence Safety Summit held in the UK reached an important declaration aimed at jointly developing global standards and frameworks for artificial intelligence safety.
If I were to sum up the situation, what everyone is talking about is, especially when it comes to large language models, we should really do some research before launching any new products. Rigorous assessment, red team testing, ensuring security practices.” Red team testing is a term that describes how to test for artificial intelligence vulnerabilities.
He also said, "Then at the application level, we should conduct a risk-based assessment of how to deploy this technology."
Nadella said he was not sure whether it would be possible to build one Global AI agency to coordinate regulation. But he added that he saw countries discussing implementing safety regulations for AI in the same way.
He said: "If you deploy artificial intelligence in the health care field, you should regulate artificial intelligence with health care laws and regulations; if you deploy artificial intelligence in the financial services field, you should seriously consider the financial risks."
Nadella added: "So I think if we can use this simple thing as a basis for building consensus and norms, then we can definitely come together." "So I am very confident."
The above is the detailed content of Microsoft CEO Nadella said: The world has reached consensus on the importance of artificial intelligence. 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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

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



How to define header files using Visual Studio Code? Create a header file and declare symbols in the header file using the .h or .hpp suffix name (such as classes, functions, variables) Compile the program using the #include directive to include the header file in the source file. The header file will be included and the declared symbols are available.

Writing C in VS Code is not only feasible, but also efficient and elegant. The key is to install the excellent C/C extension, which provides functions such as code completion, syntax highlighting, and debugging. VS Code's debugging capabilities help you quickly locate bugs, while printf output is an old-fashioned but effective debugging method. In addition, when dynamic memory allocation, the return value should be checked and memory freed to prevent memory leaks, and debugging these issues is convenient in VS Code. Although VS Code cannot directly help with performance optimization, it provides a good development environment for easy analysis of code performance. Good programming habits, readability and maintainability are also crucial. Anyway, VS Code is

Running Kotlin in VS Code requires the following environment configuration: Java Development Kit (JDK) and Kotlin compiler Kotlin-related plugins (such as Kotlin Language and Kotlin Extension for VS Code) create Kotlin files and run code for testing to ensure successful environment configuration

Depending on the specific needs and project size, choose the most suitable IDE: large projects (especially C#, C) and complex debugging: Visual Studio, which provides powerful debugging capabilities and perfect support for large projects. Small projects, rapid prototyping, low configuration machines: VS Code, lightweight, fast startup speed, low resource utilization, and extremely high scalability. Ultimately, by trying and experiencing VS Code and Visual Studio, you can find the best solution for you. You can even consider using both for the best results.

VS Code is absolutely competent for Java development, and its powerful expansion ecosystem provides comprehensive Java development capabilities, including code completion, debugging, version control and building tool integration. In addition, VS Code's lightweight, flexibility and cross-platformity make it better than bloated IDEs. After installing JDK and configuring JAVA_HOME, you can experience VS Code's Java development capabilities by installing "Java Extension Pack" and other extensions, including intelligent code completion, powerful debugging functions, construction tool support, etc. Despite possible compatibility issues or complex project configuration challenges, these issues can be addressed by reading extended documents or searching for solutions online, making the most of VS Code’s

Sublime Text is a powerful customizable text editor with advantages and disadvantages. 1. Its powerful scalability allows users to customize editors through plug-ins, such as adding syntax highlighting and Git support; 2. Multiple selection and simultaneous editing functions improve efficiency, such as batch renaming variables; 3. The "Goto Anything" function can quickly jump to a specified line number, file or symbol; but it lacks built-in debugging functions and needs to be implemented by plug-ins, and plug-in management requires caution. Ultimately, the effectiveness of Sublime Text depends on the user's ability to effectively configure and manage it.

Of course! VS Code integrates IntelliSense, debugger and other functions through the "C/C" extension, so that it has the ability to compile and debug C. You also need to configure a compiler (such as g or clang) and a debugger (in launch.json) to write, run, and debug C code like you would with other IDEs.

VS Code can be "run" on Android by: Remote Development: Extended connection to a remote server for a full editing experience, but requires a stable server and network connection. Use a web-based IDE: Access an online IDE in a browser, but may have limited functionality and network dependencies. Use a lightweight code editor: a small and fast application that is suitable for small code snippets, but with limited functionality.
