https://youtu.be/JUaDwmnBTHQ

Bot receives facts:

  RAM has a size
  I have RAM

Bot thinks, then asks, logically:

  What is the size of my RAM?

To achieve this, we invent and implement a whole new language which mixes
English and Python (more or less). Complete program: 299 lines

Example procedure in the newly made language (which actually works):

  Ask something about x => proc {
    if (x exists):
      ask (what is x?)
    else:
      ask (does x exist?)
    for (y | x has a y):
      assume ((the y of x) exists)
      ask something about (the y of x)
  }

Tell me that's not innovation.

-- 
Stefan Reich
BotCompany.de // Java-based operating systems

------------------------------------------
Artificial General Intelligence List: AGI
Permalink: 
https://agi.topicbox.com/groups/agi/T8dae5acba69fc913-M1c5d832aadf6c201a8a5394e
Delivery options: https://agi.topicbox.com/groups/agi/subscription

Reply via email to