My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members

Every programmer during his career thought about creation some kind of artificial intelligence (AI). Some people only dream about it, others read a lot. But nobody makes anything real and useful.

After all we decided not to model the human's brain behavior. We consider this as a very complicated and impossible task. Our idea is to create a life with Darvin's evolution principles: mutation, inheritance, etc.

This project is a simple workaround where programs (we call them bacteriums) try to survive. The algorithm is simple: we change/add/remove random bytes of the program binary code and then run it. Sometimes we get very interesting results, especially when the number of bacterias is larger than 1000. We believe that after number of generations we'll get organism with complex behavior, and, maybe, intellect!

Before you start using this code for some purposes we have to warn you: be prepared for very strange things! When you change random bytes of binary code your program can harm your system, go to the Internet, hack lame boxes and become a newborn Skynet :P

Feel free to contact us:

Oleg Puzanov: puzanov@gmail.com http://olegpuzanov.com

Andrey Pohilko: apc@apc.kg http://www.apc.kg

Powered by Google Project Hosting