ruvector/examples/benchmarks/src
Claude a103e13655 feat(benchmarks): 5-level superintelligence pathway engine
Implements a recursive intelligence amplification pipeline where each
level feeds the next, measuring IQ at every stage:

L1 Foundation       (IQ ~79)  Adaptive solver + ReasoningBank + retry
L2 Meta-Learning    (IQ ~82)  Learns optimal hyperparams per problem class
L3 Ensemble Arbiter (IQ ~83)  Multi-strategy voting with learned selection
L4 Recursive Improve(IQ ~85)  Bootstraps from own outputs + knowledge compiler
L5 Adversarial Grow (IQ ~89)  Self-generated hard tasks + cascade reasoning

Key mechanisms:
- MetaParams: EMA-learned step budgets + retry benefit estimation
- StrategyEnsemble: N-solver majority vote, confidence-weighted
- KnowledgeCompiler: compiles patterns to direct lookup (54% hit rate)
- AdversarialGenerator: weakness-targeted difficulty escalation
- CascadeReasoner: multi-pass solve-verify-resolve

Results: +7.5 to +10.1 IQ gain across 5 levels, reaching IQ 86-89
depending on noise conditions. 100% accuracy at max difficulty in L4/L5.

https://claude.ai/code/session_01RnwD4x5cbpB7FPvoyYQz8G
2026-02-15 20:16:11 +00:00
..
bin feat(benchmarks): 5-level superintelligence pathway engine 2026-02-15 20:16:11 +00:00
intelligence_metrics.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
lib.rs feat(benchmarks): 5-level superintelligence pathway engine 2026-02-15 20:16:11 +00:00
logging.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
reasoning_bank.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
rvf_intelligence_bench.rs feat(benchmarks): 6-vertical intelligence benchmark with real divergence 2026-02-15 20:08:47 +00:00
superintelligence.rs feat(benchmarks): 5-level superintelligence pathway engine 2026-02-15 20:16:11 +00:00
swarm_regret.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
temporal.rs feat(benchmarks): 6-vertical intelligence benchmark with real divergence 2026-02-15 20:08:47 +00:00
timepuzzles.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00
vector_index.rs style: apply rustfmt across entire codebase 2026-01-28 17:00:26 +00:00