To read all comments associated with this story, please click here.
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
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.
dimosd summed it up pretty well in replying to me: http://osnews.com/permalink.php?news_id=15194&comment_id=143183






Member since:
2006-02-15
And here I thought everyone had given up on this dead end after Terry Winograd's rants in the 90s.
It's funny how the AI community cycles over the same old ground every couple of decades.