This document summarizes Mark Burns' work on rewriting Jim Breen's Japanese-English online dictionary. It aims to create a JSON API and simpler UI, including features like autocomplete. Autocomplete is implemented using a trie index with O(logN) lookup time and N*(M+1) space complexity. The project has imported data into Redis, allows indexed word lookup, and begun work on text glossing. Future work includes connecting it to a graph database, analyzing kanji, improving user experience, and exploring other ideas through collaboration.