The basis of human-machine collaboration

The model is structured data, which AI can also understand and generate. Therefore, when using the model to write applications, humans and AI can build models together.

The realization of human-machine collaboration

  • First define a model and set the basic prompt words for generating the model
    For example, the following PPT example uses the StaticHtml model. The StaticHtml model is a model that can generate Html. Its child nodes are used to generate Html local code. StaticHtml itself is relatively simple.
      
  • Humans inject intent, AI generates
    Each time a model node is generated, the prompt of the model node includes the basic prompt words of the model, requirements (human intentions and AI decomposed generation requirements), restrictions (prompt words generated according to the context), etc. AI generates according to the prompt words, and humans can also modify the prompts at any time to achieve collaboration.

Example

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号