Hydraulic Analog Computer From 1949
mbone writes "In the New York Times, there is an interesting story about a hydraulic analog computer from 1949 used to model the feedback loops in the economy. According to the article, 'copies of the 'Moniac,' as it became known in the United States, were built and sold to Harvard, Cambridge, Oxford, Ford Motor Company and the Central Bank of Guatemala, among others.' There is a cool video of the computer in operation at Cambridge University. I remember that the Instrumentation Lab at MIT still had an analog computer in its computer center in the mid-1970s. Even then, it seemed archaic, and now this form of computation is largely forgotten. With 14 machines built, it must have been one of the more successful analog computers — a supercomputer of its day. Of course, you have to wonder if it could have been used to predict our current economic difficulties."
I think it's not so much that it can't in theory be modeled, as that in practice it's extremely hard---much harder than modeling the weather, which we can barely do accurately out to 5 days. There's somewhat of a gap in expectations when you go from high-level qualitative descriptions of phenomena, like hurricane experts discussing trends in intensity and formation basins, to an implemented, detailed computational model that purports to simulate what "really" happens. The 2nd one usually diverges extremely quickly from what actually does happen, because these sorts of nonlinear systems are very sensitive to slight errors in the model or its initial conditions.
That's fine, as long as people understand its use and limitations; but there's a tendency, especially among the only-sort-of-technical folks who are involved in a lot of areas of business and economic policy, to trust these computer models as more than they are, as if the fact that a "computer simulation" told you it makes it some sort of neutral third-party truth that represents the state-of-the-art in guessing what will happen.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10