EN FR

Thoughts on an Artificial Intelligence Program (#1)

Needless to say, this idea had been on my mind for a long time. It was probably because I wanted the skills required to develop artificial intelligence software that I specialized in software development, although choosing a BTS in Information Management may not have been the wisest path after all.

As Wikipedia tells us, artificial intelligence covers a lot of things: robotics, character recognition, voice interface, automatic translation... I know what I want to do: a command-line program, which will have, on the one hand, a machine learning algorithm, and on the other, be capable of executing actions and communicating in natural language, getting as close as possible to strong artificial intelligence, where the program could go as far as "feeling the impression of a real self-awareness", "true feelings" (whatever one can put behind those words), and "an understanding of its own reasoning".

I can already picture my program, which I will call Eva, and its capabilities. On any computer, it would be installed with a Linux distribution (like Debian). The idea is to provide an interface resembling a text conversation between the user and Eva.

The application areas are as follows:

It will be important to be able to answer this type of question:

Using a MySQL database containing French words, it would be able to detect spelling mistakes. I would be inclined to develop the software with Qt in C++, but Qt is mainly geared toward graphical applications, so it may not be suitable. I need to investigate further.

That is the rough outline. As you can see, it is not a small project. I will start with a "simple" information retrieval module. Like making a sentence to say the weather.