Commit graph

3 commits

Author SHA1 Message Date
Claude
85e62e6600 feat(benchmarks): add RVF intelligence benchmark (baseline vs learning)
Adds head-to-head cognitive benchmark comparing stateless baseline against
full RVF-learning pipeline (witness chains, coherence monitoring, authority
guards, budget tracking, ReasoningBank). Measures accuracy, learning curves,
reasoning efficiency, and meta-cognitive quality across configurable episodes.

Results: RVF-learning shows +1.1 IQ delta with higher reasoning coherence
(0.98 vs 0.95) and efficiency (0.91 vs 0.83) at difficulty 1-10.

https://claude.ai/code/session_01RnwD4x5cbpB7FPvoyYQz8G
2026-02-15 19:59:29 +00:00
rUv
42d869a196 style: apply rustfmt across entire codebase
Run rustfmt on all Rust files to fix CI formatting checks.
This addresses pre-existing formatting inconsistencies across:
- cognitum-gate-kernel
- cognitum-gate-tilezero
- prime-radiant
- ruvector-* crates
- examples/benchmarks
- and other crates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 17:00:26 +00:00
rUv
b91e555d3e feat(benchmarks): Add comprehensive temporal reasoning and vector benchmarks (#113) 2026-01-14 21:38:34 -05:00