@ekzhang1: Some progress on jax-js this weekend! - New matmul benchmarks - Real-time TTS demo (http://jax-js.com/tts) is much fast…
Summary
Progress on jax-js includes new matmul benchmarks, faster real-time TTS demo, improved codegen, and an LLM demo running Gemma 3 270B. jax-js is an open-source web ML framework.
View Cached Full Text
Cached at: 05/18/26, 04:34 PM
Some progress on jax-js this weekend!
- New matmul benchmarks
- Real-time TTS demo (https://t.co/J9MuFkrxpm) is much faster, codegen improved to avoid GPU kernel recompiles
- Finally an LLM demo (https://t.co/iVACirOplm) with Gemma 3 270B - actually faster than I thought https://t.co/i6HAdcVTBD
jax-js – Open-source web ML framework
Source: https://jax-js.com/tts Kyutai Pocket TTS (Web)## Kyutai Pocket TTShttps://github.com/ekzhang/jax-js/tree/main/website/src/routes/tts
Text-to-speech AI voice model, running in your browser withjax-js.
Advanced optionsSeed
Temperature: 0.70
LSD Decode Steps: 1
Similar Articles
Mahjax: A GPU-Accelerated Mahjong Simulator for Reinforcement Learning in JAX
This paper introduces Mahjax, a fully vectorized Riichi Mahjong simulator implemented in JAX for GPU-accelerated reinforcement learning, achieving high throughput and enabling tabula rasa training.
@loganthorneloe: This is a excellent explanation of JAX. Understanding how ML frameworks work internally gives you a massive advantage w…
This article explains in detail the core ideas of JAX, including function purity, immutability, explicit state management, and JIT compilation, helping readers shift from object-oriented thinking to functional programming to optimize machine learning performance.
@maxencefaldor: Interested in emergence, self-organization or morphogenesis? Introducing CAX: Cellular Automata Accelerated in JAX, a h…
CAX is a high-performance open-source library for cellular automata research, built on JAX. It accelerates simulations up to 2000x and supports discrete and continuous automata in arbitrary dimensions.
@evanyou: https://x.com/evanyou/status/2060409444123729935
A developer shares an interesting use case for running LLMs in the browser to inspect internal workings, highlighting a meaningful scenario for client-side AI.
@boshen_c: Time to unmask the man behind this work! @Shanshrew has created a novel parser architecture which is 2x - 3x faster. Pl…
A novel parser architecture developed by Shanshrew achieves 2-3x speedup over the current fastest JS/TS parser, and is being integrated into Oxc.