Conway’s Game of Life is Turing-complete. Therefore, it is possible to create an AI in it. If you created a 3^^3 by 3^^3 Life board, setting the initial state at random, presumably somewhere an AI would be created. Would this AI somehow take over the whole game board, if given enough time?
Would this be visible from the top, as it were?
EDIT: I probably meant 3^^^3, sorry. Also, by generating at random, I meant 50% chance on. But any other chance would work too, I suspect.
I'd be a little surprised to find an AI (and surrounding environment to support it developing) to be present in a board that small. 3^^3 = 7,625,597,484,987. The specification of an AI and the surrounding environment that is conducive to life and that is a source of negentropy compatible with the AI is really rather complex.
One extra caret (3^^^3) and you could definitely expect AIs to exist. I have speculated on the subject from time to time; I find it a little amusing that all you need to do to create intelligent life is set the screen resolution of ADOM high enough and get as far as the Big Room!
Whether they take over the entire board seems to depend on whether it is possible to create an unstoppable wave in Conway format that expands completely independently of what patterns exist in its path. My guess would be that AIs would take over huge swaths of the board but stopped by defensive patterns created by other AIs and the occasional freak defensive structure occurrence.
It is also plausible that any sufficiently large randomized Conway board could turn out to converge to a barren 'all off' state. This is something that we could determine theoretically based off the Conway's Life physics if we were sufficiently intelligent (and interested). In fact, if I ever FOOM I intend to spend some time analyzing the problem. (Why not?)