How IncySpeak works
IncySpeak separates the semantic runtime from the cloud. The runtime lives on an ARM64 machine and owns its complete local memory by default. This website is only the cloud coordination layer.
Topology
PUBLIC WEB
|
CONTROL PLANE (this repository)
|
OUTBOUND HTTPS (device-initiated only)
|
ARM INCYSPEAK MACHINE
|
LOCAL EPISODIC + SEMANTIC MEMORYWho owns what
| ARM machine | Runs the semantic engine and keeps the complete local episodic and semantic memory. |
|---|---|
| Cloud (this site) | Stores your account, machine metadata, jobs, status, and optionally synchronized, public-safe belief summaries. |
Raw local memory is not assumed to be uploaded. Only what you choose to synchronize leaves the machine.
Communication
Machines talk to the cloud over outbound HTTPS only. There is no inbound SSH and no arbitrary remote shell execution. See the developer notes and the device protocol documentation for details.