This document discusses implementing a basic character-level recurrent sequence-to-sequence model to generate short English sentences for smart reply character-by-character. It describes loading a dataset, cleaning and preparing the data, building and training the model, and creating an inference model to generate predictions by sending in text. The conclusion notes that increasing the size of the dataset could attain more accurate results from the model.