What formal methods can (and can't) prove about a Gemma 4 + DFlash + DDTree blueprint?
Summary The G4-FlashTree stack — Gemma 4 31B as the target, a DFlash block drafter, and a DDTree tree verifier — is the kind of system where…
Amund Tveit's blog
Summary The G4-FlashTree stack — Gemma 4 31B as the target, a DFlash block drafter, and a DDTree tree verifier — is the kind of system where…
Summary This is an early investigation, not a victory lap. The headline finding from a controlled rerun (3-class bench, 800-token prompts,…
Note: This work builds on the 2026 discovery by Dr. Andrzej Odrzywołek (Institute of Theoretical Physics, Jagiellonian University, Kraków…
mojo-tokenizer decodes tokens at 144M tokens/sec on Apple Silicon — 3.1x faster than tiktoken and 1.2x faster than rs-bpe. We benchmarked…
mojo-vec brings Rust-style zero-copy buffer performance to Mojo — inline storage, pointer-based slicing, and SIMD operations. Mojo's heap…
mojo-json parses JSON at 6.5 GB/s on Apple Silicon — 52% faster than the fastest C++ and Rust parsers. We benchmarked 6 JSON parsers across…
Mojo has speed. Now it has an enterprise toolkit. When Modular launched Mojo, they solved a fundamental problem: Python's beloved syntax…
A few months ago OpenAI published their open weights model(s) GPT-OSS (20B and 120B), and one of the eye-catching characteristics was that…
Can an Apple Watch run a (small) LLM (SLM)? Yes, it seems so. The Apple Watch Ultra has an S9 or S10 System on a Chip (SoC) 64 bit multicore…
https://github.com/atveit/torch_grokking https://github.com/atveit/jax_grokking What is Grokking in Deep Learning? Grokking is the phenomena…