Home Technology peripherals AI AI has become a hot topic of discussion at Davos Forum, and all walks of life are more concerned about the accuracy of results.

AI has become a hot topic of discussion at Davos Forum, and all walks of life are more concerned about the accuracy of results.

Jan 19, 2024 am 11:12 AM
AI ai Davos Forum

AI成达沃斯论坛讨论热点 各行各业更关注结果准确性

According to news on January 19, at the World Economic Forum 2024 Annual Meeting held in Davos, Switzerland, the world’s largest technology companies, including Salesforce, Microsoft and Google, demonstrated their capabilities in artificial intelligence. In terms of technical strength, generative artificial intelligence has also become the focus of discussion at this year’s conference.

Intel CEO Pat Gelsinger said in an interview that although the capabilities of generative artificial intelligence technology have emerged in 2023, the industry’s focus in 2024 should be on improving The results are accurate so that executives in high-risk industries such as hospitals and manufacturing can freely apply artificial intelligence.

“The current application of artificial intelligence has reached its peak,” Gelsinger said. "I believe that the next stage of development of artificial intelligence is to establish regulatory accuracy in the underlying model."

Gelsinger emphasized that whether it is doctors relying on general artificial intelligence to diagnose diseases, or warehouses using This technology is used to check assembly line faults or self-driving cars. Humans need to be more familiar with the accuracy of artificial intelligence technology.

"Some of the problems in artificial intelligence have been solved so far, but there are still many problems," Gelsinger said. "Basic prediction, detection, visual language, those problems have all been solved now. But there are a lot of other problems. Like how do you prove that a big language model is actually correct? There are a lot of bugs out there. So you still need to be clear, Essentially, artificial intelligence technology is improving the productivity of knowledge workers. But in the final analysis, I need knowledge workers to determine that the results are correct." Clara Shih, CEO of Salesforce AI, said that improving accuracy The best way is to increase adoption through various experiments and manual collaborative testing. Shi Zongwei said in an interview that artificial intelligence needs to be adjusted to different standard deviation confidence levels so that users can recognize the credibility of artificial intelligence technology in various high-risk scenarios.

Shi Zongwei said that the adoption of general artificial intelligence will be divided into three stages. The first stage is to actively use artificial intelligence technology as an auxiliary means in work. The second phase is to purposefully observe the AI ​​in autonomous mode to ensure accuracy. The final stage, she said, is letting go and trusting that the technology will work, achieving the level of trust that people need to choose it.

Shi Zongwei explained: "You can ask the AI ​​to be conservative in high-risk situations until human assistance trains it to operate automatically."

Open AI CEO Sam This three-stage approach, which relies heavily on human acceptance of the reliability of the technology, should make general artificial intelligence less powerful than some think, Sam Altman said during a panel discussion on Tuesday. So terrible.

“This is more of a tool than I expected,” Altman said. "It's going to get better, but it's not replacing jobs yet. It's an incredible tool in terms of increasing productivity. It's a tool that expands human work, by using artificial intelligence to do some of the work, and also allows people to do better Get the job done."

Nasdaq CEO Adena Friedman said in an interview that the past year has been a "year of discovery" for artificial intelligence technology. . Friedman said that the financial industry, including Nasdaq, will use artificial intelligence to update old codes, upgrade aging systems, and improve automated workflows, which can save employees a lot of time every day.

“It came out more than a year ago,” Friedman said. "We did some experiments. We started to understand its potential. It's going to be a very dynamic year for us and for everyone."

The above is the detailed content of AI has become a hot topic of discussion at Davos Forum, and all walks of life are more concerned about the accuracy of results.. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the complexity of WordPress installation and update using Composer How to solve the complexity of WordPress installation and update using Composer Apr 17, 2025 pm 10:54 PM

When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

How to solve SQL parsing problem? Use greenlion/php-sql-parser! How to solve SQL parsing problem? Use greenlion/php-sql-parser! Apr 17, 2025 pm 09:15 PM

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! Apr 17, 2025 pm 09:54 PM

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! How to solve the problem of PHP project code coverage reporting? Using php-coveralls is OK! Apr 17, 2025 pm 08:03 PM

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! How to solve the complex problem of PHP geodata processing? Use Composer and GeoPHP! Apr 17, 2025 pm 08:30 PM

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

Solve CSS prefix problem using Composer: Practice of padaliyajay/php-autoprefixer library Solve CSS prefix problem using Composer: Practice of padaliyajay/php-autoprefixer library Apr 17, 2025 pm 11:27 PM

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! How to solve the problem of virtual columns in Laravel model? Use stancl/virtualcolumn! Apr 17, 2025 pm 09:48 PM

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

git software installation tutorial git software installation tutorial Apr 17, 2025 pm 12:06 PM

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.

See all articles