Good post, Cougar. There are lots of "phenomena" that we usually attribute to human invention or error, without considering the possibilities.
One example. It's often stated that ants and termites communicate through smell. That theory is popular largely because we can't think of anything else that works. But there have been expirements that dispute that. I'll briefly spell out one experiment that really blew me away.
Termites, along with "building materials" (read: dirt, dust, and other organic material) were placed in two sealed fish tanks. The tanks were placed side by side with a gap of approximately 2" between the walls. One would think that, since the termites could not communicate by smell (being in the sealed tanks), that they would build two seperate mounds, like this:
Code:
....^.....||.....^....
...^^^....||....^^^...
..^^^^^...||...^^^^^..
.^^^^^^^..||..^^^^^^^.
^^^^^^^^^.||.^^^^^^^^^
But in fact, they built one mound, like this:
Code:
.....^.||.^.....
....^^.||.^^....
...^^^.||.^^^...
..^^^^.||.^^^^..
.^^^^^.||.^^^^^.
^^^^^^.||.^^^^^^
So smell is out. Sound is probably out, at least in the sense that they could not make sounds loud enough to pass through the walls of the tanks.
What is it that directs the actions of all these little termites? Which termite, if you will, is the one saying, "Alright, you there, stick that piece of dirt right here." Something that we can't explain is controlling their actions.
If you're interested in this kind of stuff, then check out
Seven Experiments That Could Change the World : A Do-It-Yourself Guide to Revolutionary Science by Rupert Sheldrake. Apparently it's out of print, but I'm sure that you could find it at a (big) library or maybe a website like half.com.
NB - I had to mess around with the diagrams, because it kept pushing everything over to the left instead of repecting my spaces, but here's a quick explanation. The arrows represent the mounds. The periods represent empty space. The lines represent the tank walls.
BTW, the code function works really well when you want everything in equal space characters.