1. Parallel Processing vs. RNNs
Recurrent networks (RNNs/LSTMs) step sequentially through time steps t = 1, 2, ..., T, which prevents hardware parallelization and leads to vanishing gradients across long horizons. Transformers process all tokens simultaneously using matrix multiplications on GPUs/TPUs.