<LumusMaximaAI>
NeuroRoute C
Deterministic C11 routing engine with 256-bit fingerprint matching.
C11
OVERVIEW
NeuroRoute C is our biggest standalone open-source project. A small C11 engine that helps a system choose where to go next: it weighs the available paths, selects the strongest, records that it was used, and falls back safely when no valid route exists. It also includes a 256-bit Hamming-distance matcher that compares compact binary fingerprints to find the most similar stored entry. It is not an LLM or neural network — an experimental systems component focused on deterministic selection, reproducibility and inspectable behavior, with no APIs, external dependencies or network calls.
MIT
KEY POINTS
- Weighted deterministic path selection with safe fallback;
- 256-bit Hamming-distance matcher;
- Full C source, atomic route counters, unit tests · GCC & Clang, sanitizer validation;
- CLI demo, Makefile, one-file Bash builder.
USE CASES
Deterministic AI-agent routing, tool selection, execution graphs, associative lookup, fingerprint matching, embedded systems.