


The tech giant's tens of billions of dollars in research and development of AI were questioned and boasted: the AI that once defeated humans will be sold
Over the years, technology giants such as Google and Facebook have invested billions of dollars in research and development of artificial intelligence (AI), hyping its potential. But now, researchers say it's time to reset expectations for AI.
It is true that AI technology development has made certain leaps in recent times. Companies have developed more AI systems that can produce conversations, poems and images that look like humans. However, AI ethicists and researchers warn that some companies are exaggerating AI's capabilities, and that this hype is creating widespread misunderstandings and distorting policymakers' views of AI's power and unreliability.
“We lost our balance.” Oren Etzioni, CEO of the Allen Institute for Artificial Intelligence, a nonprofit research organization in Seattle, said. This imbalance, Etzioni and other researchers say, helps explain why so many people are swayed by Google engineers' claims that AI is sentient.
Google engineer Blake Lemoine argued that one of the company's AI systems should be considered sentient based on his religious beliefs. He claimed that the AI chatbot has effectively become a person, with the right to decide whether to allow experiments on it. Google subsequently suspended him and dismissed his claims. Google said company ethicists and technology experts had studied the possibility and dismissed his claims.
Lemoyne claims AI is sentient
Researchers say the perception in the broader scientific community that AI is becoming conscious or could be conscious Still on the margins.
From a practical point of view, the series of technologies covered by AI are still helpful to a large extent for a series of mundane back-end logistics tasks, such as processing data from users in order to better deliver to users. Advertising, content, and product recommendations. Over the past decade, companies such as Google, Facebook parent company Meta, and Amazon have invested heavily in improving such capabilities to drive their growth and profit engines. Google, for example, uses AI to better parse complex search prompts, helping it deliver relevant ads and web results.
Some startups have even greater ambitions. One of the companies, OpenAI, which has raised billions of dollars from donors and investors including Tesla CEO Elon Musk and Microsoft Corp., aims to achieve so-called general AI, which is the ability to Systems that match or exceed every dimension of human intelligence. Some researchers believe this is decades, if not impossible, away.
The competition between these companies to outdo each other has fueled the rapid development of AI and spawned an increasing number of high-profile demonstrations. These demonstrations captured the public's imagination and drew attention to the technology.
OpenAI’s DALL-E system, which generates artwork based on user prompts such as “McDonald’s in orbit of Saturn” or “bear wearing athletic gear participating in a triathlon,” has sparked outrage on social media in recent weeks. Lots of memes. Subsequently, Google followed the example of the DALL-E system and launched its own text-based artwork generation system.
As impressive as these results are, a growing number of experts are warning that companies are not properly controlling publicity.
Margaret Mitchell, who co-led Google's ethical AI team, was fired after writing a critical paper about Google's systems. She said one of Google's selling points to shareholders is that it is the best in the world at AI.
The Limits of AI
Mitchell currently works at an AI startup called Hugging Face, where she and Timnit Gebb, another co-lead of AI ethics at Google, Timnit Gebru was one of the first to warn of the dangers of AI. Gebru was also fired from Google.
According to the last paper they wrote while working at Google, they argue that these technologies can sometimes cause harm because their human-like abilities mean they are just as likely to fail as humans. For example, Facebook’s AI system mistranslated the Arabic word “good morning” as “hurt them” when translated into English and “attack them” when translated into Hebrew, leading to an arrest by Israeli police The Palestinian man who posted the greeting later realized the mistake.
Internal Facebook documents exposed last year also showed that Facebook’s AI system was unable to consistently identify first-person shooting videos and racist remarks, and only deleted a small portion of content that violated company regulations. Facebook said improvements in AI technology have significantly reduced hate speech and other content that violates its rules.
The gap between ideal and reality
The ideal is very plump, but the reality is very skinny. Etzioni and others pointed to IBM's marketing around Watson. Watson is an AI system developed by IBM that became famous for beating humans on the quiz show "Jeopardy!" However, after 10 years and billions of dollars of investment, IBM said last year that it was exploring the possibility of selling its Watson Health unit, whose main product is supposed to help doctors diagnose and treat cancer.
Because AI is now ubiquitous and involves more companies, the software they develop includes email, search engines, news feeds, and voice assistants, and has penetrated into our digital lives, so its The risks are even greater.
Rejecting claims that AI is sentient, Google spokesman Brian Gabriel said the company's chatbots and other conversational tools "can improvise on any unreal topic." “If you ask an ice cream dinosaur what it looked like, they can generate text about things like melting and roaring, which is different from perception,” he says.
AI cognitive gap seeps into government policy
Elizabeth Kumar, a computer science doctoral student at Brown University who studies AI policy, said this cognitive gap has quietly seeped into policy. in the file.
Recently, local, federal, and international regulations and regulatory proposals have attempted to address the potential for AI systems to cause harm through discrimination, manipulation, or other means, all based on the assumption that AI systems are highly capable. Kumar said they largely ignored the possibility that the AI system "simply didn't work" to cause harm, and that it was more likely.
Etzioni is also a member of the Biden administration’s National Artificial Intelligence Research Resources Task Force. He noted that policymakers often struggle to grasp these issues. “I can tell you from my conversations with some of them that they have good intentions and ask good questions, but they don’t know everything,” he said.
The above is the detailed content of The tech giant's tens of billions of dollars in research and development of AI were questioned and boasted: the AI that once defeated humans will be sold. 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.

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.

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.

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.

This article will explain in detail how to view keys in Git software. It is crucial to master this because Git keys are secure credentials for authentication and secure transfer of code. The article will guide readers step by step how to display and manage their Git keys, including SSH and GPG keys, using different commands and options. By following the steps in this guide, users can easily ensure their Git repository is secure and collaboratively smoothly with others.
