Stateful machine: Difference between revisions

From psychoengineering
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(Test graph)
Line 1: Line 1:
A '''stateful machine''' is a [[machine]] that uses past output to create novel output.
A '''stateful machine''' is a [[machine]] that uses past output to create novel output.


{{#mermaid:sequenceDiagram
[[File:Stateful machine.svg|600px]]
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
}}

Revision as of 18:05, 15 August 2023

A stateful machine is a machine that uses past output to create novel output.