Selected work
Products and technical artifacts you can open, inspect, and use.
01Founder / sole builderAI audio
StemsAI
A self-serve audio-separation product that turns long-running model inference into a flow people can understand, pay for, and recover.
I builtModel orchestration, job state, credits, limits, secure output delivery, deployment, observability, and recovery.
The hard partMaking asynchronous, variable work legible without exposing the queue or leaving failed jobs as support tickets.
02Creator / operatorAI inference API
Infer by Flow7
A live model API for coding agents with exact model selection, bounded route attempts, pre-dispatch spend checks, and recorded final charges.
I builtOne API across supported models, route health and current pricing data, hard spend controls, and per-request receipts.
The hard partKeeping fallback and cost behavior explicit enough that an agent never loses track of model policy, route attempts, or the final charge.
03Creator / core engineerLocal systems
Imersa
An open local runtime for connected devices, rooms, deterministic scenes, and auditable automation.
I separated the reusable orchestration layer from private Flow HiFi and Flow Music products, then rebuilt the core on a clean TypeScript history with typed capabilities, inspectable plans, scoped execution, idempotency, and exact partial-failure results.
04Creator / lead builderOcean acoustics
Sona
An ocean acoustic intelligence research program that turns long-duration underwater recordings into a reviewable account of what warrants attention and why.
I shaped the review model, public evidence standard, disclosure boundary, and shipped site around authoritative source records, explicit uncertainty, and attributable decisions.
05Co-founder / lead engineerAI & ML engineering
YourLeadAI
Full-stack AI and machine-learning engineering, from chatbots and agents to predictive systems, computer vision, custom model work, data pipelines, and MLOps.
My roleProduct direction, solution architecture, model selection and development, full-stack implementation, integrations, evaluation, deployment, and production operation.
The constraintThe technical depth has to match the problem: integrate a capable model when sufficient, adapt one for the domain, or train from scratch when the objective requires it.
More evidence
Infrastructure practice and a complete developer-writing sample.
06Infrastructure
Network and security lab
A self-operated UniFi and Mellanox environment with segmented traffic, Wi-Fi 7, Protect cameras, monitoring, and documented topology.
if (!RETRYABLE.has(response.status)) {
throw new Error(message);
}
07Developer education
Build a reliable Firecrawl scrape client
A TypeScript guide that starts with one request, then adds typed responses, retry boundaries, caching, privacy, and useful errors.
Read the guide