System architecture
Six connected concerns, not one tokenizer trick.
The system treats tokenization as a layer that can influence context budget, runtime behavior, multilingual stability, concept boundaries and multimodal grounding. Each concern is separated so technical reviewers can test it independently.
TX
Comparative text-side core
Tokenizer families & tooling
Phase 2 work compared and organized BPE, WordPiece, Unigram and SentencePiece approaches alongside common tokenizer tooling. The purpose is architectural comparison and implementation discipline, not a claim that one family universally wins.
BPEWordPieceUnigramSentencePieceHF Tokenizerstiktoken
RT
Runtime-control layer
Special tokens, binding & budget integrity
Reserved forms, control-like strings, model-family binding, escapes and count parity were treated as runtime concerns rather than mere encoding details. This is where tokenizer design intersects with operational safety and routing.
Reserved tokensCollision pressureFamily bindingCount parity
CP
Concept preservation
Critical terms & boundary control
Decision-carrying terms, preprocessing boundaries and concept-registry logic are treated explicitly. The review question is whether important concepts remain stable across tokenization, mixed scripts, routing and runtime constraints.
Critical termsPretokenizationMixed scriptBoundary stability
MM
Multimodal path
Image, audio & video attachment
The technical work moved beyond text-only exploration into real media attachment and multimodal refresh testing. That establishes an internal multimodal path; it does not yet establish frontier-scale multimodal performance.
ImageAudioVideoShared / bridged space
EF
Efficiency questions
Compression, fragmentation & context budget
Token count is treated as an architectural variable because fragmentation can affect effective context length, compute budget and downstream system cost. The public page does not claim a verified compression advantage; it identifies the mechanism and the test surface.
FragmentationEffective contextBudget discipline
RV
Reviewability
Repeatable test stages
Testing is organized into seed, baseline, stress, regression, compatibility, audit-final and multimodal refresh stages. Exact run packs, manifests and integrity records remain part of controlled technical review rather than the public page.
SeedStressRegressionCompatibility