Researchers Using AI To Build Robotic Bees
An anonymous reader writes "British researchers at the Universities of Sussex and Sheffield are developing a computer model of a bee's brain that they hope can help scientists better understand the brains of more-complex animals, such as humans, and perhaps power artificial intelligence systems for bee-like robots. Called 'Green Brain,' the project is trying to advance the science of AI beyond systems that just follow a predetermined set of rules, and into an area where AI systems can actually act autonomously and respond to sensory signals."
for (x in recognize_nearby_objects())
{
if (x.type == FLOWER) {
nuzzle_flower(x);
}
else if (x.type == HUMAN) {
sting(x);
}
else if (x.type == SMOKE) {
sleep(1);
}
else {
buzz();
}
}
These don't have to be limited to just RoboBees. The algorithm could be used for more than just pollination. Think about it. Build anything of the appropriate size to autonomously go out and collect $RESOURCE, return with a load, refuel itself and go back out. Some cursory self-defense, like hazard evasion, would be nice. Throw in some networked communication to help with discovery of sources and you have a very efficient way to accumulate stuff.
We really need your help
http://www.gofundme.com/help-sherry
Maybe these ones will be resistant to Monsanto products...
Peter predicted that you would "deliberately forget" creation 2000 years ago...
may possibly be the approach many of these very smart researchers use. Perhaps the focus should be on developing some kind of artifical nevous system with the abitlity to learn on its own rather than trying to program for the dynamics of real world interaction. Perhaps the folks over at Boston Dynamics may be on to something? Not sure what its learning/memory capabilites are but it sure seems to behave like it has some kind of nervous system.