Systems design · cross-repo architecture
The System
Four independent repositories (an API, a classifier, an agent, and a
knowledge base) that grew into one coherent system. A two-tier ADR
convention records the cross-cutting decisions; a central portal makes
the whole thing navigable.
Read the writeup →
LLM classification · eval harness
Defense News Classifier
An LLM classifier that ingests defense-news items, tags them, and publishes
results onto a Kafka topic, closing a consume-then-writeback loop with the
notes API downstream. The component that started the whole system.
Read the writeup →
Product · program management
Product & Program
The same system seen from above: who it's for, how success is measured,
how the work is sequenced, and what could go wrong. The program layer is
simulated, since it's a solo build, and the writeup says so plainly.
Read the writeup →