


AI has become a hot topic of discussion at Davos Forum, and all walks of life are more concerned about the accuracy of results.
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!

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



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.

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.

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.

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.

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.

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.

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 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.
