This is my fourth day at Intel. I think I will enjoy working here. I haven't done much yet though, and I still don't know exactly what it is I am supposed to be doing. I tested some 140 chips yesterday, but that wasn't too much work. My supervisor is out until Tuesday, so until then I am doing some odd jobs and reading up some documentation about the platforms and tools we use. I am excited to be working here. It looks like it's going to be hard work, but I think it will also be fun.
Now about the Artificial Life. I have written up some specs on an Artificial Life program. This is different from earlier ones. I am implementing the "creatures" like assembly programs. This code is their "DNA". It describes how they behave. A "God Program" executes one instruction of each "creature" and moves on to the next. Sort of like a pre-emptive multitasking operating system. The creatures all live in a two-dimensional area of memory. They can reproduce, and there is chance of error during reproduction.
I think I was going about it the wrong way earlier. I was trying to describe behaviour through variables and through discrete quantities. Now, I represent each creature as a bit-pattern - exactly like an assembly program. I have instructions for moving, eating, moving and attacking, reproducing, and sleeping. In addition, I have some very basic branches and loops. So based on the bit pattern, the creature has a certain behaviour. Also, changes in the bit-pattern can cause changes in behaviour. They can be subtle, or drastic. At least, that is what I believe. I need to actually implement my idea before I can find out! My God program is essentially an operating system, and the "creatures" are tasks. There's a little more to all of this, but I can't write it all here. If and when I finish the program, I will make a separate page for it and describe it in detail.
I am thinking of calling this program "Eden". Anyway, that's all for now!
1 thought on “Intel and Artificial Life”