Henry Robinson

I Run an AI Startup Solo

I built Voice Legacy, a full-stack AI platform with paying users, and I run the whole thing myself. Claude writes my code and automated pipelines handle my content. I've made 647 commits in 7 months.

Work With Me

My System

Voice Legacy is a production AI platform with real users and real revenue. I built it and run it without hiring anyone. People keep asking how, so I wrote it down.

Why Solo?

For the First Time in History, It's Possible

A year ago this wasn't feasible. Now I can build production software, run marketing, handle support, and manage finances—all with AI as my multiplier. The tooling finally caught up to the vision.

Iterate fast, then scale

I can move faster alone than any team weighed down by coordination overhead. I want to get traction first, prove the model works, and then hire or find a cofounder after raising funds. The order matters.

This one is personal

This isn't a side project. My father died and I couldn't capture his stories. That loss drives everything. I know how this product should work because I needed it and didn't have it. No hire is going to care as much as I do, not yet.

Development

How I work

I use VS Code when I'm editing files myself and Claude Code when I let things run autonomously. Either way, I stay in concept-space — describing features, reviewing code, and making architectural calls while Claude handles the syntax. I've made 647 commits in 7 months, and I haven't written a for-loop by hand since October.

The numbers

Six AI agents orchestrate the conversations, extract the memories, and write the stories. I built full auth, billing, a voice pipeline, and semantic search — 107 features across 12 categories, shipped solo. For most of my career I wrote requirements; now I write the code too.

QA & Evals

LLM eval framework

I built a custom evaluation system for the AI agents. It runs persona-based test scenarios with fake users like Maria Santos and James Mitchell, then scores them on a 100-point rubric across 9 dimensions. An LLM judge grades narrative quality, and a voice authenticity check verifies that James Mitchell actually sounds like he uses Southern Black vernacular.

A full eval run takes 15-30 minutes and costs about $1, or 45-60 minutes and $5 if I'm running Opus.

Automated Reviews

Two cron jobs run every morning while I sleep:

5:00 AMCode Review

Picks next section of codebase, flags bugs, dead code, refactoring opportunities. No changes—just documents issues for me to review.

6:00 AMSecurity Audit

Runs security audit skill, checks for vulnerabilities, documents findings.

Design

Tools

  • An opinionated component system I built in code
  • Tailwind CSS for all styling
  • Mobile-first responsive design
  • No Figma — the design happens in code

Process

I built a strongly opinionated component system. Everything lives in code, not in design files nobody maintains. When I need a new component, I describe it to Claude, tweak the output, and ship.

Marketing

The Content Pipeline

Sanity CMS
↓ webhook fires
n8n (self-hosted)
↓ henry-ify voice transform
Publer ($21/mo)
↓ scheduled posts
Twitter / LinkedIn / Facebook

I trained the voice model on 40+ samples of my own writing, including Substack posts, emails, and even Reddit comments. The output sounds like me instead of corporate AI slop.

Infrastructure

  • n8n self-hosted on pallas (Docker)
  • Twitter posting: working
  • LinkedIn/Facebook: debugging (it's always OAuth)

Total marketing infrastructure cost: $21/month plus the time to set it up.

Finance & Billing

Stripe Setup

  • Customer auto-creation on signup
  • Subscription tiers: Free / Pro
  • 14-day trial support
  • Webhook handling for subscription events

Accounting

Wave (free) for bookkeeping. Mercury for banking.

Monthly Operating Costs

Anthropic API$50-200
OpenAI (Whisper/TTS/embeddings)$20-50
Render (backend)$7-25
Publer$21
Neon/Vercel/FirebaseFree tiers
Total~$100-300/mo

Support

How It Works

In-app feedback
↓ triggers email
OpenClaw (Claudia)
↓ AI triage + response
Escalation → henry@voicelegacy.app

The Approach

The first layer is OpenClaw, which is an AI assistant that monitors in-app feedback, triages issues, and responds or escalates. The complex issues come to me.

Current volume is effectively zero since I'm pre-launch, but the system is ready.

I Can Teach You This

I consult on AI-native operations for founders who want to ship faster, PMs who want to become builders, and companies that need to figure this out before their competitors do.

AI in production

These are systems running in production, with real users and real revenue.

  • Voice Legacy — full-stack family memory platform that I coded and shipped myself
  • Claudia Control Plane — my own Claude Code agent harness, built to replace Openclaw without the API bill
  • Camberbot — Claude-powered RC setup advisor with 100+ active users
  • Lucid Motors — led product strategy for an AI scheduling system; team delivered a 30% capacity increase

Voice Legacy — AI-powered family memory platform

An AI that interviews your parents and grandparents the way a thoughtful biographer would, then assembles their stories. Six AI agents handle the conversation, the transcription, the memory extraction, and the writing.

Technology Stack
ReactTypeScriptExpress.jsPostgreSQLClaude APIMulti-agent AIVercel
Project Metrics
Production
Status
Builder & PM
Role
Full-Stack
Stack

Claudia Control Plane — my own Claude Code agent harness

I tried Openclaw and watched the API bill head toward $1,500 a month, so I built my own. Claudia Control Plane is a Next.js dashboard that drives a fleet of Claude agents running on a Mac mini at home, using my Claude Code subscription instead of API credits. The dashboard handles proposals, missions, and an activity feed. The agents do the work.

Technology Stack
Next.js 16React 19Tailwind 4Neon PostgrespgvectorClaude Code1PasswordVercel
Project Metrics
$0/mo
API cost
~$1,500/mo
Equivalent
Self-hosted
Setup

Lucid Motors — service scheduling

Product strategy and prototype for an ML-driven service scheduling system at Lucid Motors. The system was designed to predict repair times and pack the schedule against actual technician availability.

The Problem

Lucid couldn't predict how long a service appointment would take. Service duration varies wildly based on the vehicle's condition, part availability, and which technician is doing the work, but the existing scheduling system treated every appointment like it took a fixed amount of time. The bays ended up either overbooked, with customers stuck waiting, or underused, with technicians sitting idle.

The Solution

The team designed an ML-driven scheduler that predicts service duration from the vehicle data, the service history, and current shop-floor conditions, then assigns the right technician to each job. I led the product side: scoping, requirements, prioritization, and team coordination. Data science and engineering built the model and the platform.

Key Features

Service duration prediction based on vehicle data and history
Real-time technician availability and skill matching
Dynamic scheduling with buffer optimization
Customer communication automation
Integration with the existing service stack
Mobile-responsive interface for service advisors

Results

30% increase in service bay utilization
3-day reduction in average customer wait time
35% decrease in service appointment backlog
92% customer satisfaction score improvement
25% reduction in service advisor administrative time

Technical Implementation

I led the product side — scoping, requirements, prioritization, and cross-functional coordination between data science, engineering, and the service business. The team built the system after I left, so I won't pretend to know their implementation choices in detail.

Live Demo

🖥️

The interactive dashboard is optimized for larger screens.

View on a tablet or desktop to explore the full service scheduling prototype.

Technology Stack
Product StrategyMachine LearningCapacity PlanningAutomotive
Project Metrics
Luxury EV
Industry
Product Lead
Role
Prototyped
Status

Camberbot

RC vehicle setup tool with a Claude-powered advisor. You tell it your car, your track surface, and your conditions, and it gives you a tuning baseline. I designed and coded the whole thing, and it supports 21 vehicles.

Technology Stack
ReactViteTailwind CSSFlaskPythonAnthropic Claude APINode.js
Project Metrics
21+
Vehicles
Live Demo
Status
100+
Users

Terminate Mate — AI legal assistant

AI legal assistant for people who just got fired, built on California employment law. Came out of a 48-hour hackathon.

The Problem

Lawyers charge $200-500 an hour, so most people who just got fired never talk to one. 91% don't even read their separation documents. They end up signing things they shouldn't and missing severance they're entitled to.

The Solution

A chat interface trained on California employment law. It asks how you got fired, then explains what's in your separation agreement, what your rights are, and what to do next.

Key Features

Conversational AI interface for legal guidance
Personalized advice based on termination circumstances
California employment law knowledge base
Next steps recommendations and resource links
Document templates for common legal situations

Results

Technical Implementation

Hackathon build — the team picked the stack and shipped the product in 48 hours. I won't list specific frameworks I can't verify after the fact.

Live Demo

⚖️
Click to Load Demo
Experience the interactive AI legal assistant prototype
Technology Stack
AI/MLConversational AILegal TechHackathonEmployment Law
Project Metrics
48 Hours
Built In
Honorable Mention
Status
Legal AI
Focus

How I've Scaled Products

A few highlights from twenty years of building products that people actually use.

X

Xtime In-Dealership Experience Platform: 0 → 3,500 Dealerships

(25% Market Share)

Role

Principal PM

Timeline

2014-2021

Challenge:Car owners didn't trust dealership service departments, and for good reason.
Solution:Mobile-first platform showing exactly what was wrong with your car, with photos, video, and online approval for repairs.
Result:$35M ARR and an extra $112 per customer visit.
E

eBay Motors: $240M GMV Generated

Role

Category Manager

Timeline

2007-2010

Challenge:People couldn't tell if a part would fit their car until it arrived and didn't.
Solution:Built the world's first marketplace with part-to-vehicle compatibility search, plus dynamic pricing for cross-border trade.
Result:10x increase in listings, 50% conversion improvement, and a patent for the compatibility search system.
S

SAP Ariba: 0 → 1M Sellers

Role

Senior PM

Timeline

2010-2014

Challenge:Enterprise procurement networks had buyers but no way to monetize sellers or integrate with existing systems.
Solution:Built a B2B marketplace with a partner integration platform that made it easy for sellers to get discovered by enterprise buyers.
Result:Grew to 1M sellers and landed partnerships with Dell, Oracle, and Microsoft.

Want more detail?

I have more case studies and technical writeups. If you're working on something similar, I'm happy to compare notes.

Get in Touch

Professional Experience

Twenty years of building products, from automotive systems at GM to enterprise marketplaces at eBay and SAP, to the AI platforms I'm shipping now.

Career

Voice Legacy logo

Founder at Voice Legacy

April 2025 - Present

I'm the solo founder of Voice Legacy, an AI voice journaling platform that helps families capture their parents' and grandparents' stories. I run every function of the company: strategy, product, the production codebase, content marketing, customer support, and finance. Claude covers the work I would otherwise need a team for. The product runs six AI agents — a Collaborator that conducts the interviews in real time, a Biographer that organizes everything overnight, plus extraction, story-writing, gap-analysis, and deduplication agents. The hard technical problem is making sense of disorderly storytelling: stories told out of order, across multiple sessions, with inconsistent names, including users with memory issues. The product is live with paying customers.

Lucid Motors logo

Product Lead AI Service Platform at Lucid Motors

Feb 2025 - Completed

Led product development for an AI-powered service platform that revolutionizes luxury EV service operations. Designed and delivered an intuitive AI system that translates everyday customer language about vehicle problems into accurate repair time estimates, dramatically improving service department efficiency and customer satisfaction.

 logo

Independent Product Strategy Consultant

2022 - Present

I collaborate with Zero to One companies to transform innovative ideas into market-ready products. My approach combines strategic thinking with hands-on problem solving across emerging technologies.

SimplyInsured logo

Head of Product at SimplyInsured

2021-2022

I transformed how small businesses find and purchase health insurance by leading a dedicated product team. Beyond building innovative marketplace features, I established robust processes for product discovery and analytics that directly influenced business growth.

Xtime logo

Principal Product Manager at Xtime

2014-2021

I shepherded a suite of mobile applications that revolutionized how automotive dealerships manage service operations. My work connected service departments, customers, and technicians through intuitive interfaces that enhanced both efficiency and customer experience.

SAP Ariba logo

Senior Product Manager - Cloud Integration at SAP Ariba

2013-2014

I orchestrated seamless connections between Ariba's cloud solutions and enterprise software ecosystems. By creating intuitive data flows between previously siloed systems, I helped large organizations unlock the full potential of their procurement and supplier management.

Ariba logo

Head of Product - Ariba Discovery at Ariba

2010-2013

I led product strategy for Ariba Discovery, a pioneering B2B platform that connected buyers and suppliers in entirely new ways. This innovative marketplace approach within Ariba's established ecosystem became a key factor in the company's acquisition by SAP.

eBay logo

Category Manager - Auto Parts and Accessories at eBay

2007-2010

I reimagined how auto parts are bought and sold online by orchestrating a comprehensive category strategy for eBay Motors. By deeply understanding both enthusiasts and everyday drivers, I created tailored buying experiences that significantly grew this specialized marketplace.

General Motors logo

Senior Integration Engineer at General Motors

2001-2005

I bridged the gap between visionary design concepts and technical manufacturing realities for vehicle interiors at GM. By coordinating cross-functional expert teams, I helped transform ambitious ideas into production-ready systems that balanced aesthetics, functionality, and manufacturability.

Education & Credentials

  • Dartmouth TuckMBA
  • PurdueMS & BS Mechanical Engineering (Computer Vision, Simulation)
  • AI Product AcademyCertification
  • US Patent 8429020Cross-border listing algorithm

Let's Talk

I consult on AI-native operations for founders who want to ship faster, PMs who want to become builders, and companies that need to figure this out before their competitors do.

I've scaled products from zero to market leadership at eBay, Ariba, and Xtime. Now I'm building Voice Legacy solo and can show you how I do it.

Based in the San Francisco Bay Area

© 2026 Henry Robinson. All rights reserved.