What is ChatGPT? It's becoming clearer
Two months ago, not long after ChatGPT came out, I registered to try it out. The registration process and simple usage examples were introduced in "Trying ChatGPT Early adopters".
Recently, ChatGPT has become more and more popular. Information about ChatGPT can be seen everywhere in Moments, official accounts, and Weibo. I also read a lot of articles about ChatGPT, and some questions were answered.
Active users
ChatGPT took 2 months to reach 100 million monthly active users. The previous record was TikTok which took 9 months. This 100 million users have been mentioned in many news to attract attention.
It should be noted that the monthly active users here do not refer to registered users, but may also include crawlers, tourists, etc. Even so, I think it will not be a small order of magnitude. Coupled with recent major media reports and the launch of various registration services, it is estimated that it will not be much different.
Regarding users, Dahui’s article has a detailed description:
https://mp.weixin.qq.com/s/iBmJEa4AzZKSO4nfKtCZDQ
and search engines Comparison
The way ChatGPT is used is to face a text box and interact with questions; the search engine is also a text box and is searched by entering keywords. They look similar, but they are actually quite different.
There are several important differences:
- ChatGPT is expensive because it is trained once, so ChatGPT is not real-time, and search engines are very timely;
- ChatGPT is based on semantic analysis, and the search engine is based on keyword indexing;
- ChatGPT will give an optimal solution. The results of the search engine are multiple pieces of content that match the keywords. We need to process the results ourselves. Analyze, identify, then compare, merge, and re-understand, and finally get an answer;
- ChatGPT can ask questions based on context to let him know our real needs, and the results will be continuously optimized, and search engines can only adjust Keywords, get new results;
- ChatGPT is just a result, the search engine will have a source link.
Both ChatGPT and search engines are tools to assist us. The two are not antagonistic, but each has its own usage scenarios.
For example: If I want to check the weather, check the calendar, the latest industry news, etc., I will definitely use a search engine; if I want to write a very special regular expression or Sql, I will use ChatGPT, because I I can write my scenario clearly with a long description, and ChatGPT can understand it and give me a decent answer, even an out-of-the-box answer.
Can it replace programmers?
I remember that when low-code was relatively popular, there was a topic about whether low-code platforms would compete with programmers for jobs. A few years ago, when we recommended our products to customers, some customers with R&D capabilities would be quite resistant.
Now that ChatGPT is popular, everyone is starting to discuss whether programmers will be replaced?
I also mentioned above that, like search engines, ChatGPT is just a tool. Since it is a tool, it will be used by people to improve people's creativity and productivity and serve us.
Give two examples:
- After agricultural mechanization, there will be fewer people working in the fields with hoes, but there will be a need for people to operate the machines;
- After low code becomes popular, fewer programmers will be needed to implement a project, but more configuration and construction personnel will be needed. Compared with programmers, the cost of these personnel is lower;
ChatGPT is the same. No matter how it develops, as long as it is used well, the efficiency will increase hundreds or thousands of times, and many new professions and positions will be created.
The daily work of programmers is to express people's demands through programming languages and pass them to the computer. The computer calculates the results, and ChatGPT can analyze the semantics, which makes it easy for the computer to understand the process. , which is why Wang Jianshuo said that China will have 500 million new programmers in the next ten years, because with the help of tools, more people can interact with computers.
What should we do?
When a new technology comes out, there are three types of people:
- Find the gap, win the opportunity, and make a lot of money;
- All kinds of worries are unfounded;
- Make good use of technology to improve efficiency.
ChatGPT Because it is inconvenient to register in China, there are people who provide paid services to help with registration. It is said that they can earn hundreds of thousands a month. There are also people who are still wondering whether they will be replaced. For me, I regard ChatGPT as an efficiency tool and just use it well.
Summary
ChatGPT is a start and may bring revolutionary changes. Just like the steam engine triggered the industrial revolution and changed human production methods, the birth of the browser gave birth to the development of the Internet; after Steve Jobs released the iPhone, he announced the advent of the mobile Internet.
But for now, we can do what we can, such as integrating ChatGPT into the WeChat group and trying to use New Bing released by Microsoft.
The above is the detailed content of What is ChatGPT? It's becoming clearer. 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

DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

This site reported on June 27 that Jianying is a video editing software developed by FaceMeng Technology, a subsidiary of ByteDance. It relies on the Douyin platform and basically produces short video content for users of the platform. It is compatible with iOS, Android, and Windows. , MacOS and other operating systems. Jianying officially announced the upgrade of its membership system and launched a new SVIP, which includes a variety of AI black technologies, such as intelligent translation, intelligent highlighting, intelligent packaging, digital human synthesis, etc. In terms of price, the monthly fee for clipping SVIP is 79 yuan, the annual fee is 599 yuan (note on this site: equivalent to 49.9 yuan per month), the continuous monthly subscription is 59 yuan per month, and the continuous annual subscription is 499 yuan per year (equivalent to 41.6 yuan per month) . In addition, the cut official also stated that in order to improve the user experience, those who have subscribed to the original VIP

Improve developer productivity, efficiency, and accuracy by incorporating retrieval-enhanced generation and semantic memory into AI coding assistants. Translated from EnhancingAICodingAssistantswithContextUsingRAGandSEM-RAG, author JanakiramMSV. While basic AI programming assistants are naturally helpful, they often fail to provide the most relevant and correct code suggestions because they rely on a general understanding of the software language and the most common patterns of writing software. The code generated by these coding assistants is suitable for solving the problems they are responsible for solving, but often does not conform to the coding standards, conventions and styles of the individual teams. This often results in suggestions that need to be modified or refined in order for the code to be accepted into the application

Large Language Models (LLMs) are trained on huge text databases, where they acquire large amounts of real-world knowledge. This knowledge is embedded into their parameters and can then be used when needed. The knowledge of these models is "reified" at the end of training. At the end of pre-training, the model actually stops learning. Align or fine-tune the model to learn how to leverage this knowledge and respond more naturally to user questions. But sometimes model knowledge is not enough, and although the model can access external content through RAG, it is considered beneficial to adapt the model to new domains through fine-tuning. This fine-tuning is performed using input from human annotators or other LLM creations, where the model encounters additional real-world knowledge and integrates it

Editor |ScienceAI Question Answering (QA) data set plays a vital role in promoting natural language processing (NLP) research. High-quality QA data sets can not only be used to fine-tune models, but also effectively evaluate the capabilities of large language models (LLM), especially the ability to understand and reason about scientific knowledge. Although there are currently many scientific QA data sets covering medicine, chemistry, biology and other fields, these data sets still have some shortcomings. First, the data form is relatively simple, most of which are multiple-choice questions. They are easy to evaluate, but limit the model's answer selection range and cannot fully test the model's ability to answer scientific questions. In contrast, open-ended Q&A

Editor | KX In the field of drug research and development, accurately and effectively predicting the binding affinity of proteins and ligands is crucial for drug screening and optimization. However, current studies do not take into account the important role of molecular surface information in protein-ligand interactions. Based on this, researchers from Xiamen University proposed a novel multi-modal feature extraction (MFE) framework, which for the first time combines information on protein surface, 3D structure and sequence, and uses a cross-attention mechanism to compare different modalities. feature alignment. Experimental results demonstrate that this method achieves state-of-the-art performance in predicting protein-ligand binding affinities. Furthermore, ablation studies demonstrate the effectiveness and necessity of protein surface information and multimodal feature alignment within this framework. Related research begins with "S

Open AI’s ChatGPT Mac application is now available to everyone, having been limited to only those with a ChatGPT Plus subscription for the last few months. The app installs just like any other native Mac app, as long as you have an up to date Apple S

Open AI is finally making its foray into search. The San Francisco company has recently announced a new AI tool with search capabilities. First reported by The Information in February this year, the new tool is aptly called SearchGPT and features a c
