Skip to content

Commit 5eaa2ff

Browse files
hbaidoordashclaude
andcommitted
docs: add Technology Roadmap and Gene Map Architecture Evolution to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dcbb9bc commit 5eaa2ff

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,39 @@ Listed on [mppscan.com](https://mppscan.com).
208208
- **OpenTelemetry** — optional tracing spans + metrics for Datadog/Grafana
209209
- **Audit Log** — every repair recorded, exportable for compliance
210210

211+
## Technology Roadmap
212+
213+
### Causal Repair Graph
214+
Moving beyond statistical correlation to causal inference. When PCEC repairs a nonce error, the Causal Graph traces the root cause: concurrent wallet access → shared nonce pool → nonce conflict. This enables preventive repairs — fixing the cause before the symptom appears.
215+
- Status: Architecture designed, Predictive Failure Graph (statistical) shipped in v1.5
216+
217+
### Federated Gene Learning
218+
Upgrading Gene Registry from simple push/pull to federated reinforcement learning. Each agent trains Q-values locally and shares only gradient updates — never raw error data. The Registry aggregates gradients using differential privacy, producing a global model that improves every agent without exposing anyone's data.
219+
- Status: Gene Registry (v1.5) provides the foundation. Federated layer in development.
220+
221+
### Formal Safety Verification
222+
Every repair strategy is verified against safety constraints before execution using SMT-based constraint checking: balance ≥ minimum, gas ≤ ceiling, recipient ∈ whitelist. If verification fails, the strategy is blocked and PCEC falls back to observe mode. Aerospace-grade safety for agent payments.
223+
- Status: Three-tier safety model (observe/auto/full) shipped. Formal verification layer in development.
224+
225+
### Meta-Learning Repair
226+
Few-shot repair learning: after seeing 3 nonce errors repaired, the system learns the "nonce error repair pattern" and can fix the 4th variant with a single example. Built on top of Context-Aware Gene Map's cross-platform transfer mechanism.
227+
- Status: Context-aware lookup and cross-platform transfer shipped in v1.5. Meta-learning layer in development.
228+
229+
### Adversarial Robustness
230+
Four-layer defense against Gene Registry poisoning: reputation scoring, multi-agent verification (3 independent agents must validate), anomaly detection on Q-value trajectories, and automatic rollback to last known safe state.
231+
- Status: Push threshold + pull discount + natural selection shipped in v1.5. Full adversarial defense in development.
232+
233+
## Gene Map Architecture Evolution
234+
235+
```
236+
v1.0 Gene Map — Local SQLite, fixed α, string matching
237+
v1.2 + LLM Fallback — Claude/GPT classify unknown errors
238+
v1.3 + Adaptive RL — Bayesian Q ± σ, Thompson Sampling, strategy chains
239+
v1.4 + Otel + Audit — OpenTelemetry spans, repair audit log
240+
v1.5 + Registry + AI — Gene Registry, error embedding, A/B testing
241+
next + Causal + Federated — Causal repair graphs, federated learning
242+
```
243+
211244
## Docs
212245

213246
📖 [User Runbook](docs/RUNBOOK.md) — Complete guide from installation to production

0 commit comments

Comments
 (0)