How to prevent Artificial Intelligence from escaping into the internet?
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-03-23T09:20:09Z
Indexed on
2010/03/23
9:23 UTC
Read the original article
Hit count: 314
I have an interest in artificial intelligence from a evolutionary standpoint. I want to experiment with it somewhat with a high level language like C#, however, I'm stuck on one of the most elementary problems with artificial life -- how to contain it?
The best thing I can think of is a virtual machine. Where would I start to create a VM for my budding digital organisms in C#? How could I be sure they couldn't escape into the 'wild'?
(I understand this unlikely, by the way.)
© Stack Overflow or respective owner