Skip to content

§ · Code

Code

Most of what I've made public is research code from the PhD; the exception is Tendrel, which I use every day.

Tendrel

A Claude Code plugin that keeps a research graph inside your repo: what's been tested, what held up, what's blocked, and what falls over when a result changes. I built it because agents are sharp within a session and forget everything between them, so I kept making decisions on a stale picture of my own work. Plain markdown, no database, no daemon. Maintained and MIT licensed, with a small user base.

github.com/havocy28/tendrel

VetBERT

The language model from my PhD: a general model adapted to veterinary clinical notes with almost no labelled data to learn from, released so other people could build on it. It is the repo people email me about most.

github.com/havocy28/VetBERT

The rest is on GitHub.