Re: [agi] AGI and Web 2.0

2007-03-30 Thread rooftop8000
if you take the module route, some interesting qualities can be -modules being run / developed / trained /debugged partly independent from the system -a way to run them in sandboxes so they cant delete your hard drive -a way to control the amount of runtime they get (or priority, or a scheme of

Re: [agi] Little Red Ridinghood

2007-03-30 Thread Matt Mahoney
--- YKY (Yan King Yin) [EMAIL PROTECTED] wrote: This is a simplified version of LRR. I'm working on a translation into CycL. This will be an interesting translation. I wonder if Cyc can answer the following questions. 1. There exists a girl. Cyc probably already knows this.

Re: [agi] Why C++ ?

2007-03-30 Thread Philip Goetz
On 3/23/07, Ben Goertzel [EMAIL PROTECTED] wrote: Additionally, we need real-time, very fast coordinated usage of multiple processors in an SMP environment. Java, for one example, is really slow at context switching between different threads. Java's threads are fairly heavy. You can use

Re: [agi] Why C++ ?

2007-03-30 Thread Benjamin Goertzel
You can customize object serialization in Java, but not in a way that makes it really fast... ben On 3/30/07, Philip Goetz [EMAIL PROTECTED] wrote: On 3/23/07, Ben Goertzel [EMAIL PROTECTED] wrote: Additionally, we need real-time, very fast coordinated usage of multiple processors in an SMP