IT PARK
    Most Popular

    Is the enterprise ready to protect its cloud computing?

    Mar 18, 2023

    Killing more worthless projects will be a victory for cryptocurrency

    Mar 15, 2023

    Can AI Painting Replace Human Painters

    Mar 16, 2023

    IT PARK IT PARK

    • Home
    • Encyclopedia

      Differences between SSDs and HDDs

      Mar 22, 2023

      What is a discrete graphics card

      Mar 21, 2023

      What is Qualcomm three carrier aggregation

      Mar 20, 2023

      What is resolution? What does resolution mean?

      Mar 19, 2023

      How to solve the problem of computer blue screen? What about the blue screen of the computer?

      Mar 18, 2023
    • AI

      What is the neural network of artificial intelligence?

      Mar 22, 2023

      What is the core issue of AI technology?

      Mar 21, 2023

      What is AI?

      Mar 20, 2023

      Will the latest AI "kill" programming

      Mar 19, 2023

      Neural AI, the next frontier of artificial intelligence

      Mar 18, 2023
    • Big Data

      What is the maximum value of big data

      Mar 22, 2023

      How does big data start? From small data to big data

      Mar 21, 2023

      What is big data? What can big data do?

      Mar 20, 2023

      Benefits of big data analysis and how to analyze big data

      Mar 19, 2023

      Six benefits of big data for enterprises

      Mar 18, 2023
    • CLO

      SaaS sprawl: meaning, hazard, status quo and mitigation plan

      Mar 22, 2023

      What is the difference between cloud computing and virtualization?

      Mar 21, 2023

      What is cloud computing?

      Mar 20, 2023

      Four advantages are highlighted, and cloud computing is the trend

      Mar 19, 2023

      Is the enterprise ready to protect its cloud computing?

      Mar 18, 2023
    • IoT

      How does the Internet of Things affect business?

      Mar 22, 2023

      Five effective business models of Internet of Things

      Mar 21, 2023

      Use the Internet of Things to find new business models

      Mar 20, 2023

      Six ways for the Internet of Things to change the business model

      Mar 19, 2023

      6 Ways to Make Money for IoT Products

      Mar 18, 2023
    • Blockchain

      Blockchain Foundation - What is Blockchain Technology

      Mar 22, 2023

      After the collision between quantum computing and blockchain - quantum blockchain

      Mar 21, 2023

      What is blockchain? Simply understand blockchain

      Mar 20, 2023

      How does the Internet of Things affect the working world?

      Mar 19, 2023

      What is Bitcoin?

      Mar 18, 2023
    IT PARK
    Home » AI » Will the latest AI "kill" programming
    AI

    Will the latest AI "kill" programming

    AI can now code in any language without additional training.
    Updated: Mar 19, 2023
    Will the latest AI "kill" programming

     AI can now code in any language without additional training.

    In 2017, a researcher asked: Can AI write most of the code before 2040? Testers are now using OpenAI's GPT-3, which can be coded in any language. Machine - dominated coding is almost at hand.

    GPT-3 has received hundreds of billions of words of training, or basically the entire Internet has participated in the training, which is why it can use CSS, JSX, Python and any other language you can name for coding.

    In addition, GPT-3 does not need to "train" various language tasks, because its training data is all inclusive. On the contrary, when you give trivial instructions, the network will be limited by the task at hand.

     

    Evolution of GPT-n

    GPT achieves the most advanced level of language tasks by combining supervised learning with unsupervised pre training (or using the parameters of unsupervised steps as the starting point of supervised steps). Compared with the next generation, GPT is very small. It only uses an 8 CPU machine to train on thousands of books.

    GPT-2 greatly expands the content, including 10 times the parameters, and adds more than 10 times the training data. However, this dataset is relatively limited. It uses "at least 3 Karma's Reddit outbound links" for training. GPT-2 is described as a "chameleon like" synthetic text generator, but it is not the most advanced in downstream tasks such as answering questions, summarizing or translating.

    GPT-3 is the latest and most powerful tool in the AI world. It has reached the most advanced level in a series of tasks. Its main breakthrough is to eliminate the need for fine-tuning specific tasks. In terms of size, the model has been greatly expanded again, reaching 175 billion parameters, 116 times the scale of its predecessor.

    However, GPT-3 does not need training at all (example of zero learning), and a single learning or multiple learning will make it lose its original excellent performance.

    Evolution or death

    The situation is as follows: the tester is using GPT-3 to generate valid code that can master the necessary cumbersome knowledge, from buttons to data tables, and even to recreate the Google homepage. These examples are all completed through zero sample learning.

    In addition to the rapid development of AI, two other major technology trends also make the unstable reality of programming work more severe in the future: no code and AutoML.

    No code refers to a visual tool that allows anyone to easily build a new product, whether it is a website, design, data analysis or model. WordPress, Wix and Shopify are examples of codeless tools that enable millions of people to do things themselves without hiring developers or designers.

    The second trend is AutoML, namely automatic machine learning, which greatly shortens the time to put AI into production.

    Tools such as Apteo combine these trends so that anyone can deploy AI models without any coding skills.

    GPT-3 will trigger another wave of codeless and AutoML tools. Many potential employers will choose these tools instead of hiring expensive programmers.

    Naturally, the worst skilled programmers will be the first to leave, and experts will enjoy greater job security - just like in any field.

     

    Not just code - GPT-3 applies to any language task

    To direct GPT-3 to a specific language task, simply provide it with the examples you want to implement. Therefore, you can guide GPT-3 in writing code, as well as in writing poetry, music, social media reviews, or any other text.

    For example, if you want to generate a news article, you can enter a title such as "The Methodist Church of America Agrees to Historical Division", and a subtitle such as "People who oppose same-sex marriage will form their own sect".

    Entering these, GPT-3 produces the following results:

    "After two days of fierce debate, the Methodist Federation has reached a historic split - expected to end with the creation of a new sect. According to the Washington Post, this sect will be" theological and social conservative ". The majority of delegates attending the annual church meeting in May voted to strengthen the ban on the ranking of LGBTQ clergy, and formulated new rules to "discipline" the clergy presiding over same-sex weddings. But those who oppose these measures have a new plan: they say that they will form a separate sect by 2020, calling their church Methodists... "

    Only 12% of humans correctly pointed out that this was written by AI. 88% were cheated.

    Like humans, GPT-3 can learn new words with just one example. For example, given the context:

    "Burringo" is a car with very fast acceleration. An example of a sentence using the word Burringo is:

    GPT-3 output:

    In our garage, there is a Burringo whose father drives to work every day.

    These results are exciting. Keep in mind that the development of AI is inevitable, so any criticism of current performance will be wasted.

     

    More than Language - GPT Applied to Images

    GPT can write code or anything, but it can also generate images.

    How could that be?

    The same model architecture can be trained on a sequence of pixels instead of text encoding to generate a new image instead of a new text. In fact, it is so good in this respect that it can compete with top CNN.

    I mention this because it shows that GPT (and the next generation) not only has the potential to replace the encoder one day, but also can replace the entire industry due to its universality.

    conclusion

    The incredible performance of GPT-3 has led many people to believe that super intelligence is closer than we thought, or at least that AI generated code is closer than we thought. It will produce creative, insightful, profound and even beautiful content.

    artificial intelligence programming replace
    Previous Article Benefits of big data analysis and how to analyze big data
    Next Article The role of IoT devices in intelligent workplace technology

    Related Articles

    AI

    How does the meta universe "feed" artificial intelligence models?

    Mar 14, 2023
    AI

    AI is not a technology, but a way of thinking

    Mar 13, 2023
    AI

    What is AI?

    Mar 20, 2023
    Most Popular

    Is the enterprise ready to protect its cloud computing?

    Mar 18, 2023

    Killing more worthless projects will be a victory for cryptocurrency

    Mar 15, 2023

    Can AI Painting Replace Human Painters

    Mar 16, 2023
    Copyright © 2023 itheroe.com. All rights reserved. | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.