Projects¶
The things I build, and the thinking behind them, open source, spanning AI orchestration, production-grade C++, and the engineering-leadership tools in between.
AI orchestration & developer tooling¶
Where most of my current energy goes: tools that help agents and engineers do trustworthy work, plan it, verify it against evidence, and ship it without the guesswork.
-
RepoLens
Know exactly what open source you ship, and what it obligates you to. A license-disclosure orchestrator that verifies licenses against authoritative sources and turns the ambiguity scanners leave behind into one evidence-backed disclosure.
-
Quest
AI teamwork / multi-agent orchestration, plan, review, build, and fix features through coordinated agent handoffs with layered, independent verification.
-
doc2md
Drop in a PDF, Word doc, spreadsheet, or slide deck and get clean Markdown back, converted entirely in your browser, so the files never leave your machine. It turns the documents you already have into context a coding agent can actually read.
-
sketch2md
An ASCII wireframe editor for agent-first development. Draw a UI, copy it as a Markdown code block, paste it into Claude Code, Codex, or Cursor, the agent gets layout, hierarchy, and structure with no guessing. The sketch sibling of doc2md.
Battle-tested modern C++¶
Production-grade C++ libraries that have run in defense, financial, medical-technology, and university systems, domains where "mostly works" was never an option.
-
g3log
Asynchronous, crash-safe C++ logger, 900+ stars and a decade of production use. Keeps logging right up to the moment of a crash, then flushes safely.
-
g3sinks
Sink integrations for g3log, rotating files, log levels, and more.
-
concurrent
Async FIFO wrapper that turns any C++ object into a background worker, simple, safe concurrency without the lock-juggling.
-
lock-free-wait-free-circularfifo
A lock-free / wait-free circular FIFO, the classic single-producer, single-consumer concurrent data structure, done right.
For engineering leaders¶
For CTOs, VPs of Engineering, and managers: before you sign a five-figure contract with Jellyfish, LinearB, or Swarmia, start here. Open-source metrics analysis that turns your team's own Jira and GitHub data into actionable insight, so you understand more and coach better. Built to start conversations, not to stack-rank people.
-
metrics-and-insights
Cycle time, release frequency, review latency, and the product-vs-platform balance, pulled straight from Jira and GitHub, exportable to CSV, and designed to spark better conversations with your team. Own your data; skip the expensive dashboard.