Projects

Things I've built and worked on.

Product Live

Nocturnium

An autonomous AI development platform where agents plan, code, test, and iterate on software overnight and open a production-ready pull request by morning. Built on the Hivemind multi-agent engine (agent orchestration, tool execution, persistent context and memory, and an LLM load balancer), running on the llm-go-sdk and simple-durable-jobs primitives.

GoSvelteKitPostgreSQLRedisMilvus +1
Product Live

Stout

A universal package registry that builds from source with integrated supply chain security. Supports Go, npm, Helm, Docker/OCI, Ruby, Python, and AI agent packages. Sandboxed builds, vulnerability scanning, SBOM generation, Sigstore signing, and a community trust system with reviewer verification.

GoSvelteKitPostgreSQLS3Connect-RPC +2
Library Open source

Simple Durable Jobs

A lightweight Go library for building resilient, durable job queues with checkpointed multi-step workflows that automatically recover from failures. Includes fan-out/fan-in parallelism, priority queues, cron scheduling, and an embedded monitoring dashboard. Runs in production as the durable-execution engine behind Stout and the Hivemind agent platform.

GoGORMPostgreSQLSQLiteSvelte +1
Library Open source

Langfuse Go SDK

A zero-dependency, type-safe Go SDK for Langfuse, the open-source LLM observability platform. Fluent builder API, automatic batching, concurrent-safe operations, and OpenTelemetry integration for tracing and monitoring LLM applications.

GoOpenTelemetryLangfuse
Library Open source

LLM Go SDK

A unified, dependency-light Go SDK that puts 18 LLM providers behind a single interface, built on the standard net/http with zero external LLM dependencies. Streaming, tool calling with an automatic agent loop, typed structured outputs, vision, embeddings, and prompt caching, plus production-grade resilience (circuit breakers, retries, rate limiting, fallback chains), cost tracking, and OpenTelemetry/Langfuse observability. Powers the Hivemind multi-agent platform across nocturnium.

Gonet/httpOpenTelemetryLangfuse
Library Open source

Svelte IDE

Lightweight, Svelte 5-native code editor components, a simpler alternative to CodeMirror or Monaco, built from scratch with runes and zero runtime UI dependencies. Includes a custom editor with syntax highlighting for 12 languages, code folding, multi-cursor editing, regex find & replace, a WebSocket LSP client, optional CRDT realtime collaboration, AI/agent layers, and a plugin system. Every color and size is a themeable CSS variable.

Svelte 5TypeScriptLSPYjsWebSocket
Product Private beta

Semanta

Hosted, multi-tenant code intelligence and persistent agent memory for AI coding agents (Claude Code, Codex, Cursor): a private GraphRAG knowledge graph exposed over MCP. Per-organization isolation enforced through Postgres row-level security, Milvus partition keys, and a Nebula property graph, with client-side tree-sitter parsing, bring-your-own-LLM-key support, and per-org usage metering across separate customer and control planes.

GoSvelteKitPostgreSQLMilvusNebulaGraph +2