Home Technology peripherals AI ChatGPT's breakthrough does not mean a comprehensive breakthrough in the field of AI

ChatGPT's breakthrough does not mean a comprehensive breakthrough in the field of AI

Apr 29, 2023 am 10:25 AM
ai chatgpt field

Recently, because of the capabilities brought by the product ChatGPT (and the subsequent large language model LLM), everyone has an irresistible imagination about the capabilities of AI. Especially in talk shows, a national science fiction essay essay competition has been launched. , and all the capabilities we expect AI to have are integrated into ChatGPT. Some of the output text is even close to the output level of ChatGPT.

This is harmful and will quickly disappoint the public, because what everyone said is not at all what ChatGPT currently has, or what features may be added in the future on the technical path.

Levels of artificial intelligence

The entire field of artificial intelligence is very broad and has many levels, including the field of large language models where ChatGPT is located, and the field of generating images from text where MidJourney and Stable Diffusion are located. Of course, there are also traditional speech recognition, text recognition, face recognition and other fields. In the past many years, each field has developed at a different pace.

In some fields, in the past forty or fifty years, we have been working hard to overcome difficulties, but we have been unable to make breakthroughs, or only made partial breakthroughs. For example, the field of natural language recognition where ChatGPT is located has always been a difficult problem in artificial intelligence before GPT-3 and ChatGPT took nearly ten years to achieve breakthroughs. After ten years of groping in the dark, starting in 2020, A qualitative leap. But I need to know that it is a language model, but it cannot be generalized to a general breakthrough in the field of artificial intelligence. And more systems are still struggling to wait for breakthroughs.

I heard a lot of interviews. For example, everyone said that ChatGPT can be used to draw pictures, generate videos, predict DNA sequences, and directly diagnose and prescribe. ChatGPT makes these scenarios have a very good user interface. You can do some of the above things by chatting with the robot. For example, chatting with our Awang robot can call Stable Diffusion to draw, and you can call weather, stocks, All engines, digital humans, and other models can output video, audio, and answer real-time information. Each company can be equipped with a robot to answer questions from users or employees based on the information provided by the company, but none of these capabilities are owned by ChatGPT itself. ability. (Reply to "ChatGPT" experience in the background)

ChatGPT's capabilities

ChatGPT only solves problems that large language models can solve, although these capabilities include language understanding and output, simple logic and factual knowledge support, and there are countless amazing features we are exploring, but it itself does not process images, does not process video, does not process audio, and requires countless startups to convert these media into language models and then call the functions of ChatGPT.

Bing ChatGPT means that the search results are output by ChatGPT (Bing is responsible for the search, but ChatGPT is not responsible). We also have many expert systems responsible for medical treatment, decision-making, and ERP systems responsible for checking inventory, etc. These are systems that ChatGPT can connect together, and after getting answers from them, they are handed over to ChatGPT for output. However, they are not ChatGPT itself.

ChatGPT is a good adhesive, it is the thread in the necklace that threads the pearls, but don’t generalize its capabilities and think that it is the entire necklace.

ChatGPT is related to the best entrepreneurial direction at the moment

At the same time, we cannot be fooled into thinking that there have been breakthroughs in all AI fields just because of the hundreds of times efficiency improvement brought by ChatGPT. If there are no areas of rapid development, such as AI fields other than ChatGPT or Stable Diffusion, you don’t need to enter them for the time being.

Most companies, even technology companies like Google, can only follow up on a large scale when a technology is rapidly broken through. Being able to have enough luck and persistence to create a field is too rare. .

It is not a huge change in external technical variables. It is difficult for us to answer the question "Why was there no such company before?" All answers can only point directly or indirectly to "Others are stupid, only our team is smart." And only when technology changes dramatically does the answer become clear and convincing to all of us: "Because there was no such technology before." Therefore, if you are inspired by ChatGPT and jump into the field of AI that is not a breakthrough development field such as ChatGPT/Stable Diffusion, you may easily spend your life waiting for breakthroughs in this field.

Note: Tonight, I will record a show called "ChatGPT" with my favorite podcast host, Sarah. I don’t know if you still remember it, but Sarah and I previously collaborated on a widely circulated program called "Vernacular Web3: Will the era that is coming finally be what we think it is?" ”, I am very much looking forward to chatting with Sarah about the topic of ChatGPT. You can make a reservation below. (This live broadcast is very special. Our main purpose is to record the podcast, and at the same time live broadcast "the process of recording the podcast". The final effect of the podcast is given priority, so I will not have too much interaction. If you are interested in the process of recording the podcast Students can also come in and visit).

The above is the detailed content of ChatGPT's breakthrough does not mean a comprehensive breakthrough in the field of AI. 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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

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)

Centos shutdown command line Centos shutdown command line Apr 14, 2025 pm 09:12 PM

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.

How to check CentOS HDFS configuration How to check CentOS HDFS configuration Apr 14, 2025 pm 07:21 PM

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

What are the backup methods for GitLab on CentOS What are the backup methods for GitLab on CentOS Apr 14, 2025 pm 05:33 PM

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

How is the GPU support for PyTorch on CentOS How is the GPU support for PyTorch on CentOS Apr 14, 2025 pm 06:48 PM

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:

Detailed explanation of docker principle Detailed explanation of docker principle Apr 14, 2025 pm 11:57 PM

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.

Centos install mysql Centos install mysql Apr 14, 2025 pm 08:09 PM

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.

How to view GitLab logs under CentOS How to view GitLab logs under CentOS Apr 14, 2025 pm 06:18 PM

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

How to operate distributed training of PyTorch on CentOS How to operate distributed training of PyTorch on CentOS Apr 14, 2025 pm 06:36 PM

PyTorch distributed training on CentOS system requires the following steps: PyTorch installation: The premise is that Python and pip are installed in CentOS system. Depending on your CUDA version, get the appropriate installation command from the PyTorch official website. For CPU-only training, you can use the following command: pipinstalltorchtorchvisiontorchaudio If you need GPU support, make sure that the corresponding version of CUDA and cuDNN are installed and use the corresponding PyTorch version for installation. Distributed environment configuration: Distributed training usually requires multiple machines or single-machine multiple GPUs. Place

See all articles