The article revisits sequence modeling from a historical perspective, focusing on Recurrent Neural Networks (RNNs) and their potential to be simplified and parallelized during training. The authors propose minimal versions of LSTMs and GRUs, which use fewer parameters and achieve competitive performance on various tasks. The paper suggests that RNNs can be trained as efficiently as modern alternatives, but their performance is only competitive at small scale. The authors' goal is to explore the potential of RNNs in the context of current deep learning architectures.