Eliminate the servers, p2p rules :)

More efficient use of available machines. They have enough storage and networking capacity that it should be simple to get rid of the big iron. 

If you take a look at current architectures, processing is happening too far away from memory. Going off-chip takes an awful lot of power. If you just count chips in your pc, you'll notice there are more memory chips (8 or 16) than processing ones (CPU+GPU). It makes sense to move the processing towards the memory, but that means a non-unified memory model, which is difficult to program. Basically, a grid inside your pc.