Creatures from primordial silicon: A lean, mean circuit that nobody understands (newscientist.com)
It is very easy to make up a plausible sounding theory. The hard part is making sure it has no holes in it. The harder part is proving it. As an example, I'll give an alternative evolutionary explanation for why it makes sense that (some) people can accurately judge others in a short amount of time (I claim no expertise in the evolutionary sciences; this is written as a layperson):
Consider an intelligent social species. When two strangers meet, the ability to judge accurately and to be favorably judged, both lead to better fitness. Lets assume there are situations where intelligence is the dominant quality that is being evaluated. Now if you are intelligent, you want to honestly communicate this, so its in your best interest to aid the judgement of the other person. If you are not, then its preferable to be dishonest and try and simulate intelligence. Now why should this situation lead to a state where (some) people can fairly easily make accurate judgements about others? It seems like the person judging has no easy way of accurately evaluating, but has to undertake the hard task of distinguishing between liars and truth-tellers. But the interesting part is that lying and intelligence are highly correlated, since lying takes more brainpower than just telling the truth. So the people who can fool the judgement of others, don't really need to, while those who need to lie, can't do so effectively. This evolutionary dynamic leads to a state where intelligent people can quickly judge the intelligence of others, because they don't have to worry about other intelligent people fooling them.
9 comments
[ 2.6 ms ] story [ 21.7 ms ] threadHere he uses a FPGA, a kind of processor that can be rewired at will, in hardware. The gates can be programmed into the various boolean operators you know, usually to implement a specialized binary processor (say, a DSP).
Binary here means that after a set amount of time set by a clock, every cell will either be in a ON (1) or OFF (0) state.
The researcher here uses genetic algorithms to find the best configuration of gates to perform the required task.
What's new here is that the fittest "program" doesn't work in a digital fashion like classical processors. It doesn't have a clock, and acts as an extremely minified electronic analogical circuit.
I'd love to see how this could be combined with hybrots...
http://en.wikipedia.org/wiki/Hybrot
There is a difference between symbol and signal; as impressive as this story is, it is important to make this distinction because the article seemed to imply processing on the symbol/semantic level as opposed to the signal level (which I am assuming is the dominant modality of interpreting the words "stop" and "go"); there were also hints of awareness as in:
"It appears that evolution made use of some physical property of these cells—possibly a capacitive effect or electromagnetic inductance—to influence a signal passing nearby. Somehow, it seized on this subtle effect and incorporated it into the solution."
As an example of the difference of symbol/signal, a chimpanzee can be trained to obey traffic lights according to what they represent. The chimp will no doubt have the capacity to do what the lights command, but what would it do if it saw a red light while in the middle of an intersection? Would it be able to separate the symbology of "don't stop within the intersection" with the signal of "stop now" and end up either inside the intersection or directly after the intersection obediently waiting for another light to show up within its field of vision to tell it to continue?
The fact that he's used the process to create controllers for robots does not mean, to me at least, that there is the beginning of awareness forming at this stage; the controllers are more likely computed as opposed to rationalized; I suppose you could say that genetic algorithms are a form of rationalization, but feel free to show me how this is the case.
This is nonetheless an amazing break through in that we have what looks to be an "emergent entity" that responds to commands and the creator is baffled about how this happened. I'm hesitant to use the word "evolved entity" at this point because I don't see an imperative drive for survival for the sake of survival in the same way members of the five kingdoms display. I think the distinction is relevant given the nature of what has emerged and how it emerged (through genetic programming which uses the concept of evolution as a schema to describe the process accurately).
There's much I don't know about genetic algorithms; perhaps more background in that area would help. I thought that the benefit of using genetic algorithms was to create novel designs that are unlike anything a human being would normally create.
I would like to add that the first example of telling the circuitry "go" and "stop" implies some processing on behalf of the circuitry such that it has an understanding of the meanings behind these symbols. This conveyed to me in some way that the author of the article was indicating that the circuitry had an understanding of these words (hence my lengthy discussion of symbol vs signal).
http://www.cogs.susx.ac.uk/users/adrianth/ade.html has some of his papers written more recently.