Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 595 Bytes

DESIGN.md

File metadata and controls

49 lines (23 loc) · 595 Bytes

Design

The Dead Rope Machine is a state machine, which uses plain text to move through several modes of operation.

Awake

Simply waits for input.

Inference

Reponds to input.

Uncertainty

Ask for clarifying information.

Memory

Store inputs.

Translate

Take Atomspace output, and put it into the prompt of a transformer. Turn it into an English sentence.

Ingest

Eat food, store data, adjust memory, etc.

Kill

Murder things.

Etc...

Stuff like that...

out: Is "cat" an animal?

in: Yes, it is.

out: Is "yes" an affirmation?

in: Indeed.

out: Thank you.