


OPPO Chen Mingyong issued an internal letter: The first year of AI mobile phones has arrived, and the mobile phone industry will enter the third stage.
According to news exclusively learned by Sina Technology, OPPO founder and CEO Chen Mingyong issued an internal letter on the first day of work after the Spring Festival holiday, stating that 2024 will be the first year of AI mobile phones. He emphasized that in the next five years, the impact of artificial intelligence on the mobile phone industry will be comparable to the impact of smartphones replacing feature phones.
The theme of the internal letter is "Leading a new era of AI mobile phones". Chen Mingyong pointed out that according to the industry development stage, AI mobile phones will become the third stage of the mobile phone industry, a new milestone after feature phones and smartphones.
A major judgment for the mobile phone industry is to use AI to reshape the mobile phone experience and bring higher value to users. Large-scale AI technology is reshaping the future of the mobile phone industry. Looking back in 2024 two years later, we will have a deeper understanding of the significance of this judgment.
Chen Mingyong pointed out that the popularization of AI mobile phones will accelerate and will have a profound impact on people's work, study and lifestyle. OPPO is committed to becoming a leader in the field of AI mobile phones, and is also committed to promoting the comprehensive popularization of AI mobile phone technology.
He revealed that OPPO is fully prepared for this and has set up a dedicated AI center to focus resources on AI.
The following is the full text of the internal letter:
Opening a new era of AI mobile phones
Dear partners:
At the beginning of the Year of the Dragon, everything is renewed. First of all, I wish everyone a good start and all the best.
2024 is the first year of AI mobile phones. In the next five years, the impact of AI on the mobile phone industry will be comparable to that of when smartphones replaced feature phones. From the perspective of industry development stage, AI mobile phones will also become the third stage of the mobile phone industry after feature phones and smartphones.
This is a major judgment we have made about the mobile phone industry. Through AI, we can re-create the mobile phone experience and help users achieve higher value. Obviously, this round of AI technology supported by large models is reshaping the future of the mobile phone industry. I believe that looking at 2024 two years from now, we will have a deeper understanding of the significance of this judgment.
During the Spring Festival, we launched the latest AI applications, bringing the new experience we first brought to the Find X7 series to over 10 million users, and many users couldn’t put it down. This further strengthens our strategic direction in the era of AI mobile phones: to be both the leader and popularizer of AI mobile phones.
We have been sneaking on AI for a long time. From the early launch of voice assistant Xiaobu, to AI photo recognition, to the release of Andes GPT in 2023... As more AI functions enter OPPO mobile phones, more and more users experience new AI functions. We Really feel:
The new era of AI mobile phones is accelerating.
Everyone’s work, study and life will be profoundly affected by AI. In the face of the magnificent AI trend, OPPO hopes that more users will join us in joining the trend and work together to promote the rapid development of AI. To this end, the company is fully prepared and has established a dedicated AI center, where our resources will be focused on AI.
Providing a better smart life to global users has been OPPO’s long-standing pursuit. The arrival of the AI mobile phone era brings us one step closer to a truly smart life. Technology makes people more comfortable. This is the goodwill and beauty brought by technology, and it is also our luck and responsibility.
Let us start a new era of AI mobile phones together.
The above is the detailed content of OPPO Chen Mingyong issued an internal letter: The first year of AI mobile phones has arrived, and the mobile phone industry will enter the third stage.. 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.

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.

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