Evidence for governed execution memory.
Benchmark reports, reruns, and technical notes behind Aionis: context compression, admission policy, external-agent continuation, and memory firewall behavior.
Four claims with data behind them.
The strongest Aionis numbers are about preserving executable state while reducing prompt mass and keeping memory influence auditable.
State-preserving context compression
100-scenario suite: 100% current-state, negative-memory, and procedure retention with 0% stale and forbidden leak.
- 610.95 mean chars
- 100% audit
- 95.8% LLM action accuracy
Route-safe continuation with less prompt mass
40-record five-arm run: 0% wrong write, 0% wrong attention, and 100% accepted direction.
- 985k full history
- 344k BM25
- 624k Mem0
Memory influence becomes measurable
Admission dataset records what was surfaced, suppressed, used, and followed by which outcome.
- 55 task signatures
- 0 hard-boundary direct use
- real LLM rerun
Govern external memory candidates
Local Mem0 A/B: same retrieval candidates, Aionis governs admission before prompt influence.
- 83.3% raw Mem0
- 100% primary route
- 100% audit
MGBench: memory governance as a public test surface.
MGBench is an open benchmark for evaluating whether memory systems preserve useful long-term context while blocking stale, invalidated, cross-scope, contradictory, or failed historical memory from becoming agent-usable context.
Credibility governance
Ordinary-memory governance
Controlled forgetting
High-trust conflict governance
Scope isolation
Lifecycle inference
Execution-tree effect
Execution-tree stress
Use these as the Research page backbone. Older DT artifacts stay as appendix material.
State-preserving compression
100 deterministic scenarios + 24 LLM-scored downstream trials
77.2% compression, 0% stale/forbidden leak, 95.8% downstream accuracyExternal agent continuation
5-arm route-contract runs across DeepSeek and GLM-5.2
Full-history-level route safety with materially lower prompt tokensAdmission policy flywheel
776 admission rows, 55 task signatures, shadow and real-agent reruns
Memory decisions are exportable, comparable, and replayableExternal memory governance
Local Mem0 A/B and ordinary-memory horizontal evals
Aionis controls direct-use leakage and preserves audit coverageArticles that explain the runtime decisions behind the benchmark results.
Execution memory is not chat history
Long-running agents do not only need recall. They need a durable state model that tells the next run which route survived, which branch failed, and which evidence must stay auditable.
Read noteMemory Firewall: admission before influence
A Memory Firewall sits between recall and the agent prompt. It prevents relevant-but-unsafe memory from acting as instruction.
Read noteState-preserving context compression
Aionis does not optimize for the shortest possible summary. It optimizes for compact context that preserves current state, blocked branches, reusable procedure, rehydrate pointers, and an audit trail.
Read noteThe admission policy flywheel
Aionis records which memory was surfaced, suppressed, used, and followed by which outcome. That creates the dataset for measuring memory admission quality.
Read note