-
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. Strangers sign up and reach the same 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. An LLM-driven research pipeline scores countries on the private medical services available to foreigners — across cost, quality, legality, accreditation, and access — spanning 8 categories and 112 factors, and presents the comparison as an interactive, color-coded world map. 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 with no Rails or Tone.js dependency, 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. Given a single seed it produces, in effect, thousands of different good tunes.
-
Loom
A Rust orchestration binary that executes build plans larger than any single agent could hold in context. A planning agent turns prose into right-sized sprints with a real verification gate; Loom then drives each sprint through an implement → gate → fix → review pipeline where every unit of work is a fresh agent with a clean context. Loom itself runs no LLM — it is a deterministic sequencer that grounds every result in a gate it runs itself, building in isolated git worktrees and merging back only when the whole run is green.