Anki/Jisho Chrome Extension

An old hat, but -- it's remarkable how easy LLMs have made writing Chrome extensions. I made a quick extension to take a text selection, look it up on Jisho, and then create a card in Anki: https://github.com/rjpower/anki-jisho . I didn't have to do much of anything: just ask ChatGPT in this case to create the extension for me.

The only cleanup was when I added support for Netflix subtitles, in which case I asked the LLM to simplify the selection logic, which it did. LLMs are such a perfect fit for this type of task: a broad API surface but a restricted output "depth" mean there's not a lot of room to get confused.