Chat to Program

The Chat To Program is one of the most innovative and disruptive features of the MindTrade application. It allows users to build and edit programs talking to an AI-powered chat in natural language. This feature looks towards the main purpose of the Mind language, which is making it extremely easy to build programs for people that have absolutely no knowledge about computer science and coding.

To start using the chat, hit the Open Chat button at the top-right of the project editor.

A very intuitive chat interface will be displayed. Just type a prompt in which you explain what kind of program you want to build, send it to the chat and see the magic happening!

Once you have made your request to the chat, it will start working to build a program that satisfies your needs. While doing so, it will show its thoughts process in real-time.

When the chat finishes building your program, it will load it into your project editor.

You may need to set or adjust some of the node inputs for which the chat didn't manage to find an appropriate value.

Internally, the Chat To Program works by exploring the nodes library to find the ones needed to satisfy the user's request. Then it arranges the nodes into a graph by connecting them with edges and, if possible, sets the node inputs to the required or reasonable values.

Last updated