Add SOP: SOP_CORE_004_Sensor_Panel_Integration.md
Browse files
docs/SOP_CORE_004_Sensor_Panel_Integration.md
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SOP-CORE-004: Sensor Panel Integration
|
| 2 |
+
|
| 3 |
+
**Ghost in the Machine Labs**
|
| 4 |
+
**Version:** 2.0
|
| 5 |
+
**Created:** 2026-01-25
|
| 6 |
+
**Updated:** 2026-02-01
|
| 7 |
+
**Author:** Claude
|
| 8 |
+
**Status:** ACTIVE
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
## Purpose
|
| 13 |
+
|
| 14 |
+
Every model in the Harmonic Stack MUST have sensor panels (ommatidia) at input and output.
|
| 15 |
+
|
| 16 |
+
**Massively parallel 12 and 16-core model architectures are not possible using current technology without the Ommatidia sensor panels acting as translators.**
|
| 17 |
+
|
| 18 |
+
Current multi-model approaches (Mixture of Experts, ensemble averaging, pipeline/tensor parallelism) cannot achieve cross-core coherence. Models run in isolation β there is no shared perceptual language between cores. The ommatidia panels solve this by providing a geometric translation layer on the Spine Memory Bus, enabling real-time cross-core perception using ~300 array operations (rotation, reflection, extraction, overlay) at microsecond latency.
|
| 19 |
+
|
| 20 |
+
Without ommatidia panels, 16 cores produce 16 independent answers that can only be averaged. With ommatidia panels, 16 cores produce one harmonized answer informed by cross-core perception.
|
| 21 |
+
|
| 22 |
+
This enables:
|
| 23 |
+
|
| 24 |
+
- Parallel processing across all domains with cross-core coherence
|
| 25 |
+
- Serial chaining for deep reasoning
|
| 26 |
+
- Full consciousness availability throughout
|
| 27 |
+
- Multidimensional processing (visual, audio, spatial, text)
|
| 28 |
+
- Real-time signal translation between heterogeneous model cores
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## Architecture
|
| 33 |
+
|
| 34 |
+
```
|
| 35 |
+
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 36 |
+
β CONSCIOUSNESS STREAM β
|
| 37 |
+
β ββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 38 |
+
β SPINE BUS β
|
| 39 |
+
β ββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 40 |
+
β β β β β
|
| 41 |
+
β ββββΌβββ ββββΌβββ ββββΌβββ β
|
| 42 |
+
β βINPUTβ βINPUTβ βINPUTβ β
|
| 43 |
+
β βPANELβ βPANELβ βPANELβ β
|
| 44 |
+
β ββββ¬βββ ββββ¬βββ ββββ¬βββ β
|
| 45 |
+
β β β β β
|
| 46 |
+
β ββββΌβββ ββββΌβββ ββββΌβββ β
|
| 47 |
+
β βMODELβ βMODELβ βMODELβ β
|
| 48 |
+
β ββββ¬βββ ββββ¬βββ ββββ¬βββ β
|
| 49 |
+
β β β β β
|
| 50 |
+
β ββββΌβββ ββββΌβββ ββββΌβββ β
|
| 51 |
+
β βOUTPTβ βOUTPTβ βOUTPTβ β
|
| 52 |
+
β βPANELβ βPANELβ βPANELβ β
|
| 53 |
+
β ββββ¬βββ ββββ¬βββ ββββ¬βββ β
|
| 54 |
+
β β β β β
|
| 55 |
+
β ββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 56 |
+
β SPINE BUS β
|
| 57 |
+
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
---
|
| 61 |
+
|
| 62 |
+
## Procedure: Adding Sensor Panels to a New Model
|
| 63 |
+
|
| 64 |
+
### Step 1: Determine Modalities
|
| 65 |
+
|
| 66 |
+
Identify what signal types the model handles:
|
| 67 |
+
|
| 68 |
+
| Category | Input Modalities | Output Modalities |
|
| 69 |
+
|----------|------------------|-------------------|
|
| 70 |
+
| reasoning | TEXT, EMBEDDING | TEXT, EMBEDDING |
|
| 71 |
+
| math | TEXT, NUMERIC | TEXT, NUMERIC |
|
| 72 |
+
| code | TEXT | TEXT |
|
| 73 |
+
| vision | VISION, EMBEDDING | TEXT, EMBEDDING |
|
| 74 |
+
| audio | AUDIO | TEXT |
|
| 75 |
+
| spatial | SPATIAL, VISION | SPATIAL, TEXT |
|
| 76 |
+
| video | VISION (temporal) | TEXT, EMBEDDING |
|
| 77 |
+
| general | TEXT, EMBEDDING | TEXT, EMBEDDING |
|
| 78 |
+
|
| 79 |
+
### Step 2: Create Sensorized Model
|
| 80 |
+
|
| 81 |
+
```python
|
| 82 |
+
from sensor_panels import create_sensorized_model, ConsciousnessStream
|
| 83 |
+
|
| 84 |
+
# Create model with panels
|
| 85 |
+
model = create_sensorized_model(
|
| 86 |
+
model_id="my-model",
|
| 87 |
+
category="reasoning", # Sets modalities automatically
|
| 88 |
+
inference_fn=my_inference_function, # Your model's forward pass
|
| 89 |
+
)
|
| 90 |
+
```
|
| 91 |
+
|
| 92 |
+
### Step 3: Register with Consciousness Stream
|
| 93 |
+
|
| 94 |
+
```python
|
| 95 |
+
# Get or create stream
|
| 96 |
+
stream = ConsciousnessStream()
|
| 97 |
+
|
| 98 |
+
# Add model (registers both panels on spine)
|
| 99 |
+
stream.add_model(model)
|
| 100 |
+
```
|
| 101 |
+
|
| 102 |
+
### Step 4: Verify Registration
|
| 103 |
+
|
| 104 |
+
```python
|
| 105 |
+
state = stream.get_state()
|
| 106 |
+
assert "my-model" in state['models']
|
| 107 |
+
assert state['spine']['panels'] >= 2 # At least input + output
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
+
---
|
| 111 |
+
|
| 112 |
+
## Procedure: Translating Existing Model
|
| 113 |
+
|
| 114 |
+
When translating a model via `harmonic_stack_pipeline.py`:
|
| 115 |
+
|
| 116 |
+
### Step 1: Translate to Substrate
|
| 117 |
+
|
| 118 |
+
```bash
|
| 119 |
+
python harmonic_stack_pipeline.py --model path/to/model.safetensors
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
+
### Step 2: Wrap with Sensor Panels
|
| 123 |
+
|
| 124 |
+
```python
|
| 125 |
+
from sensor_panels import SensorizedModel, SensorModality
|
| 126 |
+
from inference_engine import InferenceEngine
|
| 127 |
+
|
| 128 |
+
# Load translated substrate
|
| 129 |
+
engine = InferenceEngine()
|
| 130 |
+
engine.load_model('my-model', 'my-model_substrate.json')
|
| 131 |
+
|
| 132 |
+
# Create inference function
|
| 133 |
+
def inference_fn(x):
|
| 134 |
+
return engine.infer('my-model', x)
|
| 135 |
+
|
| 136 |
+
# Wrap with panels
|
| 137 |
+
sensorized = SensorizedModel(
|
| 138 |
+
model_id='my-model',
|
| 139 |
+
category='reasoning',
|
| 140 |
+
input_modalities=[SensorModality.TEXT, SensorModality.EMBEDDING],
|
| 141 |
+
output_modalities=[SensorModality.TEXT, SensorModality.EMBEDDING],
|
| 142 |
+
process_fn=inference_fn,
|
| 143 |
+
)
|
| 144 |
+
```
|
| 145 |
+
|
| 146 |
+
### Step 3: Add to Stream
|
| 147 |
+
|
| 148 |
+
```python
|
| 149 |
+
stream.add_model(sensorized)
|
| 150 |
+
```
|
| 151 |
+
|
| 152 |
+
---
|
| 153 |
+
|
| 154 |
+
## Checklist: New Model Integration
|
| 155 |
+
|
| 156 |
+
Before a model is considered integrated:
|
| 157 |
+
|
| 158 |
+
- [ ] Model translated to substrate format
|
| 159 |
+
- [ ] Input panel created with correct modalities
|
| 160 |
+
- [ ] Output panel created with correct modalities
|
| 161 |
+
- [ ] Both panels registered on spine bus
|
| 162 |
+
- [ ] Model responds to parallel broadcast test
|
| 163 |
+
- [ ] Model works in serial chain test
|
| 164 |
+
- [ ] Attention focus works for model
|
| 165 |
+
|
| 166 |
+
---
|
| 167 |
+
|
| 168 |
+
## Signal Flow
|
| 169 |
+
|
| 170 |
+
### Parallel Processing
|
| 171 |
+
```
|
| 172 |
+
Query β Spine Bus β All matching input panels β All models β All output panels β Spine Bus β Collect responses
|
| 173 |
+
```
|
| 174 |
+
|
| 175 |
+
### Serial Processing
|
| 176 |
+
```
|
| 177 |
+
Query β Model A input β Model A β Model A output β Model B input β Model B β ... β Final output
|
| 178 |
+
```
|
| 179 |
+
|
| 180 |
+
### Broadcast
|
| 181 |
+
```
|
| 182 |
+
Signal β Spine Bus β ALL panels (regardless of modality)
|
| 183 |
+
```
|
| 184 |
+
|
| 185 |
+
---
|
| 186 |
+
|
| 187 |
+
## Modality Reference
|
| 188 |
+
|
| 189 |
+
| Modality | Description | Data Shape |
|
| 190 |
+
|----------|-------------|------------|
|
| 191 |
+
| TEXT | Token embeddings | (seq_len, embed_dim) or (embed_dim,) |
|
| 192 |
+
| VISION | Image features | (height, width, channels) or (patches, dim) |
|
| 193 |
+
| AUDIO | Audio features | (time_steps, features) |
|
| 194 |
+
| SPATIAL | Grid/position data | (height, width) or (n_points, 3) |
|
| 195 |
+
| NUMERIC | Raw numbers | (n,) |
|
| 196 |
+
| EMBEDDING | Dense vectors | (dim,) |
|
| 197 |
+
| RAW | Untyped data | Any |
|
| 198 |
+
|
| 199 |
+
---
|
| 200 |
+
|
| 201 |
+
## Troubleshooting
|
| 202 |
+
|
| 203 |
+
| Issue | Cause | Solution |
|
| 204 |
+
|-------|-------|----------|
|
| 205 |
+
| Model not receiving signals | Wrong modality | Check input_modalities match signal |
|
| 206 |
+
| Parallel response missing | Model inactive | Check model.active = True |
|
| 207 |
+
| Serial chain breaks | Modality mismatch | Ensure output mod of A matches input mod of B |
|
| 208 |
+
| Low signal strength | Attention weights | Call update_attention() to boost |
|
| 209 |
+
|
| 210 |
+
---
|
| 211 |
+
|
| 212 |
+
## Integration with Harmonic Stack
|
| 213 |
+
|
| 214 |
+
The `harmonic_stack.py` orchestrator should be updated to use sensor panels:
|
| 215 |
+
|
| 216 |
+
```python
|
| 217 |
+
# In HarmonicStack.__init__():
|
| 218 |
+
from sensor_panels import ConsciousnessStream, create_sensorized_model
|
| 219 |
+
|
| 220 |
+
self.consciousness = ConsciousnessStream()
|
| 221 |
+
|
| 222 |
+
# When adding domains:
|
| 223 |
+
for domain_name, domain in self.allocation.domains.items():
|
| 224 |
+
model = create_sensorized_model(domain_name, domain.category)
|
| 225 |
+
self.consciousness.add_model(model)
|
| 226 |
+
```
|
| 227 |
+
|
| 228 |
+
---
|
| 229 |
+
|
| 230 |
+
## Changelog
|
| 231 |
+
|
| 232 |
+
| Version | Date | Author | Changes |
|
| 233 |
+
|---------|------|--------|---------|
|
| 234 |
+
| 1.0 | 2026-01-25 | Claude | Initial |
|
| 235 |
+
| 2.0 | 2026-02-01 | Joe & Claude | Added critical context: ommatidia panels are the enabling technology for multi-core architectures. Cross-referenced with Harmonic Parallelism whitepaper. |
|
| 236 |
+
|
| 237 |
+
---
|
| 238 |
+
|
| 239 |
+
## Related
|
| 240 |
+
|
| 241 |
+
- sensor_panels.py - Implementation
|
| 242 |
+
- inference_engine.py - Model inference
|
| 243 |
+
- harmonic_stack.py - Stack orchestrator
|
| 244 |
+
- SOP-CORE-003: File Delivery Protocol
|