15

October
2023

Mini Commander - an experiment to create software with AI

I use Midnight Commander on daily basis and I am a big fan of it. As an experiment, I decided to try to create simple clone, which I called Mini Commander. However, I didn't write much of the code. Rather, the code was generated by Chat GPT-4 upon my instructions.

The process of creating software using ChatGPT4 is very interesting. Basically you have to guide the chatbot to do what you want, so you need to have some basic understanding of programming, but you do not need to know the syntax of the particular programming language, the chatbot can handle that for you.

If you are interested, check out Mini Commander at Github :)

User comments