What's preventing there being an AI with hardcoded desire to regulate values like hunger level, boredom level, etc.? I could imagine a problem solving AI dedicated to continuously solving those problems.
// Is this what hunger is to a machine, at its basest level? An int and a while loop? Is that really what it means to understand hunger? This and a text description?
aerovistae|9 years ago
hunger = 100;
while (hunger > 0) { seekFood(); }
// Is this what hunger is to a machine, at its basest level? An int and a while loop? Is that really what it means to understand hunger? This and a text description?
foota|9 years ago
edit: s/created/developed over time/
ENGNR|9 years ago
And thus the grey goo was created