Active-inference Training with Learned Adaptive Stigmergy
A Rust-native AGI training framework fusing stigmergic memory, n-morphic evolution, and GPU-accelerated inference.
Core Capabilities
Three interlocking systems that work together to enable genuine adaptive intelligence — not fine-tuning, not prompting, but evolutionary cognition in silicon.
Pheromone-guided navigation through semantic knowledge graphs. CAS decay calibration with 4 adaptive regimes. Cross-session warm-start: memories persist and strengthen with use, fade with neglect — just like biological memory.
Powered by GraphPalaceChampagnat–Méléard n-morphic framework with k-parallel phenotypic exploration. Lotka–Volterra competition between cognitive branches. InvasionFitnessScorer gates survival. O(1/√T) convergence guarantee on convex landscapes.
Champagnat 2006 · Méléard 2011Pure Rust CUDA kernels — no Python, no ONNX, no dependency hell. Supports SmolLM2-135M through OLMo-3-7B with SWA attention, YaRN context extension, and RoPE scaling. INT8 quantization on the roadmap for 10× improvement.
sm_80 · A100-SXM4 · 19.9 tok/s OLMo-3-7B BF16 (v4.0.3)Mathematical Foundations
Every algorithmic choice in ATLAS is grounded in peer-reviewed mathematics — from stochastic process theory to active inference.
21 Crates
Each cognitive function lives in its own crate with clean interfaces. Composable, testable, and independently deployable.
Performance
Measured on NVIDIA A100-SXM4-40GB with CUDA 13.0, sm_80 kernels. FP32 weights, 30-token generation runs, release build.
| Model | Parameters | Throughput | VRAM | Load Time |
|---|---|---|---|---|
| SmolLM2-135M | 135M | ~0.5 GB | 2.0s | |
| SmolLM2-360M | 360M | ~1.4 GB | 4.4s | |
| SmolLM2-1.7B | 1.7B | ~6.5 GB | 22.5s | |
| OLMo-3-7B-Think *BF16 | 7B | ~14 GB | 103s |
* OLMo-3-7B runs W16A32 BF16 GPU path (v4.0.2/v4.0.3) — weights BF16 (14GB VRAM), activations FP32. 4.8× speedup vs prior FP32 CPU path.
What's Next
ATLAS evolves continuously. Major versions represent theoretical milestones, not just feature additions.
Pure Rust. No Python. No ONNX. No vendor lock-in. Clone the repo, run the tests, and explore the memory palace.
git clone https://github.com/web3guru888/ATLAS && cd ATLAS && cargo test