metaai·lightalo unofficial · independent
Universe / Language & LLMs / Byte Latent Transformer
Language & LLMs · 2024

Byte Latent Transformer

Byte Latent Transformer (BLT)

The architecture that killed the tokenizer

open source 1B / 7B released (paper scales to 8B) params

Latest: Dynamic BLT weights 1B & 8B (May 2025)

A tokenizer-free LLM architecture that reads raw bytes, dynamically grouping them into patches sized by entropy — spending compute where text is hard, coasting where it's easy. First byte-level architecture to match tokenization-based models (Llama 3 class) at scale, with up to 50% fewer inference FLOPs; weights for 1B and 8B released 2025.

Why it matters

BLT removed the tokenizer — the last hand-engineered component in modern LLMs — by reading raw bytes and grouping them into entropy-sized patches. It is the first byte-level architecture to match Llama 3-class tokenized models at scale, with up to 50% fewer inference FLOPs and native robustness to typos and character-level noise.

Facts

Try it yourself

Sources

More in Language & LLMs

Llama 3 / 3.1 / 3.2 / 3.3Large Concept ModelsLlama StackCoconutMulti-token predictionMemory Layers at Scale

Read the Language & LLMs story on the sky →

✦ Open on the map Explore Language & LLMs Quiz me