01 / signal
Token identity is enough to route a residual path.
A fixed vocabulary table replaces the learned gate. Routing is deterministic, auditable and has no collapse mode.
Loading Complexity
complexity.deep / routing
We build inspectable transformer systems around deterministic token routing, shared expert capacity and executable open-source tooling.
306.5M
parameters
8B
train tokens
−0.0163
final loss gap
8,078
tok/s served
token_id
stable identity
route_table
fixed assignment
expert[e]
residual path
def route(token_id):
# fixed, inspectable, no learned gate
return shared(x) + experts[table[token_id]](x)
[Research / source of truth]
01 / signal
A fixed vocabulary table replaces the learned gate. Routing is deterministic, auditable and has no collapse mode.
02 / capacity
Common syntax and language structure remain dense while narrow residual experts partition lexical capacity.
03 / control
The headline run compares 306.5M-parameter models over the same 8B-token FineWeb-Edu budget.
04 / result
Token-Routed first wins at logged step 740 and ends with a −0.0163 smoothed training-loss gap.
Scope guardrails
what the result does not claim
[Open-source stack]
Visual architecture laboratory
Build, inspect and execute PyTorch architectures as typed atomic graphs—with an agent that uses the same visible tools.
Training architecture
Deterministic token-identity routing with a dense shared expert path and narrow residual experts.
Serving engine
Paged KV cache, continuous batching and an OpenAI-compatible API for token-routed inference.
Open model
A 1.5B-parameter language model produced through the Complexity architecture experiments.
PyTorch foundation
Reusable transformer primitives with GQA, RoPE, FlashAttention and experimental routing modules.
[Inference / evidence]
8,078tok/s
10,179tok/s
29.3ms
100req
benchmark_throughput.png
vLLM 0.18 · RTX PRO 6000 96 GB · 187M routed model
[Expert analysis]
[Publication]
A parameter- and token-matched study of fixed token routing, dense shared computation and narrow residual experts—with standard task evaluation and learned-router controls.
Read hosted paper@article{anonymous2026tokenidentity,
title={Token identity provides a fixed routing signal for residual experts in language models},
author={Anonymous},
journal={Research manuscript},
year={2026},
url={https://www.complexity-ai.fr/papers/token-identity-routing-residual-experts.pdf}
}[About the lab]
Architecture choices, routing decisions and experimental caveats stay visible.
Code, model releases, measurements and hosted papers accompany the narrative.
Comparisons separate matched-token quality, training cost and serving throughput.