Year End Update
Unfortunately the development is taking longer than we have hoped for. Yet, there is still hope.
What we have accomplished so far is quite a lot:
We have a motivation controlled system capable of recognizing and memorizing moving images (i. e. a kind of poor man's video) and text. This is the foundation for all coming features. The main problem currently is speed of execution. We had to limit the size of the image sensor to a mere 25 pixels (ordered in a 5 x 5 matrix of true color elements) to achieve reasonable performance.
The plan for the next weeks is to increase speed by a factor of 100 to 1000 or more. This can be accomplished by using a caching approach, optimization using low level languages like C++ or C and multiple threads on multiple processor cores. Even FPGAs come to mind.
Watch out for interesting news in the next few months.