Computer Made From DNA And Enzymes
develop writes "Some folks from Israel have created a computer that runs on DNA and enzymes and is supposedly 100,000 times faster then today's PCs. Information at National Geographic, Telegraph UK and United Press." According to the National Geographic story, this DNA-based computer "can perform 330 trillion operations per second, more than 100,000 times the speed of the fastest PC." However, be aware that most of this is still future tense, and what these researchers have now is just a proof-of-concept.
330 trillion calculations per second? Impressive, but can it run Doom 3?
Earlier today I hawked up a loogie in the parking lot. While at the moment it is only a puddle of goo, or "proof of concept", I predict that this collection of DNA and enzymes will someday be capable of performing over 330 trillion operations per second, more than 100,000 times the speed of the fastest PC!
In Soviet Rush, today's Tom Sawyer gets high on you.
Could this be a stepping-stone to one day being able to create simple life forms from scratch?
Additionally, if a DNA computer gets a virus, could it spread to humans?
Too busy staying alive... ~ R.A.
I don't think I'd be responsible enough to remember to feed my computer.
It may perform 330 trillion operations per second, but it has NO PRACTICAL APPLICATIONS for that computing power. (Read the stories).
;-)
Granted that it's interesting....but it's not much further along than quantum computing.
Also, I'm wondering if Guinness would recognize my computer where I mix two liquid chemicals together and they change color as a computer that can switch froms 0s to 1s more-or-less instantly and on a massively parallel scale
-psy
I was first introduced to DNA computing by Leonard M. Adleman's article Molecular Computation of Solutions to Combinatorial Problems which describes using DNA computers to solve problems such as the notorious Traveling Salesman problem.
The basic idea is to coerce a ton of DNA into producing random potential solutions to the problem, and to then use chemical processes to select "good" solutions in mass. Since the space of possible solutions to Traveling Salesman problems of any reasonable size is tremendous (larger than the national debt expressed in pesos) DNA computing has an edge over traditional methods, because solutions are easy to generate and then weed out.
Unfortunately, this is really just a gigantic parallel processor - with each strand of DNA the memory of a processor induced by the chemical manipulations, and a small subset of useful algorithms are parallelizable (can be broken up into small "chunks" that can be computed independently and tied back for a larger result.
The immense benefit that this technology will have will be in fields like evolutionary computation. Evolutionary computation relies upon generating large populations of solutions, and then applying simple rules (which could be chemically encoded) to "improve" the generation, towards the pursuit of some ultimate goal. This could be training a neural network to predict coronary artery disease, or optimizing the design of a jet engine without tackling fluid dynamics - truly wondrous!
Imagine what a beowulf of these would look like!
Perhaps a little like a scandinavian warrior from the 6th century!?
----
Go canucks, habs, and sens!
My brain performs more than 330 trillion ops/sec (stuff like image analysis, speech recognition, "AI",...)
The human brain has between 10 billion and 100 billion neurons. They can fire up to 100 times per second. 100 billion * 100/second is only 10 trillion per second.
So we must assume that either:
1. you have an enormous brain (3.3 trillion neurons would weigh about 50kg), or
2. that they fire very quickly, (you overclocked your brain and run around with a heatsinking hat and have to eat 20x a day) or
3. that you do some 'thinking' without using neurons.
Hmm, that last option seems to be the most reasonable. How's that working out for you, anyway?
Today we're computing with Denatured Alcohol.
When will the madness end?
KFG
As many of you have pointed out, DNA computers are not going to replace conventional electronic computers. Len Adleman, the inventor of DNA computing, has said "Despite our successes, and those of others, in the absence of technical breakthroughs, optimism regarding the creation of a molecular computer capable of competing with electronic computers on classical computational problems is not warranted." The problem is partly the effort required to read the answer once the solution is available, and partly the effort required to perform the computation itself. Reading the answer from the first DNA computation took Adleman about a week, and reading the answer from his most recent DNA computation (the largest computation ever performed) took two weeks. The computation itself was very manpower intensive: thousands of precise moves were required of a human experimentor to get the necessary components in a test tube, but once they were all in, the computation itself happened virtually instantly.
Although I have only read the popular accounts of this experiment and not the actual results, this experiment seems to simply be using the ATP in DNA as the power source for the computation instead of external ATP. This is impressive, but it is not the "technical breakthrough" needed to propel DNA computing to the everyday world.
The claim of this computer working 100,000 times faster than a PC is probably true. But this speed comes from the parallelism inherint in DNA computation. When each computer is only 1 molecule in size, it is easy to have 10^10 computers in one tube. But if you do the math, this says that each individual molecule is 100,000 times slower than a PC. So it is equally true to say that my PC is 100,000 times faster than a DNA computer, its just that I can't afford millions of them. This also says that DNA computers are not good for computations that are serial in nature: the speed comes from the fact that DNA computers can run in parallel.
That being said, there may be specific applications for DNA computers in the future. Because of their parallelism, DNA computers are great at solving NP-complete problems (not fuzzy logic problems, as said in the article). This does not make them tractable, however. They run in linear time, but take exponential space. So instead of the problem that "solving this problem will take the age of the universe" you run into the problem "solving this problem will require the mass of the Earth in DNA".