Decoder. plain-English AI glossary

JAX

▲ Rising

DeepMind's functional programming library for neural networks; emerging favorite for research in mechanistic interpretability and novel architectures.

Think of it like

The mathematician's choice; built on composable functional transformations.

Example

JAX code emphasizes immutability and functional composition; `jax.vmap` and `jax.grad` compose easily.

How it actually works

JAX is based on functional primitives (vmap, pmap, jit). It enables powerful metaprogramming and efficient compilation. Smaller ecosystem than PyTorch but growing fast.

For product teams

Used by cutting-edge research labs (DeepMind, OpenAI); smaller production footprint.

For engineers

JAX is powerful for research; productionizing JAX is still an open question.

Read anything AI without the jargon

Look up any term in plain English, or save terms as you read with the free Chrome extension.

Open DecoderAdd to Chrome