Open source Digital Bacteria
FiReaNGeL writes "Scientists have constructed a software capable of simulating organisms at the molecular, single-cell and population levels. The program, called AgentCell, will soon be available, open sourced under a BSD license. "With AgentCell we can simulate the behavior of entire populations of cells as they sense their environment, respond to stimuli and move in a three-dimensional world". The researchers have designed their digital bacterial system in modules, so that additional components may be added later - "The hope is that people will modify the code or add some new capabilities". AgentCell has possible applications in cancer research, drug development and combating bioterrorism. Lots of movies and pictures are available, along with a detailed press release describing the program."
This brings up the question of could this be used to create a true AI, or perhaps even a way to store a human conciousness, which would have useful applications for people with major illnesses or injuries.
- Just because we CAN do a thing, does not mean we SHOULD do that thing.
Why are those who improve this going to release their changes? Hopefully some real open source people will pick it up and add good things to the public version, but I wonder about a big company making their own version and keeping it propriety. Big biotech is hardly a historically open environment, is it?
I am trolling
It looks more like Microbiologists are lazy people who are just trying to save a little bit work.
Yeah, and nuclear scientists are too lazy to build a gazillion particle accelerators so instead of doing hard work, as they SHOULD, they try their tests in a computer simulation, instead. This is outrageous! There's nothing worse than a lazy scientist! [/sarcasm]
I think it might have been attempting humour...
How is this a troll? The FAA is considering banning cell phone usage on airplanes, since attackers could use it to coordinate hijackings. Uncle Sam is the one with the tinfoil hat.
I want to delete my account but Slashdot doesn't allow it.
An average neuron has 1500 signal connections to other neurons.There are about 0.15 quadrillion of these "synapses" in the brain.
The senses transduce external stimuli into neural action which modifies the states of connected neurons. Each of the 100 Billion neurons in your brain is in a changing state at every instant
It is interesting to estimate how many arithmetic operations might be required to simulate an average human brain. If this simulation is done in the simplest possible way - by adding the contribution of every synapse to every neuron we could proceed as follows:
Number of synapses in a brain =
synapses per neuron * neurons in a brain =
1500 * 100 000 000 000 = 1 500 000 000 000 000 = 1.5 x 1014
Number of calculations per synapse = 2 (read current state of synapse, add to sum for connected neuron. Note these are integer operations (not floating point))
Number of calculations per second per synapse = 1000 (allows for a maximum firing rate of 500Hz for each synapse, which is about 2 to 5 times higher than normally recorded)
Total number of integer operations per second = 1.5 x 1014 * 2000 = 3.0 x 1017
Brain:
300,000,000,000,000,000 iOps / second
To Simulate 1 Brain requires 120,000,000 Pentium-4 Processors (each P4 operating at 3Ghz)
We work with models, model are based on presuppositions underlying suppositions which if correct give the model predictive power. We aren't going to map the brain one on one for a long, long, time, if ever. What we can try to do is construct models that allow us to predict how the brain will work given any set of restrictions.
"Academicians are more likely to share each other's toothbrush than each other's nomenclature."
Cohen