» Tag
tokenization
8 postsGigatoken: ~1000x faster tokenization than HuggingFace tokenizers
Gigatoken delivers ~1000x faster tokenization than HuggingFace tokenizers, offering GB/s throughput as a Rust-based drop-in replacement.
Cross-tokenizer distillation can silently erase 85% of teacher signal
Naive logit projection across mismatched tokenizers can erase 85% of teacher information; chain-rule conditioning restores retention to 86%.
Why $/Token Pricing Hides the Real Cost of Frontier AI Models
Frontier AI pricing pages hide tokenizer differences that can inflate real costs by up to 73% on code like TypeScript, per new billing analysis.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comGigatoken: Rust BPE Tokenizer Hits 24.53 GB/s, Up to 989x Faster
Rust-based Gigatoken hits 24.53 GB/s BPE tokenization using SWAR and dual-cursor techniques, vastly outpacing HuggingFace tokenizers and tiktoken.
Unigram: A Rust Codec Turning Bytes Into Single-Token Words for LLMs
Unigram is a Rust crate encoding bytes into words that cost exactly one LLM token each, giving fixed token-budget guarantees over hex or base64.
Why AI Models Perform Worse Outside English
Why do LLMs underperform outside English? Training data, tokenizer inefficiency, and instruction-tuning gaps explain the cost and accuracy divide.
Turo: Aggressive Token-Saving Proxy for CLI AI Agents
Turo is an open-source CLI proxy that trims AI agent prompts, cutting LLM token usage by up to 70% while preserving meaning.
Reducing Token Usage Through Representation Engineering
Insights on reducing token usage with the Caveman package and the role of activation steering.