|
|
|
|
|
by grupthink
597 days ago
|
|
System 1 and 2 is a myth. There is only memory and computation. For a complex problem, retrieving from memory is fast, and performing computation is slow. Furthermore, when performing computation, there are different heuristics that you can use to think about a problem, e.g. If you want to predict the orbit of a satellite, you can use Kepler's laws which gives you the full sweeping elliptical motion. Alternatively, you can use Newtons laws for which you need to calculate each time step. Alternatively, you can calculate all the quantum interactions between the satellite, earth, and sun (are we going to call this System 3 because it is more rigorous and is "closer to metal"?). |
|