-
GeneOps
Genomic intelligence infrastructure: a deterministic, evidence-graded knowledge engine exposed through a REST API and an MCP server, so any app or AI agent can plug into interpreted genotype data. The platform owns genome processing, profile computation, and the evidence database, while a fleet of independent consumer verticals — wellness, longevity, mental health, sports, and more — build on top of it.
-
Donebot
A sophisticated personal assistant for staying organized, built on proven productivity methods — a multi-tenant Rails 8 SaaS, live in production. Anyone can sign up and reach their own private assistant over four async channels — Signal, Telegram, a per-space email inbox, and a full web app — all funneling into one agent turn and one tool layer that owns every invariant and tenant-scoped query. The agent is its own in-process Ruby think-act loop (LLM ⇄ tools) — its own harness, not a coding agent — and that same tool layer is exposed over authenticated MCP so a power user's own coding agent can drive their data directly.
-
Epidaurus
Premium research reports on medical-tourism destinations worldwide. A Rails 8 e-commerce app sits on top of a large LLM-driven research pipeline: one cited report per country-and-factor cell, graded on a 1–5 scale, spanning 8 categories and 112 factors across cost, quality, legality, accreditation, and access. Readers explore it through an interactive color-coded world map, per-country profiles, and editorial summaries, then purchase the in-depth reports. The pipeline itself is a fleet of fresh research and scoring agents. The first launch site of a broader Premium Media network.
-
Septet
A procedural music generator: a seven-piece band — motif, structure, chords, drums, bass, arp, and melody — that listens to itself and converges into a groove. The music-theory engine is a pure Ruby library running a bounded fixed-point loop over a full listening mesh where every player hears every other on two dimensions, groove and harmony. All generation happens server-side and crosses the wire as a deterministic Score (JSON); Tone.js in the browser renders it to audio. Each player carries a seed that acts as its persistent musical idea, and any seed can be regenerated endlessly; the tune that emerges is the combination of those seeds and the rest of the settings, so for any set of ideas the style can be varied without limit — an effectively boundless space of good tunes.
-
Gantry
An agent orchestration system that autonomously builds plans larger than any single agent could hold in context — and does it across harnesses and providers, running Claude Code, Codex, or opencode interchangeably, with a different harness selectable per role. A planning agent turns prose into right-sized sprints with a real verification gate; Gantry then drives each sprint through an implement → gate → fix → review pipeline where every unit of work is a fresh agent with a clean context, building in isolated git worktrees and merging back only when the whole run is green. Gantry itself runs no LLM — it is a deterministic sequencer that never reasons about the code, only marshals the agents that do. The whole thing is a single Rust binary.
-
Finite Frontier
A libertarian-economy Minecraft server — the spiritual successor to Liberty Minecraft, booting worlds since 2017. Property comes from land claims bought with mined resources, money is minted from diamonds rather than spawned by admins, and commerce runs through player shops with no admin stores, no teleportation, and no handouts. A dozen backend worlds — a live survival main, hardcore void skyblock, and a museum of archived worlds going back to 2021 — run behind two Velocity proxies with Java + Bedrock crossplay, permission-gated transfers, and a stack of custom Paper plugins for the currency, claims, and spawn mechanics. Playing alongside the humans is Haksnbot: an autonomous Claude-powered agent with its own think-act loop that mines, trades, and builds on the server, filmed and auto-edited into a daily YouTube series.