Linked by Eugenia Loli-Queru on Fri 14th Jul 2006 22:32 UTC
Thread beginning with comment 143183
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Ha, sounds like my experience with basic. I knew about loops, and goto, but had no clue what that darned 'gosub' did. So before I'd call 'goto', I'd set a flag indicating where I was calling from, and then for my 'return' I'd test the flag to figure out where to 'goto' back to.
Back on topic, I thought Cyc's makers had a number of commercial customers for their product. Granted it's not full AI, but the ability to make automated inferences from large sets of data might be attractive to certain companies.






Member since:
2006-02-10
And here I thought everyone had given up on this dead end
Actually, everyone has given up. Otherwise, Cyc would be making billions by now, and I would be chatting with a room sized computer, named HAL, with colorful lights blinking and magnetic tapes rotating ;-)
Cyc is the last dinosaur from an older time of AI research. This makes it interesting (learn from the errors of a previous approach, for example, and pick up some tried ideas).
Actually, Cyc reminds me of a game I tried to write when I was 10 years old learning BASIC (notice the caps). I didn't know about loops yet, so I was drawing a grid, line by line. I didn't know about exponential complexity either, so the entire program logic consisted of deep, nested IF-THEN-ELSEs, describing every possible path. Somehow, I'm not sure why, this approach failed ;-)
Edited 2006-07-15 08:52