RFC-152

by Darius Kazemi, June 1 2019

In 2019 I'm reading one RFC a day in chronological order starting from the very first one. More on this project here. There is a table of contents for all my RFC posts.

Artificial intelligence online

RFC-152 is titled “SRI Artificial Intelligence Status Report”. It's by B. Michael Wilber of SRI's Artifical Intelligence Group. It's dated May 10th, 1971.

The technical content

The Artificial Intelligence Group at Stanford Research Institute expects to connect to the ARPANET in the summer of 1971 via their PDP-10. They plan to use the IMP currently connected to SRI ARC.

Mid-July 1971 is their “most optimistic estimate”.

Once online, they plan to support several simultaneous remote users during the business day. In particular they are excited to provide access to

Further reading

It's tough to find information on QA3, but it's described in this paper from 1969 or 1970 as

programmed in LISP on the SDS 940 computer, operating in the time-sharing mode. The user works at a teletype, entering statements and questions, and receiving replies.

A user session might look like this:

[User states that Smith is a man]

STATEMENT: MAN(Smith)

OK

[User asks is Smith a man]

QUESTION: MAN(Smith)

ANSWER: YES

[User states that all men are animals]

STATEMENT: (∀x)[MAN(x)=>ANIMAL(x)]

OK

[User asks “Is there some “y” such that “y” is an animal? If so, show me”]

QUESTION: (Ǝy)ANJMAL(y)

ANSWER: YES, y = Smith

So the basic idea is: you input formal logical statements, and then you can make queries based on those formal statements.

More on STRIPS at Wikipedia. It seems to offer a similar kind of service.

B. Michael Wilber worked on many projects at SRI's Artificial Intelligence Group, including the famous robot SHAKEY.

This was, incidentally, right before ARPA made big funding cuts in artificial intelligence that led to what's known as the first AI winter.

How to follow this blog

You can subscribe to this blog's RSS feed or if you're on a federated ActivityPub social network like Mastodon or Pleroma you can search for the user “@365-rfcs@write.as” and follow it there.

About me

I'm Darius Kazemi. I'm an independent technologist and artist. I do a lot of work on the decentralized web with ActivityPub, including a Node.js reference implementation, an RSS-to-ActivityPub converter, and a fork of Mastodon, called Hometown. You can support my work via my Patreon.