


Facebook may use MetAI as a new name to reflect founder Zuckerberg's passion for artificial intelligence
News on April 25, just 18 months ago, Mark Zuckerberg, CEO of Facebook’s parent company, bet his future on the virtual world Metaverse , and even changed the company name to Meta. Now some investment bankers are worried that Zuckerberg may be too obsessed with artificial intelligence technology, so much so that one investment bank joked that Zuckerberg would once again change the name of the company to MetAI.
Facebook Chief Technology Officer Andrew Bosworth said earlier this month that Zuckerberg and other executives now spend most of their time working on artificial intelligence. Bosworth is Zuckerberg's main partner in the metaverse, and some analysts were disturbed by his comments.
Analysts at investment bank Bernstein issued a warning to investors just days after Bosworth made his remarks. Analysts quipped in an email, “Keep an eye on Zuckerberg’s newfound penchant for making everything artificially intelligent.” “It looks like the year of productivity is slowly coming to an end, and we suspect he’s now likely to turn the company around.” Name changed to MetAI.”
Meta’s public relations department did not respond to a request for comment.
Investors and analysts are just recovering from Meta's big payout. They now want Meta to maintain a conservative approach to controlling costs, and Meta's previous large-scale layoffs seemed to satisfy their demands.
But if Zuckerberg wants to keep up with OpenAI, Microsoft and Google in the field of artificial intelligence, he will have to pay a high price.
In October last year, Meta’s chief financial officer said that artificial intelligence would be the main driver of “almost all” of the company’s capital expenditure growth in 2023. Meta has since cut back on some of its capital spending plans but has been buying large quantities of Nvidia's chips for training new generative AI models. It is reported that each Nvidia chip sells for about US$10,000.
Artificial intelligence industry executive Emad Mostaque wrote on his personal social media Twitter last Friday that the Meta artificial intelligence research team spent five months using 2048 An A100 NVIDIA chip trains a new language model.
On October 25 last year, Meta stated that it would increase investment in artificial intelligence. Nvidia shares have more than doubled since then, while Meta shares are up about 54%.
Meta will announce its latest quarterly financial report on April 26, local time, and investors will pay close attention to the company’s spending and investment plans.
What is certain is that artificial intelligence will help Meta’s core advertising and social media businesses, and the Metaverse business will see major changes.
Meta Chief Operating Officer Javier Olivan said at a recent conference hosted by Morgan Stanley: "In terms of core business and advertising, how do we generate more relevant advertising? "It depends on machine learning algorithms, that is, artificial intelligence."
The above is the detailed content of Facebook may use MetAI as a new name to reflect founder Zuckerberg's passion for 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

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



The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

Complete Guide to Checking HDFS Configuration in CentOS Systems This article will guide you how to effectively check the configuration and running status of HDFS on CentOS systems. The following steps will help you fully understand the setup and operation of HDFS. Verify Hadoop environment variable: First, make sure the Hadoop environment variable is set correctly. In the terminal, execute the following command to verify that Hadoop is installed and configured correctly: hadoopversion Check HDFS configuration file: The core configuration file of HDFS is located in the /etc/hadoop/conf/ directory, where core-site.xml and hdfs-site.xml are crucial. use

Backup and Recovery Policy of GitLab under CentOS System In order to ensure data security and recoverability, GitLab on CentOS provides a variety of backup methods. This article will introduce several common backup methods, configuration parameters and recovery processes in detail to help you establish a complete GitLab backup and recovery strategy. 1. Manual backup Use the gitlab-rakegitlab:backup:create command to execute manual backup. This command backs up key information such as GitLab repository, database, users, user groups, keys, and permissions. The default backup file is stored in the /var/opt/gitlab/backups directory. You can modify /etc/gitlab

Docker uses Linux kernel features to provide an efficient and isolated application running environment. Its working principle is as follows: 1. The mirror is used as a read-only template, which contains everything you need to run the application; 2. The Union File System (UnionFS) stacks multiple file systems, only storing the differences, saving space and speeding up; 3. The daemon manages the mirrors and containers, and the client uses them for interaction; 4. Namespaces and cgroups implement container isolation and resource limitations; 5. Multiple network modes support container interconnection. Only by understanding these core concepts can you better utilize Docker.

Enable PyTorch GPU acceleration on CentOS system requires the installation of CUDA, cuDNN and GPU versions of PyTorch. The following steps will guide you through the process: CUDA and cuDNN installation determine CUDA version compatibility: Use the nvidia-smi command to view the CUDA version supported by your NVIDIA graphics card. For example, your MX450 graphics card may support CUDA11.1 or higher. Download and install CUDAToolkit: Visit the official website of NVIDIACUDAToolkit and download and install the corresponding version according to the highest CUDA version supported by your graphics card. Install cuDNN library:

Installing MySQL on CentOS involves the following steps: Adding the appropriate MySQL yum source. Execute the yum install mysql-server command to install the MySQL server. Use the mysql_secure_installation command to make security settings, such as setting the root user password. Customize the MySQL configuration file as needed. Tune MySQL parameters and optimize databases for performance.

A complete guide to viewing GitLab logs under CentOS system This article will guide you how to view various GitLab logs in CentOS system, including main logs, exception logs, and other related logs. Please note that the log file path may vary depending on the GitLab version and installation method. If the following path does not exist, please check the GitLab installation directory and configuration files. 1. View the main GitLab log Use the following command to view the main log file of the GitLabRails application: Command: sudocat/var/log/gitlab/gitlab-rails/production.log This command will display product

When installing PyTorch on CentOS system, you need to carefully select the appropriate version and consider the following key factors: 1. System environment compatibility: Operating system: It is recommended to use CentOS7 or higher. CUDA and cuDNN:PyTorch version and CUDA version are closely related. For example, PyTorch1.9.0 requires CUDA11.1, while PyTorch2.0.1 requires CUDA11.3. The cuDNN version must also match the CUDA version. Before selecting the PyTorch version, be sure to confirm that compatible CUDA and cuDNN versions have been installed. Python version: PyTorch official branch
