I. Introduction
Most people using AI are probably at a beginner level, just like me.
On a daily basis, they ask AI questions (also known as chatting) and occasionally use some existing services: generating images, writing code, translating articles, and so on.
However, over time, they find it insufficient. Many personalized needs cannot be met with existing tools, and they have to figure things out themselves.I think this is a problem many people face:if you want to use AI deeply, you must develop it yourself.
Today, I will introduce a simple method for AI development that doesn't require high门槛, and ordinary people can also get started.

II. Three Modes of AI Development
Following the difficulty level, I divide AI development into three modes.
(1) Self-built models:Build AI models yourself and find data to train them.
This model has high difficulty and cost, and it must be used by AI professionals or large companies.
(2) API Call : Write your own scripts to call the API of models run by others.
This model requires users to be proficient in programming. The advantage is strong adaptability, as any demand can be solved by programming. The disadvantage is that writing and debugging scripts takes a lot of time, and you need to deploy a server yourself.
(3) Workflow Model : Use workflows provided by AI service providers to orchestrate each step, forming automated operations.
This model is the simplest, and even those who don't understand programming can get started. It doesn't require writing scripts, and there are ready-made servers, saving time and effort. The disadvantage is that it is limited by the capabilities provided by the AI service provider; if they don't offer it, you can't do it.
I'm a beginner in AI, so I chose the last mode and tried AI development.

III. GPT Store and Copilot Templates
Many major AI companies offer "workflow modes," allowing developers to customize their own applications on their models.
The most famous of these is probably the GPT Store from OpenAI.
It opens up the underlying capabilities of ChatGPT, enabling developers to customize specialized GPTs for specific fields, such as academic paper GPTs, Excel file processing GPTs, and so on.

Microsoft's Copilot also has a similar feature called "template."

However, these are all foreign services that require payment, and the servers are located overseas. Fortunately, there are free alternatives in China, so I chose a domestic product.
IV. Workflow Demonstration
I'll first demonstrate the workflow's operation interface. Everyone will then understand what it is.
A workflow is essentially breaking down an AI application into several steps . Each step is a node, where you set the operation for this step, and all nodes complete the task according to the process.

The image above is the workflow编排界面 of 扣子 AI (coze.cn), which includes four nodes.
扣子 is a free AI application development platform under ByteDance. The process is very intuitive—just use a web canvas to create AI applications step by step through graphical operations. I used it for the demonstration.
Its development page on the left side shows different types of nodes, and the following image shows part of them.

When creating a new node, just click the corresponding type. Generally, the first step is always to create a "model node" or "plugin node".


After creating a model node, if you want to train the model with your own data, you can create a knowledge base on the project management page and upload the data file. Then, within the workflow, create a "knowledge base node".


If you want to enable persistent memory to remember users' historical conversations, you can create a database to save user data, and then create a "database node" in the workflow.

Once all the nodes are set up, this AI application can be run. The final step is to publish the application.

The button will prompt you to select the publishing channel (as shown in the image above). Currently, it supports publishing to stores (using the Kedu platform), third-party platforms (using Lark, Douyin, WeChat), and APIs and SDKs (for use in users' own software).
is the user interface for the workflow mode, just a simple introduction, so everyone just needs to have a general understanding. For specific operations, you can refer to the document .
It's still very easy to get started with. Once you're proficient, developing an AI application can be done in just one or two hours.
V. Examples of workflow development
To deepen the understanding, I'll give an example of actual development. A catering company wants to build an AI application to analyze user reviews.
For this, create a new workflow with three basic nodes——input node, AI model node for analyzing user reviews, and output node.

Then, publish this workflow as an API. When user reviews are input into this API, it will return a JSON data segment containing the user reviews identified by the AI model (positive, negative, neutral), as well as review keywords (environment/service/dishes).

The above is a preview and debugging interface of this workflow. An actual review was input, and the running result was returned in JSON format.
It can be seen that the AI identified the user's review as a neutral rating for the product, a negative rating for the environment, and a positive rating for the service speed.
VI. Template Functionality
In addition to personal use, the workflow can be saved as a template (template) and published to the Template Store for others to use and reference.

In the Template Store, you can see workflows built by the official team and other users. Currently, there are already thousands of them, and the number is still growing rapidly.
These workflows can be used directly or copied as templates. After copying the templates, users can learn from and modify them to adapt them to their own applications.
For template authors, they can set a price for the templates to achieve monetization.
Many templates offer very interesting features, worth checking out. For example,Douyin to Xiaohongshu".template.
You input a short video link from Douyin, and AI automatically generates 10 usable titles and a copy. You can then post them along with the video to Xiaohongshu.

7. Tutorial: Expert in Emotional Story Viral Content
There are already many tutorials for developing workflow templates online. You can search for them.
I saw an article titled "Expert in Emotional Story Viral Content"Template tutorialIt's very interesting. Emotional web novels are currently very popular in terms of traffic, so the author developed an AI application specifically for generating such articles.
First look at the finished product, clickThe template link,try it out. You input an article topic, like
a couple meeting in university, breaking up after graduation, and meeting again 10 years later.
This AI app will output the outline and main text of the article.


It also includes images, which can be published directly.

Its underlying workflow is roughly divided into six nodes.

- Start node: receives the user's input article topic
- AI model node: generates the article outline based on the topic using an AI model.
- Expansion node: expands the outline to generate the main text.
- Content summary node: generates a summary of the article based on the main text.
- Text-to-image node: generates images for the article based on the summary.
- End node: Summarizes all content and outputs the result.
After setup is complete, click the "Publish" button, and this AI application is ready to use.

Section VIII: Conclusion
The workflow mode is much easier and faster compared to writing from scratch, and it also solves the server-side issues. If you have AI development needs, you can try this mode.
Next, why not start from the documentation to create your first workflow node and publish it to the template store.
For any development issues (which you're likely to encounter), you can join the official consultation group to ask. Here is the WeChat group QR code.

When I encountered a problem, I consulted a classmate named Koushi. They told me that there are currently two campaigns with plenty of prizes, and recommended that I participate.
I think it's great. I'll forward the event information below. If you've just made a template, don't miss out.
After the workflow for the template is completed, it will be listed in the template store. You can nowearn rewards.

You can set a price for the template (after official review), to monetize it. Others will need to pay to copy the template. During the event, the official will issue prizes ranging from 1,000 to 10,000 yuan based on the number of template copies, as well as randomly selected 50 wireless chargers as commemorative prizes.
The official now has aHalloween Giveaway,where you upload your photos, you will get a Halloween-themed photo, as well as a chance to win.

The prizes for the draw include iPhone 16 Pro Max, Switch, and a coffee machine.
(Finished)












