The unifying layer above the framework wars
KerasCV provides modular computer vision components — pretrained backbones, preprocessing layers, augmentation pipelines, complete task models — built on Keras 3 for multi-backend compatibility.
KerasHub (was KerasNLP) provides pretrained language models including LLaMA 3, Gemma, BERT, GPT-2, Whisper. One-line load + fine-tune.
Keras 3 is the major architectural shift: Keras runs on TensorFlow, JAX, AND PyTorch as backends. The convergence layer that resolves the TF vs JAX research tension. Write the model once, switch backends with one env var. Use keras.ops instead of tf.* / jnp.* / torch.* for backend-agnostic math.