I’ve been interested in HTML presentations of work whose main version isn’t HTML, like conference talks, videos, pdfs, audio recodings, and others.
Simon Willison wrote up his approach for annotated presentations here.
David MacKay’s book Without Hot Air was written as a standard book, but is also hosted online as html here.
There are many more examples beyond these two; these are just a few that came to mind.
pipx install llm symbex
# Release notes - sometimes takes a few tries
git log -n 50 | llm --system 'release notes'
# Explain code
symbex '*' | llm --system 'explain succinctly'
symbex 'ClassName*' | llm --system 'explain succinctly'
symbex 'function_name*' | llm --system 'explain succinctly'
Resources