Home Technology peripherals AI Thoughts on low-code products brought by ChatGPT

Thoughts on low-code products brought by ChatGPT

Apr 14, 2023 pm 10:46 PM
chatgpt low code platform

Thoughts on low-code products brought by ChatGPT

It has been mentioned many times in previous articles that we are developing a low-code platform, mainly for ToB companies, to help companies improve their informatization construction and contribute to their digital transformation. strength.

The goal of digital transformation is to reduce costs and increase efficiency. Similarly, efficiency is also crucial to us, which is mainly reflected in: the ability to quickly provide prototypes and communicate with customers before sales, efficient delivery during the implementation process, and after-sales You can find answers immediately to all kinds of questions you encounter.

Recently, ChatGPT continues to be popular, and new applications can be found every day. So, can ChatGPT be combined with our low-code products? Or what kind of efficiency improvement can this big language model idea bring to low-code?

In fact, some giants have already done this.

Salesforce announced the launch of new product EinsteinGPT, a product based on LLM technology that integrates with Salesforce’s main web application and leverages the OpenAI ChatGPT model to help track how often salespeople contact prospects and automatically Write marketing emails without having to write emails manually.

On the other hand, Microsoft also announced the expansion of ChatGPT technology to the Power Platform platform. Power Platform is a low-code product from Microsoft, which is introduced in "Two Low-Code Books I Read Recently". This means that Power Virtual Agents and AI Builder on Power Platform have been updated with ChatGPT encoding capabilities, allowing users to develop their own applications with little or no coding.

Salesforce applies it to business capabilities, and Microsoft enhances platform capabilities. For us, what is needed during pre-sales and implementation is to quickly build applications, and after-sales needs to solve problems quickly, so there are two directions to go in:

1. Improve the efficiency of application construction.

2. Build an intelligent question and answer system.

The current project implementation steps are as follows:

  • After the requirements analyst communicates with the customer, the requirements document is compiled.
  • Requirements analysts conduct requirements presentations to construction engineers and developers.
  • The parts that can be implemented through configuration are built and configured by construction engineers, and other parts are customized and developed by developers and then integrated with the platform.

After low-code products integrate the capabilities of ChatGPT, the system will become like this:

  • The system has the ability to understand natural language.
  • The document itself formed after demand analysis and customer chat is described in natural language.
  • There are chat dialog boxes and interactions in the system.
  • Enter the requirement description in the dialog box to identify key information. The key information includes interface identification and parameter extraction.
  • Call the platform interface to create applications or adjust local functions.
  • Just chatting and finishing the system.

For example: input in the dialog box to adjust the column width of the project name of the current list to 500. At this time, you need to be able to identify the parameters: project name and width 500, and know that you need to call the adjustment column wide interface.

After the existing low-code platform completes various configurations in the background and clicks Save, the front-end collects all data and passes it to the interface. The granularity of the interface is relatively coarse and a lot of content will be stored at one time, but the above example Adjusting the column width setting of a column requires an interface, which requires the interface to be very fine-grained. Therefore, transforming the interface granularity is the first step to achieve intelligence.

As mentioned above, the ability to integrate ChatGPT is not a direct interface to ChatGPT, so it is still quite difficult to implement. However, there is a time period for a new technology to rise and become completely popular in the ToB market. As long as the direction is right, there is definitely time to prepare.

There are currently several problems in the project implementation process, which is why an intelligent question system is very important:

  • Because the platform has many functions and is very flexible, the same People with different needs have different methods and approaches to implement it, and the workload may vary several times;
  • For various product problems encountered during the implementation process, you need to ask familiar colleagues or consult product team.

The current way is to search through documents. A lot of documents have been accumulated over the years, such as: Business scenario cases, operation manuals, implementation FAQ manuals, etc., but Based on keyword search, there are several problems with keyword search:

  • Many times I don’t know how to extract keywords.
  • The search results are very large and cannot be accurately matched. As the number of documents increases, it is necessary to filter through a large number of results.
  • When looking for a construction solution for a certain business scenario, the matching is very poor.

If you follow the ideas of ChatGPT, the logic of the intelligent question and answer system is like this:

  • All precipitated documents (corpora) generate vector data and store them in the vector database.
  • The input natural language generates vectors, calculates similarity, and finds relevant results.
  • Organize the output.

Regarding this question, I asked Mr. Zhang Shanyou on Knowledge Planet. The following picture was provided by Zhang Shanyou:

Thoughts on low-code products brought by ChatGPT

Baoyu is pushing Also answered similar questions:

https://twitter-thread.com/t/1641656561650249730.

However, the parameters provided by Zhang Shanyou and Baoyu all rely on the OpenAI interface. Is there any way to achieve this without relying on OpenAI? This requires further study and research.

I recently saw that the Supabase product documentation provides AI Q&A (https://supabase.com/docs). This effect is what I want to achieve. In summary, it is based on natural language input, giving an Precise answer.

Thoughts on low-code products brought by ChatGPT

The future has arrived, and both products and individuals need to continue to learn and evolve in order not to be eliminated.

The above is the detailed content of Thoughts on low-code products brought by ChatGPT. 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 Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

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)

ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit ChatGPT now allows free users to generate images by using DALL-E 3 with a daily limit Aug 09, 2024 pm 09:37 PM

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

The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot The perfect combination of ChatGPT and Python: creating an intelligent customer service chatbot Oct 27, 2023 pm 06:00 PM

The perfect combination of ChatGPT and Python: Creating an Intelligent Customer Service Chatbot Introduction: In today’s information age, intelligent customer service systems have become an important communication tool between enterprises and customers. In order to provide a better customer service experience, many companies have begun to turn to chatbots to complete tasks such as customer consultation and question answering. In this article, we will introduce how to use OpenAI’s powerful model ChatGPT and Python language to create an intelligent customer service chatbot to improve

How to install chatgpt on mobile phone How to install chatgpt on mobile phone Mar 05, 2024 pm 02:31 PM

Installation steps: 1. Download the ChatGTP software from the ChatGTP official website or mobile store; 2. After opening it, in the settings interface, select the language as Chinese; 3. In the game interface, select human-machine game and set the Chinese spectrum; 4 . After starting, enter commands in the chat window to interact with the software.

How to develop an intelligent chatbot using ChatGPT and Java How to develop an intelligent chatbot using ChatGPT and Java Oct 28, 2023 am 08:54 AM

In this article, we will introduce how to develop intelligent chatbots using ChatGPT and Java, and provide some specific code examples. ChatGPT is the latest version of the Generative Pre-training Transformer developed by OpenAI, a neural network-based artificial intelligence technology that can understand natural language and generate human-like text. Using ChatGPT we can easily create adaptive chats

Can chatgpt be used in China? Can chatgpt be used in China? Mar 05, 2024 pm 03:05 PM

chatgpt can be used in China, but cannot be registered, nor in Hong Kong and Macao. If users want to register, they can use a foreign mobile phone number to register. Note that during the registration process, the network environment must be switched to a foreign IP.

How to build an intelligent customer service robot using ChatGPT PHP How to build an intelligent customer service robot using ChatGPT PHP Oct 28, 2023 am 09:34 AM

How to use ChatGPTPHP to build an intelligent customer service robot Introduction: With the development of artificial intelligence technology, robots are increasingly used in the field of customer service. Using ChatGPTPHP to build an intelligent customer service robot can help companies provide more efficient and personalized customer services. This article will introduce how to use ChatGPTPHP to build an intelligent customer service robot and provide specific code examples. 1. Install ChatGPTPHP and use ChatGPTPHP to build an intelligent customer service robot.

How to use ChatGPT and Python to implement user intent recognition function How to use ChatGPT and Python to implement user intent recognition function Oct 27, 2023 am 09:04 AM

How to use ChatGPT and Python to implement user intent recognition function Introduction: In today's digital era, artificial intelligence technology has gradually become an indispensable part in various fields. Among them, the development of natural language processing (Natural Language Processing, NLP) technology enables machines to understand and process human language. ChatGPT (Chat-GeneratingPretrainedTransformer) is a kind of

ChatGPT is now available for macOS with the release of a dedicated app ChatGPT is now available for macOS with the release of a dedicated app Jun 27, 2024 am 10:05 AM

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

See all articles