Qwen3.5 WebGPU
A new WebGPU-powered demo of Qwen3.5 has been released on Hugging Face Spaces, enabling large language model inference directly in the browser. The project showcases the potential of running advanced …
A new WebGPU-powered demo of Qwen3.5 has been released on Hugging Face Spaces, enabling large language model inference directly in the browser. The project showcases the potential of running advanced …
Figma announced new AI-powered motion graphics and shader tools at its Config conference, enabling users to create animations and visual effects via text prompts. The updates also include code layers …
Sipp, an open-source AI inference library, enables running small local LLMs in browsers with up to 3x faster decode speeds than alternatives. Built by HCI and graphics programmers, it uses a unified A…
Developer Simon Willison ported the Moebius 0.2B image inpainting model to run in a browser using WebGPU, bypassing the original requirement for PyTorch and NVIDIA CUDA. The project, completed with as…
Independent AI researcher YoungSeong Kim published 'Window is Everything' (2025), a unified theory of neural operations that decomposes any operation into Path, Shape, and Weight components. The paper…
WebGPU feature detection proved insufficient for running small LLMs on phones. On an iPhone 11 Pro Max, all runs failed due to page reloads or load errors, while a Pixel 8a in LINE's in-app browser st…
Vexyn launches a suite of browser-only privacy tools that process data locally using WebGPU AI, with no file uploads, signup, or tracking. The tools include JSON formatting, Base64 encoding, QR genera…
HuggingFace released Transformers.js v4, a major update featuring a new WebGPU backend rewritten in C++ for faster AI model inference in browsers, Node, Bun, and Deno. The release adds support for lar…
A developer released PaneTrans, a browser extension for drag-select region translation and OCR on video/canvas, built on Transformers.js with local processing by default. The tool uses an offscreen do…
A developer built CodeClarify, a code debugger that runs entirely in the browser via WebGPU, ensuring no code leaves the user's device. The tool addresses privacy concerns associated with cloud-based …
Fable 5, an AI agent, achieved 255 tokens per second on Gemma 4 inference using WebGPU before its access was suspended. The developer released the demo and kernels, claiming agentic kernel optimizatio…
A new Hugging Face Space demonstrates Gemma 4 E2B running in-browser via WebGPU at 255 tokens per second, showcasing efficient on-device AI inference.…
A developer built a roguelike game where the dungeon master is a large language model that runs entirely in the player's browser using WebLLM and WebGPU, eliminating server costs and enabling offline …
A developer built a real-time sign language reader that runs entirely in a web browser using client-side processing, demonstrating privacy-preserving local AI. The open-source project trycua/cua provi…
A proposed WebAssembly System Interface API, wasi:webgpu, aims to bring GPU access to WebAssembly, enabling portable, sandboxed GPU compute for applications such as server-side graphics streaming, sci…
Gooey, a GPU-accelerated UI framework for the Zig programming language, has been released as an open-source project targeting macOS, Linux, and browser platforms. The framework provides declarative UI…
A new open-source tool allows users to turn any browser with WebGPU support into a cluster node for sharing GPU inference, enabling LLM hosting without Python environments or driver setup. The system …
The article announces the release of SpawnDev.ILGPU.ML 4.0.0-preview.4, a C# library that runs neural networks directly in the browser using six backends (WebGPU, WebGL, WebAssembly, CUDA, OpenCL, and…
The article introduces the new experimental HTML-in-Canvas API, now available in an origin trial, which allows developers to render DOM content directly into a 2D canvas or WebGL/WebGPU texture while …