@claude-flow/neural@3.0.0-alpha.8
/docs/whats-new-in-37/claude-flowneural300-alpha8
Six concrete additions to the neural package:
- Persistence —
serialize()/deserialize()onSONAManager,ReasoningBank,PatternLearner. Process restarts no longer wipe state. - Seedable PRNG —
Mulberry32+setGlobalRngfor reproducible training runs and deterministic tests. - Self-consistency orchestrator —
selfConsistency(N, op, aggregator)(Wang et al. 2022). 5–15pp accuracy on reasoning tasks at Nx compute. - Flash Attention + MoE routing migrated from cli into the package (1,679 LOC moved). Single source of truth.
- Retrieval-path observability —
hnswRetrievalCountvsbruteForceRetrievalCountin stats so you can tell which path your queries actually hit. - 80+ npm SEO keywords — package now discoverable for
ai-agents,multi-agent,RL,LoRA,EWC, etc.