"Programs must be written for people to read, and only incidentally for machines to execute."
— Harold Abelson, SICP
Backend systems, developer tools, and cross-platform applications. Recent work:
| Project | What it does | Stack |
|---|---|---|
| contextforge | Context engine for code agents — MCP integration, retrieval pipelines, impact analysis | Python · MCP · FAISS |
| hermes-agent | Autonomous agent framework (contributor) | Python · Agents |
| Ghosted | Job intelligence platform — structured data aggregation, REST API, interactive UI | Python · Streamlit |
| SoundunCloud | Desktop SoundCloud client — native performance, React frontend, local state management | Rust · Tauri · React |
- Backend-first — design and build REST APIs, async workers, and data pipelines that hold up under load
- Cross-platform delivery — ship to web, desktop, and cloud without rewriting core logic
- Rust + Python — Rust for performance-critical paths, Python for everything that needs to move fast
- Production-minded — I care about observability, error handling, and deploy pipelines, not just "it works locally"
