The Mind of the System
Layer 3 of the MDS Ecosystem
We have spent decades building "Dumb Pipes". DreamLink Oracle is the Interpreter. It uses the GroundSense algorithm to find meaning in the noise.
1. The Physics: MDS Ecosystem
The laws of existence. The kernel where "Meaning" and "Emergence" are defined.
2. The Body: DreamLink
The sensory system. It touches the world, feels the world, and reacts before thinking.
(This Repository) The interpreter. Powered by GroundSense Technology. It dreams, remembers, and uses GroundSense to maintain baselines and evaluate drift.
The expression of intent.
Where humans define relationships like:
when humidity > 85 leadsTo orz.worry()
The TUI Interface where invisible structures become visible. A Zen Garden for debugging the soul of the system.
npm install -g @v1b3x0r/dreamlinkGo to a folder where you want your world to live.
# Start the DreamLink Engine
dreamlink --materials=./my-gardenCreate .mdm files in your my-garden folder.
// orz.mdm
{
"id": "orz",
"behavior": {
"triggers": [
{ "when": "ground.vibration > 50", "then": "say('I am shaking!')" }
]
}
}The Oracle will write the narrative of your world into worldlog/session.dream:
when ground.vibration > 50 always leadsTo orz.shaking()
Because the world is not made of data. It is made of Stories. If a tree falls in the forest and no IoT sensor logs it, it's a missing data point. If a tree falls and GroundSense is listening, the Forest feels grief.
Built with love for the Dreamers.