27.5KB language-agnostic WebGPU syntax highlighter
Summary
gpu-lexer is a WebGPU-based, language-agnostic syntax highlighter that uses a tiny AI model to label code parts without predefined grammars, offering a novel, performance-focused alternative to traditional highlighters.
View Cached Full Text
Cached at: 09/09/26, 03:50 AM
Similar Articles
@ctatedev: Tiny models are becoming software primitives This 27.5KB model runs locally in your browser, syntax-highlighting code w…
A tiny 27.5KB AI model called gpu-lexer from Vercel Labs runs locally in the browser using WebGPU to syntax-highlight code in any programming language without prior knowledge.
Declarative WebGPU with S-expressions
Pngine is a declarative format and runtime for WebGPU that uses S-expressions to simplify declaring and validating WebGPU configurations, enabling cross-platform sharing and export to formats like HTML or PNG with embedded runtime.
@pauliusztin_: I just found one of the most useful resources for understanding GPUs. No more jumping between random docs, PDFs, and fo…
Modal Labs has released an open-source, interlinked GPU glossary that consolidates fragmented NVIDIA documentation, CUDA details, and compiler flags into a single navigable resource for engineers optimizing LLM training and inference.
Bonsai 27B: 1-bit dense LLM running locally in your browser using custom WebGPU kernels
Bonsai 27B is a 1-bit dense large language model that can run locally in a browser using custom WebGPU kernels, enabling efficient on-device inference.
WebGPU Unleashed: A Practical Tutorial
A free interactive book teaching graphics programming with WebGPU in JavaScript, covering from basics to advanced topics like GPU compute and Gaussian splatting.