Last Updated: March 21, 2026 — S162
| I Want To... | Document |
|---|---|
| Get started | README.md |
| See current status | STATUS.md |
| Commands and API reference | QUICK_REFERENCE.md |
| See active debt and evolution paths | DEBT.md |
| Track evolution progress (single source) | EVOLUTION_TRACKER.md |
| Universal precision design | specs/UNIVERSAL_PRECISION_ARCHITECTURE.md |
| Roadmap and next steps | NEXT_STEPS.md |
| Sovereign compute roadmap | SOVEREIGN_COMPUTE.md |
| See all JSON-RPC methods | QUICK_REFERENCE.md |
| Hardware Transport Layer | specs/HARDWARE_TRANSPORT_SPEC.md |
| Dual-Fabric Architecture | specs/DUAL_FABRIC_ARCHITECTURE.md |
| Try GPU operations | See barraCuda (ecoPrimals/barraCuda/) |
| Learn FHE | docs/guides/QUICK_START_ENCRYPTION.md |
| Use scientific computing | See barraCuda (ecoPrimals/barraCuda/) |
| Run tests | docs/guides/TESTING.md |
| Deploy NPU drivers | docs/guides/AKIDA_DRIVER_DEPLOYMENT.md |
| Understand NPU driver design | specs/NPU_DRIVER_ARCHITECTURE.md |
| Multi-tenant security | specs/MULTITENANT_COMPUTE_ARCHITECTURE.md |
| Hybrid FP64 core streaming | specs/HYBRID_FP64_CORE_STREAMING.md |
Post-budding. barraCuda is now a separate primal at ecoPrimals/barraCuda/. ToadStool is the hardware infrastructure layer — GPU/NPU/CPU discovery, capability probing, workload orchestration. coralReef shader compilation proxy with capability-based discovery.
- Standalone-resilient — Pull to any machine,
cargo testworks. GPU-optional with CPU fallback. Device-lost recovery viapoll_safe(). - ecoBin v3.0 — Zero C FFI deps.
toadstool-sysmonpure Rust/procparser replaces sysinfo. PyO3 feature-gated only. - AGPL-3.0-only — All Cargo.toml + all .rs files aligned to single license.
deny.tomlenforced. - Fully concurrent tests — All tests run with
--test-threads=8. Zero#[serial]. Zero fixed sleeps in non-chaos tests. - Deep debt: clean — Zero
chrono, zerolog(core), zeropollster, zeroserde_yaml, zerosysinfo, zerolibc(akida-driver→rustix), zero production stubs/mocks, ~70+ justifiedunsafeblocks (all SAFETY documented), zero hardcoded localhost/ports, zeroBox<dyn Error>, zero blind.unwrap(), zerotodo!(), zerounimplemented!(), zero FIXME/HACK, zerodbg!(), zero stale TODOs. 5 crates migrated to native AFIT. All env tests thread-safe viatemp_env. - Sovereignty RESOLVED — All production callers use
get_socket_path_for_capability()orinterned_strings::primals::*. Legacy name-based APIs fully deprecated. - Sovereign pipeline —
HardwareFingerprint,is_sovereign_capable(),safe_allocation_limit(NVK PTE guard), 12-variantSubstrateCapabilityKind, 8-variantSubstrateType. - NPU dispatch — Generic
NpuDispatchtrait +AkidaNpuDispatchadapter.NpuParameterControllertrait (absorbed from hotSpring). - GPU capability probing —
GpuAdapterInfostruct exposes detailed adapter info for barraCuda. Multi-adapter selection viaTOADSTOOL_GPU_ADAPTER. - NestGate integration — Real JSON-RPC
storage.artifact.store/retrievewith graceful fallback. - Module architecture — 45+ large files refactored into domain modules. Wildcard re-exports narrowed in 13 crates.
- Capability-based discovery — Primals discover each other by capability, not name. Edge platforms probe real hardware. All primal names via
interned_strings::primals::*. - coralReef shader proxy —
shader.compile.*handlers proxy to coralReef with capability-based discovery and graceful naga fallback. - Cross-spring provenance —
toadstool.provenanceJSON-RPC method exposes 17+ documented cross-spring flows for ecosystem introspection. - 11,956+ tests (S159, default features) | ~85% line coverage (llvm-cov verified) | all quality gates green (0 warnings, clippy pedantic clean)
- 95+ JSON-RPC methods (dynamically built from semantic registry)
- JSON-RPC only — REST API + middleware removed (S90/S92). All IPC via JSON-RPC 2.0.
README.md -- Project overview, architecture, quality gates, evolution roadmap.
STATUS.md -- Detailed technical status: quality gates, session-by-session evolution.
DEBT.md -- Active debt register, workarounds, and evolution paths.
NEXT_STEPS.md -- Roadmap: active work, upcoming infrastructure, completed milestones.
CHANGELOG.md -- Full session-by-session evolution history.
SOVEREIGN_COMPUTE.md -- Sovereign Compute Evolution: Phases 0–3 complete, Phase 4 roadmap, latency models, Mesa NAK contribution plan.
specs/ -- Technical specifications (FP64 evolution, hybrid core streaming, NPU, multi-tenant, cross-platform).
docs/architecture/ -- Design documents, ADRs, migration patterns.
docs/guides/TESTING.md -- Testing strategy: unit, integration, property-based, fault, chaos testing.
docs/guides/AKIDA_DRIVER_DEPLOYMENT.md -- NPU driver deployment.
BarraCuda guides have been fossilized to ecoPrimals/fossil/toadStool/docs-S94b/. See the barraCuda primal for current docs.
Scientific computing middleware (linalg, numerical, special, stats, optimize, surrogate, sample, PDE) has moved to barraCuda (ecoPrimals/barraCuda/). Legacy API examples are preserved in QUICK_REFERENCE.md for reference.
ML/AI Engineers: README.md then see barraCuda (ecoPrimals/barraCuda/)
Computational Scientists: See barraCuda (ecoPrimals/barraCuda/) for scientific middleware
System Architects: STATUS.md then specs/
DevOps Engineers: QUICK_REFERENCE.md then docs/guides/AKIDA_DRIVER_DEPLOYMENT.md
README.md -- Project overview, honest status
STATUS.md -- Detailed technical status
DEBT.md -- Active debt register, evolution paths
NEXT_STEPS.md -- Roadmap and upcoming work
QUICK_REFERENCE.md -- Commands, API, constants
CHANGELOG.md -- Full session history
SOVEREIGN_COMPUTE.md -- Sovereign compute roadmap
DOCUMENTATION.md -- This file (navigation hub)
docs/
guides/ -- Deployment and usage guides
architecture/ -- Design documents and ADRs
reference/ -- API reference, constants
specs/ -- Technical specifications