Earlier quoted context omitted.
" these multi-company collaborations (Taligent, Itanium, even Power) rarely come to much. " That is a good point. A good example that's happening right now is https://www.roomkey.com/ If you read this you will be amazed by the technology that RoomKey developed: "Against the Grain: How We Built the Next Generation Online Travel Agency using Amazon, Clojure, and a Comically Small Team" http://www.colinsteele.org/post/2…
Perhaps I miss something for cultural reasons (I am not a US citizen nor do I live in the USA): > The tech is amazing, but this is a company owned by a consortium of big hotels (Marriot, Sheraton, etc) and they have no interest in feeding a disruptive startup that threatens their business. Rather, they simply want RoomKey to exist so they can use it as leverage in negotiations with Expedia and Orbitz and maybe Kayak.…
'Fifth Generation' Became Japan's Lost Generation (1992)
31–40 of 53 posts
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#32Earlier quoted context omitted.
A Parallel prolog machine is a great idea. Just because it failed to take off doesn't mean the idea shouldn't be explored again. The difference in CPU design in 88 and today is amazing. Prolog is one of those languages that just automatically lends itself well to AND/OR conditions without having to change any code. I personally still see a future there, Von Neumaan has only taken us so far. We need alternate CPU desi…
There were a few nearly identical parallelizations of Prolog. Besides KL1, there were Concurrent Prolog, GHC, Paralog, Strand, and Aldwych. The structure of Prolog-like concurrent systems is like the Actor model, based on message passing, and shares the problem of indeterminacy in the ordering of messages. These systems had to drop backtracking, because that requires access to a global stack. In the end, it proved di…
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#33Earlier quoted context omitted.
> one American and five Chinese How many Chinese are meaningfully in the present? As I understood it, there was still a non-trivial population living in a less-than-modern way.
interesting question! and how many in the US are in the present? and just _when_ in the world is silicon valley - or tokyo?
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#34I was at Computer Corporation of America for a few years, until 1988, in the research group. It was quite illustrious in its day, producing very interesting research and prototypes, (concurrency control, extended relational databases, the Adaplex project). We were aware of both the 5th Generation project, and the US "competitor", MCC. Remember, at the time, Japan was an economic and technical powerhouse, There were c…
The history of AI research is sort of messy but around the end of the 1980s you were entering one of the AI winters. As you say, a lot of money had been pumped into expert systems without a lot of commercial success (and some high-profile failures). The Lisp machine market was collapsing. It probably didn't help that a lot of the big computer companies at the time (the Route 128 minicomputer makers) were collectively struggling.
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#35Earlier quoted context omitted.
Drawing trite parallels is very ha-ha, but we have to remember that while Japan only has half the population of the US, China’s population is much more. It’s a little suspicious arguing that one Japanese person is somehow destined to be more productive and inventive than two American people; it is even more suspicious arguing the same for one American and five Chinese.
> one American and five Chinese How many Chinese are meaningfully in the present? As I understood it, there was still a non-trivial population living in a less-than-modern way.
Here's a model that I'll use to back up that idea:
Top 5 US CSAs: NY, LA, Chicago, DC, SF Bay Area: 70.8 million people.
Top 5 Chinese Metro Areas: Guangzhou, Shanghai, Chongqing, Beijing, Hangzhou: 149 million.
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#36Earlier quoted context omitted.
> one American and five Chinese How many Chinese are meaningfully in the present? As I understood it, there was still a non-trivial population living in a less-than-modern way.
While I don't have solid economic numbers (good luck with that in China), if I had a to guess it would make that ratio still one American to two Chinese. Here's a model that I'll use to back up that idea: Top 5 US CSAs: NY, LA, Chicago, DC, SF Bay Area: 70.8 million people. Top 5 Chinese Metro Areas: Guangzhou, Shanghai, Chongqing, Beijing, Hangzhou: 149 million.
Chinese municipalities are complicated. Even Beijing is about half rural.
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#37This is a starking example of how tech cycles change over time. The period in which the article was written was during an AI Winter (in fact, the Fifth Generation program is listed as a notable example[1] in the Wikipedia entry for "AI Winter") and Sun Microsystems was still in its prime at the time (work on the yet to be released Java language had started just 12 months[2] before).
[1] https://en.wikipedia.org/wiki/AI_winter#The_fizzle_of_the_fi...
[2] https://en.wikipedia.org/wiki/Java_(programming_language)#Hi...
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#38Earlier quoted context omitted.
" these multi-company collaborations (Taligent, Itanium, even Power) rarely come to much. " That is a good point. A good example that's happening right now is https://www.roomkey.com/ If you read this you will be amazed by the technology that RoomKey developed: "Against the Grain: How We Built the Next Generation Online Travel Agency using Amazon, Clojure, and a Comically Small Team" http://www.colinsteele.org/post/2…
Perhaps I miss something for cultural reasons (I am not a US citizen nor do I live in the USA): > The tech is amazing, but this is a company owned by a consortium of big hotels (Marriot, Sheraton, etc) and they have no interest in feeding a disruptive startup that threatens their business. Rather, they simply want RoomKey to exist so they can use it as leverage in negotiations with Expedia and Orbitz and maybe Kayak.…
Have no meaning in the work that we do, and job-wise we'll be as happy working with tech as we were flipping burgers at McDonald's: pay and conditions aside obviously.
Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#39Re: 'Fifth Generation' Became Japan's Lost Generation (1992)
#40Back in about 1988, Bruce Porter, one of my AI professors, described the problem statement of the Fifth Generation project as, "a list of important research topics like natural language understanding, speech recognition, and so forth, and the statement, 'Therefore we will build a parallel Prolog machine.'" He wasn't a fan. On the other hand, according to the tech press at the time, the Japanese were going to eat our…