AI-Assisted Software DevelopmentSep 2, 2026
Hugging Face published 200-plus WebGPU kernels so models can run in the browser
The new @huggingface/kernels library loads and runs optimized WebGPU kernels straight from the Hub, shipping with an initial collection of more than 200. Kernels are versioned as Hub repositories rather than baked into one runtime, which is the bottom layer of the team’s browser-inference effort — models still need browser-friendly representations and runtimes above it.
What it means Inference in the browser is the cheapest deployment there is — no server and no per-token bill — and fast GPU operations across mismatched devices have been the missing floor under it.
Where it came from Hugging Face