Frontier-class LLM inference on a laptop CPU
A new CPU-only inference runtime called cpubrrr achieves up to 5× faster token generation than llama.cpp's CPU path on frontier-class mixture-of-experts models, running on an Apple M4 Max without GPU …
A new CPU-only inference runtime called cpubrrr achieves up to 5× faster token generation than llama.cpp's CPU path on frontier-class mixture-of-experts models, running on an Apple M4 Max without GPU …
On July 22, 2026, a Rust-based tokenizer called GigaToken, built by Marcel Rød, hit the top of Hacker News with claims of being 989x faster than HuggingFace tokenizers, processing text at 24.53 GB/s o…
Stanford PhD student Marcel Rød released Gigatoken, a Rust BPE tokenizer that encodes text at 24.53 GB/s on a 144-core AMD EPYC 9565 dual-socket setup, outperforming HuggingFace tokenizers by 989x and…
GigaToken, a new open-source tokenizer, claims to be up to ~1000x faster than HuggingFace's tokenizers and tiktoken for language model tokenization, achieving speeds of over 24 GB/s on an AMD EPYC 956…
A developer tested OpenCV Zoo's SFace face recognition model by generating 128-dimensional face embeddings and performing nearest neighbor search on two datasets: Olivetti Faces and Labeled Faces in t…
A developer who switched from running Ollama locally to using MiniMax through OpenClaw reports that the model significantly improved their daily workflow. After three months of use, they found MiniMax…
A Stanford University study published November 2025 introduced "intelligence per watt" (IPW) as a metric for AI inference efficiency, finding that local language models can accurately answer 88.7% of …