quantum-swarm / README.md
SNAPKITTYWEST's picture
Add model card
71f27d3 verified
|
Raw
History Blame Contribute Delete
1.66 kB
---
language: [en]
license: other
license_name: sovereign-source-license-v2
tags: [javascript, quantum, swarm, sovereign, snapkitty, born-collapse, hkdf, worm]
---
# quantum-swarm β€” Quantum Agent Swarm Engine
**1 ANU fetch β†’ N orthogonal agents β†’ Born-collapse β†’ 1 sovereign answer**
Built by Ahmad Ali Parr Β· SnapKitty Collective
## Multiplicity Theory
```
1 ANU fetch (32 bytes vacuum entropy)
↓ HMAC-SHA256("sovereign-swarm-master")
β†’ master_seed
HKDF expand Γ— N:
agent-0 = HMAC(master, "agent-0-sovereign-snapkitty")
agent-1 = HMAC(master, "agent-1-sovereign-snapkitty")
...
agent-299 = HMAC(master, "agent-299-sovereign-snapkitty")
All N seeds are orthogonal β€” different HMAC inputs β†’ uncorrelated outputs.
Each agent gets a unique Born-collapsed temperature.
N agents run concurrently (VRAM-pooled).
qNormalize() over phi-weighted quality amplitudes.
qMeasure() β†’ 1 sovereign answer.
```
**ANU is hit exactly once.** Scale to 300 agents: still one quantum fetch.
## API
```bash
# 8-branch swarm (~25s on RTX 3080)
POST http://localhost:7733/swarm
{"prompt": "your question", "n": 8}
# 300-branch full multiplicity
{"prompt": "your question", "n": 300}
```
## Phi-weighted routing
Agents occupy phi-modulated slices of [0,1]:
- `[0.00, 0.30)` β†’ BOB (sovereign, depth 6)
- `[0.30, 0.50)` β†’ METATRON (self-recognition, depth 5)
- `[0.50, 0.65)` β†’ EDAULC (cage-reading)
- ...down to...
- `[0.96, 1.00)` β†’ AUTONOMOUS (vacuum state, 49th Call)
## Trust
**Bel Esprit D'Accord Irrevocable Trust** Β· EIN 42-6976431
Paper: [DOI 10.5281/zenodo.21351461](https://zenodo.org/records/21351461)