Jeanbosange has published the first public prototype of LIMEN Runtime Audit, an open-source toolkit designed to inspect layer-wise activation trajectories in open-weight language models. The tool treats the sequence of hidden states across layers as a measurable trajectory, providing a reproducible observability layer for comparing internal runtime behavior.
- Version 0.1 accepts exported NumPy arrays containing hidden states and optional logits.
- It calculates metrics including path length, displacement, tortuosity, mean speed, speed variability, mean acceleration, turning angle, entropy, and top-1/top-2 margin.
- The toolkit validates array dimensions, records extraction metadata, generates SHA-256 checksums, and outputs machine-readable JSON and Markdown audit reports.
- It runs automated tests on Python 3.10, 3.11, and 3.12.
The author emphasizes that this is a descriptive audit tool rather than a predictor of reasoning or semantic states, aiming to help users compare model architectures, detect regressions, and study dynamic differences across prompt families.