Skip to content

cyberia-to/cyber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2,055 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”΅ cyber

the seed knowledge base for planetary superintelligence

a markdown knowledge graph with YAML frontmatter and wiki-links β€” 2000+ pages organized into namespaces, published with optica

cyber.page β€” live site

structure

root/                          # all pages
β”œβ”€β”€ cyber/                     # the protocol
β”‚   β”œβ”€β”€ graph.md               # cybergraph β€” formal definition, six axioms
β”‚   β”œβ”€β”€ hierarchy.md           # 4D scaling β€” cells, zones, domains
β”‚   β”œβ”€β”€ truth/                 # truth architecture
β”‚   β”‚   β”œβ”€β”€ serum.md           # honesty equilibrium (BTS)
β”‚   β”‚   β”œβ”€β”€ coupling.md        # TRUE/FALSE market (ICBS)
β”‚   β”‚   └── valence.md         # ternary epistemic seed
β”‚   β”œβ”€β”€ tokens.md              # the nouns
β”‚   β”œβ”€β”€ nomics.md              # the verbs and rules
β”‚   β”œβ”€β”€ netics.md              # the whole machine as feedback diagram
β”‚   β”œβ”€β”€ self/                  # what the protocol does autonomously
β”‚   └── research/              # open research areas
β”œβ”€β”€ cyb/                       # the browser/interface
β”‚   β”œβ”€β”€ fs/                    # filesystem over the cybergraph
β”‚   └── languages.md           # 15 computation languages
β”œβ”€β”€ cyberia/                   # the network state
β”œβ”€β”€ bostrom/                   # the bootloader chain
β”œβ”€β”€ species/                   # Latin binomial species pages
β”œβ”€β”€ focus.md                   # collective attention distribution
β”œβ”€β”€ particle.md                # content-addressed node
β”œβ”€β”€ neuron.md                  # the one who links
β”œβ”€β”€ tru.md                     # the truth machine
β”œβ”€β”€ nox.md                     # composition VM
└── cyberspace.md              # the navigable semantic space

key concepts

Concept What it is
particle content-addressed node β€” identity = hash of content
cyberlink signed, staked, timestamped assertion binding two particles
neuron agent who links β€” human, AI, sensor, or program
focus collective attention distribution over all particles
cyberank per-particle probability of observation (tri-kernel fixed point)
will locked balance Γ— time β€” budget for attention allocation
karma earned trust from contribution
cyberspace the navigable semantic space that emerges from markup + graph

how to use

browse at cyber.page

or serve locally:

git clone https://github.com/cyberia-to/cyber.git ~/git/cyber
git clone https://github.com/cyberia-to/optica.git ~/git/optica
cd ~/git/optica && cargo build --release
~/git/optica/target/release/optica serve ~/git/cyber --open

serves on http://localhost:8888

how to contribute

git clone https://github.com/cyberia-to/cyber.git
cd cyber
# edit pages in root/ using any markdown editor
# make contribution into a feature branch
# pull request

pages are pure markdown with YAML frontmatter:

---
tags: cyber, core
alias: alternative name
icon: "πŸ”΅"
---
content with [[wiki-links]] and $\LaTeX$ math

subgraphs

cyber imports 10 external repos as subgraphs β€” their pages appear in the published graph:

Subgraph What it is
optica the publisher
rs Rust subset for proven computation
trident field-native language
hemera hash function
nox composition VM
nebu Goldilocks field
zheng STARK proofs
bbg authenticated state
cybernode infrastructure
mudra key management

license

cyber license: don't trust. don't fear. don't beg.