A neural codec is a video codec where the compression and decompression are performed by neural networks rather than by hand-designed mathematical operations. Unlike ai-encoding — which uses machine learning to make a traditional codec (H.264, HEVC, AV1) work better — a neural codec replaces the entire codec with learned components: the network learns how to predict frames, how to transform residuals, how to quantize, how to entropy-code. The whole thing is trained end-to-end on huge video datasets to minimise reconstruction error at a target bitrate.

The promise is real and the demos are striking. At extreme low bitrates — where traditional codecs produce ugly blocking and smearing — neural codecs produce smooth, plausible-looking video. Microsoft's DiffuseCodec, several Google research projects (HiFiC for images, follow-ups for video), and academic systems all show neural codecs beating HEVC or AV1 on perceptual quality at the same bitrate, sometimes dramatically. The MPAI organisation is actively standardising an end-to-end video coding (EEV) framework specifically for this category.

For a product team in 2026, neural codecs are firmly in research territory, not deployable production technology. The fundamental blockers: neural codec decoding requires neural inference hardware (GPUs, NPUs) that consumer devices don't standardise on the way they standardise on traditional video silicon. Decoder speed is typically 10–100× slower than hardware AV1 or HEVC. Some neural codecs occasionally hallucinate plausible-but-wrong details (a problem traditional codecs simply don't have). Standards are not yet ratified. Realistic timeline: 2027–2030 for first commercial deployments in niche scenarios; potentially 2030+ for mainstream replacement of traditional codecs. Worth watching closely; not worth deploying yet.