I build AI inference infrastructure and container runtimes, from WGSL compute kernels to distributed GPU clusters, with side quests in binary reverse engineering.
- agave: LLM inference engine written from scratch in Zig, no Python runtime, no framework tax
- cwen: Qwen3 inference in pure C: mmap'd Q4 GGUF, AVX-512 kernels, speculative decoding, zero dependencies
- beam: Ray's API reimplemented in ~1,400 lines of pure Python, enough to run vLLM multi-node. NVIDIA and AMD, validated cross-node
- vllm-webgpu: vLLM platform plugin targeting WebGPU: WGSL compute kernels instead of CUDA
- vllm-spark-0731: Serving DeepSeek-V4-Flash on a 2-node DGX Spark cluster: fp8 and nvfp4 MLA kernels, everything measured on real hardware
- muninn-sidecar: Persistent memory for AI agents, shipped as a Go sidecar
- gpustack-modelsync: Declarative model placement across GPU cluster nodes
- toktop: htop for LLM inference engines and the coding agents hammering them
- gb10-thermal-toolkit: Thermal-driven GPU clock governor for NVIDIA DGX Spark, fixes the under-load power-off
- gauntlet: Auto-fix review loop, 50 specialized prompts dispatched to whatever AI coding agents you have installed
- clanker: Self-improving agent harness in Zig, gated self-patch loop with sandboxed WASM tools
- rebrew: Compiler-in-the-loop decompilation workbench for binary-matching reversing
- rebrew-toolchains: Docker images for legacy Windows/DOS compilers, MSVC 1.0-11.0 through Borland, Watcom and Delphi
- europa1400-networkfix: Fixed multiplayer in a 2001 game the vendor abandoned
- openmiles: Open reimplementation of the Miles Sound System
- ct-recomp: Byte-identical decompilation and asset rebuild of Chrono Trigger (SNES)
- resembl: Assembly code similarity search
- recoverage: Coverage dashboard for binary-matching decompilation projects
- europa1400-lua: Lua console injected into a running 2001 game, for reverse engineers and modders
- katamaran: Live migration for Kata Containers
- vmetal-openshift: Virtual baremetal OpenShift lab: Redfish BMC emulation, bonded NICs, split-DNS, one Ansible topology
Zig for things that must be fast, Python for things that must exist by Friday.




